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

Function GetEdgeResultArrayName

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

Source from the content-addressed store, hash-verified

561
562 int GetNumberOfEdgeResultArrays() { return this->GetNumberOfObjectArrays(EDGE_BLOCK); }
563 const char* GetEdgeResultArrayName(int index)
564 {
565 return this->GetObjectArrayName(EDGE_BLOCK, index);
566 }
567 int GetEdgeResultArrayStatus(const char* name)
568 {
569 return this->GetObjectArrayStatus(EDGE_BLOCK, name);

Callers

nothing calls this directly

Calls 1

GetObjectArrayNameMethod · 0.80

Tested by

no test coverage detected