| 405 | return this->GetNumberOfSelectors(EntityType::SIDESET); |
| 406 | } |
| 407 | const char* GetFaceSetSelector(int index) const |
| 408 | { |
| 409 | return this->GetSelector(EntityType::SIDESET, index); |
| 410 | } |
| 411 | std::set<std::string> GetFaceSetSelectors() const |
| 412 | { |
| 413 | return this->GetSelectors(EntityType::SIDESET); |
nothing calls this directly
no test coverage detected