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

Method DefineTransient

IO/IOSS/vtkIOSSModel.cxx:1807–1811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1805 }
1806
1807 void DefineTransient(Ioss::Region& region) const override
1808 {
1809 auto entity = this->GetEntity(region, this->Name);
1810 this->DefineFields(entity, this->Fields, Ioss::Field::TRANSIENT, this->Count);
1811 }
1812
1813 void Model(Ioss::Region& region) const override
1814 {

Callers

nothing calls this directly

Calls 2

DefineFieldsMethod · 0.80
GetEntityMethod · 0.45

Tested by

no test coverage detected