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

Function GetPointResultArrayName

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

Source from the content-addressed store, hash-verified

550
551 int GetNumberOfPointResultArrays() { return this->GetNumberOfObjectArrays(NODAL); }
552 const char* GetPointResultArrayName(int index) { return this->GetObjectArrayName(NODAL, index); }
553 int GetPointResultArrayStatus(const char* name)
554 {
555 return this->GetObjectArrayStatus(NODAL, name);

Callers

nothing calls this directly

Calls 1

GetObjectArrayNameMethod · 0.80

Tested by

no test coverage detected