| 483 | return this->GetNumberOfSelectors(EntityType::SIDESET); |
| 484 | } |
| 485 | const char* GetSideSetSelector(int index) const |
| 486 | { |
| 487 | return this->GetSelector(EntityType::SIDESET, index); |
| 488 | } |
| 489 | std::set<std::string> GetSideSetSelectors() const |
| 490 | { |
| 491 | return this->GetSelectors(EntityType::SIDESET); |
nothing calls this directly
no test coverage detected