MCPcopy Create free account
hub / github.com/Kitware/VTK / GetElementSetSelector

Function GetElementSetSelector

IO/IOSS/vtkIOSSWriter.h:446–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls 1

GetSelectorMethod · 0.45

Tested by

no test coverage detected