| 327 | return this->GetNumberOfSelectors(EntityType::NODESET); |
| 328 | } |
| 329 | const char* GetNodeSetSelector(int index) const |
| 330 | { |
| 331 | return this->GetSelector(EntityType::NODESET, index); |
| 332 | } |
| 333 | std::set<std::string> GetNodeSetSelectors() const |
| 334 | { |
| 335 | return this->GetSelectors(EntityType::NODESET); |
nothing calls this directly
no test coverage detected