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