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

Function GetNumberOfElementResultArrays

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

Source from the content-addressed store, hash-verified

588 }
589
590 int GetNumberOfElementResultArrays() { return this->GetNumberOfObjectArrays(ELEM_BLOCK); }
591 const char* GetElementResultArrayName(int index)
592 {
593 return this->GetObjectArrayName(ELEM_BLOCK, index);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected