| 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 | { |
no outgoing calls
no test coverage detected