| 444 | return this->GetNumberOfSelectors(EntityType::SIDESET); |
| 445 | } |
| 446 | const char* GetElementSetSelector(int index) const |
| 447 | { |
| 448 | return this->GetSelector(EntityType::SIDESET, index); |
| 449 | } |
| 450 | std::set<std::string> GetElementSetSelectors() const |
| 451 | { |
| 452 | return this->GetSelectors(EntityType::SIDESET); |
nothing calls this directly
no test coverage detected