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

Function GetElementBlockSelector

IO/IOSS/vtkIOSSWriter.h:290–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288 return this->GetNumberOfSelectors(EntityType::ELEMENTBLOCK);
289 }
290 const char* GetElementBlockSelector(int index) const
291 {
292 return this->GetSelector(EntityType::ELEMENTBLOCK, index);
293 }
294 std::set<std::string> GetElementBlockSelectors() const
295 {
296 return this->GetSelectors(EntityType::ELEMENTBLOCK);

Callers

nothing calls this directly

Calls 1

GetSelectorMethod · 0.45

Tested by

no test coverage detected