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

Method DefineModel

IO/IOSS/vtkIOSSModel.cxx:1800–1805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1798 Ioss::Region& region, const std::string& blockName) const = 0;
1799
1800 void DefineModel(Ioss::Region& region) const override
1801 {
1802 auto entitySet = this->CreateEntity(region.get_database(), this->Name, this->Count);
1803 entitySet->property_add(Ioss::Property("id", this->BlockId));
1804 this->AddEntity(region, entitySet);
1805 }
1806
1807 void DefineTransient(Ioss::Region& region) const override
1808 {

Callers

nothing calls this directly

Calls 4

property_addMethod · 0.80
PropertyClass · 0.50
CreateEntityMethod · 0.45
AddEntityMethod · 0.45

Tested by

no test coverage detected