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

Method AddEntity

IO/IOSS/vtkIOSSModel.cxx:1894–1897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1892 }
1893
1894 void AddEntity(Ioss::Region& region, Ioss::GroupingEntity* entitySet) const override
1895 {
1896 region.add(dynamic_cast<Ioss::EdgeSet*>(entitySet));
1897 }
1898
1899 Ioss::GroupingEntity* GetEntity(Ioss::Region& region, const std::string& blockName) const override
1900 {

Callers 2

DefineModelMethod · 0.45
DefineModelMethod · 0.45

Calls 1

addMethod · 0.45

Tested by

no test coverage detected