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

Function DefineTransient

IO/IOSS/vtkIOSSModel.cxx:1098–1102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1096 }
1097
1098 void DefineTransient(Ioss::Region& region) const override
1099 {
1100 auto* nodeBlock = region.get_node_block(this->Name);
1101 this->DefineFields(nodeBlock, this->Fields, Ioss::Field::TRANSIENT, this->Ids.size());
1102 }
1103
1104 void Model(Ioss::Region& region) const override
1105 {

Callers

nothing calls this directly

Calls 2

DefineFieldsMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected