MCPcopy Create free account
hub / github.com/Kitware/VTK / DefineTransient

Method DefineTransient

IO/IOSS/vtkIOSSModel.cxx:1708–1712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1706 }
1707
1708 void DefineTransient(Ioss::Region& region) const override
1709 {
1710 auto nodeSet = region.get_nodeset(this->Name);
1711 this->DefineFields(nodeSet, this->Fields, Ioss::Field::TRANSIENT, this->Count);
1712 }
1713
1714 void Model(Ioss::Region& region) const override
1715 {

Callers

nothing calls this directly

Calls 1

DefineFieldsMethod · 0.80

Tested by

no test coverage detected