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

Function GetNodeSetSelector

IO/IOSS/vtkIOSSWriter.h:329–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetSelectorMethod · 0.45

Tested by

no test coverage detected