12 #ifndef vtkIOSSModel_h
13 #define vtkIOSSModel_h
21 #include VTK_IOSS(Ioss_Region.h)
24 VTK_ABI_NAMESPACE_BEGIN
36 void Model(Ioss::Region& region)
const;
81 std::unique_ptr<vtkInternals> Internals;
bool ElementSideCouldNotBeModified() const
Returns true if the element_side was invalid, and therefore could not be modified for this model...
vtkIOSSModel(vtkPartitionedDataSetCollection *pdc, vtkIOSSWriter *self)
void DefineTransient(Ioss::Region ®ion) const
internal class used by vtkIOSSWriter
bool GlobalIdsCreated() const
Returns true if the global ids have been created for this model, because they were not present in the...
std::string MD5() const
Generates an MD5 sum summarizing the model.
void DefineModel(Ioss::Region ®ion) const
Writer for IOSS (Sierra IO System)
bool GlobalIdsModified() const
Returns true if the global ids have been modified for this model, because they were invalid in the in...
void Transient(Ioss::Region ®ion, double time) const
bool ElementSideModified() const
Returns true if the element_side has been modified for this model, because it was invalid...
bool ElementSideCouldNotBeCreated() const
Returns true if the element_side was not present for this model.
void Model(Ioss::Region ®ion) const
Composite dataset that groups datasets as a collection.