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

Function GetFaceSetSelector

IO/IOSS/vtkIOSSWriter.h:407–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetSelectorMethod · 0.45

Tested by

no test coverage detected