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

Function GetElementResultArrayName

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

Source from the content-addressed store, hash-verified

589
590 int GetNumberOfElementResultArrays() { return this->GetNumberOfObjectArrays(ELEM_BLOCK); }
591 const char* GetElementResultArrayName(int index)
592 {
593 return this->GetObjectArrayName(ELEM_BLOCK, index);
594 }
595 int GetElementResultArrayStatus(const char* name)
596 {
597 return this->GetObjectArrayStatus(ELEM_BLOCK, name);

Callers

nothing calls this directly

Calls 1

GetObjectArrayNameMethod · 0.80

Tested by

no test coverage detected