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

Function GetEdgeSetSelector

IO/IOSS/vtkIOSSWriter.h:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366 return this->GetNumberOfSelectors(EntityType::SIDESET);
367 }
368 const char* GetEdgeSetSelector(int index) const
369 {
370 return this->GetSelector(EntityType::SIDESET, index);
371 }
372 std::set<std::string> GetEdgeSetSelectors() const
373 {
374 return this->GetSelectors(EntityType::SIDESET);

Callers

nothing calls this directly

Calls 1

GetSelectorMethod · 0.45

Tested by

no test coverage detected