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

Function GetEdgeBlockSelector

IO/IOSS/vtkIOSSWriter.h:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 return this->GetNumberOfSelectors(EntityType::EDGEBLOCK);
211 }
212 const char* GetEdgeBlockSelector(int index) const
213 {
214 return this->GetSelector(EntityType::EDGEBLOCK, index);
215 }
216 std::set<std::string> GetEdgeBlockSelectors() const
217 {
218 return this->GetSelectors(EntityType::EDGEBLOCK);

Callers

nothing calls this directly

Calls 1

GetSelectorMethod · 0.45

Tested by

no test coverage detected