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

Method CreateEntity

IO/IOSS/vtkIOSSModel.cxx:1888–1892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1886 }
1887
1888 Ioss::GroupingEntity* CreateEntity(
1889 Ioss::DatabaseIO* db, const std::string& blockName, const int64_t elementCount) const override
1890 {
1891 return new Ioss::EdgeSet(db, blockName, elementCount);
1892 }
1893
1894 void AddEntity(Ioss::Region& region, Ioss::GroupingEntity* entitySet) const override
1895 {

Callers 2

DefineModelMethod · 0.45
DefineModelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected