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

Function GetFaceResultArrayName

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

Source from the content-addressed store, hash-verified

575
576 int GetNumberOfFaceResultArrays() { return this->GetNumberOfObjectArrays(FACE_BLOCK); }
577 const char* GetFaceResultArrayName(int index)
578 {
579 return this->GetObjectArrayName(FACE_BLOCK, index);
580 }
581 int GetFaceResultArrayStatus(const char* name)
582 {
583 return this->GetObjectArrayStatus(FACE_BLOCK, name);

Callers

nothing calls this directly

Calls 1

GetObjectArrayNameMethod · 0.80

Tested by

no test coverage detected