| 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 | { |
nothing calls this directly
no test coverage detected