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

Function GetNumberOfEdgeMapArrays

IO/Exodus/vtkExodusIIReader.h:612–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610 }
611
612 int GetNumberOfEdgeMapArrays() { return this->GetNumberOfObjects(EDGE_MAP); }
613 const char* GetEdgeMapArrayName(int index) { return this->GetObjectName(EDGE_MAP, index); }
614 int GetEdgeMapArrayStatus(const char* name) { return this->GetObjectStatus(EDGE_MAP, name); }
615 void SetEdgeMapArrayStatus(const char* name, int flag)

Callers

nothing calls this directly

Calls 1

GetNumberOfObjectsMethod · 0.45

Tested by

no test coverage detected