| 366 | return this->GetNumberOfSelectors(EntityType::SIDESET); |
| 367 | } |
| 368 | const char* GetEdgeSetSelector(int index) const |
| 369 | { |
| 370 | return this->GetSelector(EntityType::SIDESET, index); |
| 371 | } |
| 372 | std::set<std::string> GetEdgeSetSelectors() const |
| 373 | { |
| 374 | return this->GetSelectors(EntityType::SIDESET); |
nothing calls this directly
no test coverage detected