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

Function GetNumberOfEdgeResultArrays

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

Source from the content-addressed store, hash-verified

560 }
561
562 int GetNumberOfEdgeResultArrays() { return this->GetNumberOfObjectArrays(EDGE_BLOCK); }
563 const char* GetEdgeResultArrayName(int index)
564 {
565 return this->GetObjectArrayName(EDGE_BLOCK, index);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected