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

Function GetSideSetSelector

IO/IOSS/vtkIOSSWriter.h:485–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetSelectorMethod · 0.45

Tested by

no test coverage detected