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

Function GetNumberOfFaceBlockArrays

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

Source from the content-addressed store, hash-verified

516 }
517
518 int GetNumberOfFaceBlockArrays() { return this->GetNumberOfObjects(FACE_BLOCK); }
519 const char* GetFaceBlockArrayName(int index) { return this->GetObjectName(FACE_BLOCK, index); }
520 int GetFaceBlockArrayStatus(const char* name) { return this->GetObjectStatus(FACE_BLOCK, name); }
521 void SetFaceBlockArrayStatus(const char* name, int flag)

Callers

nothing calls this directly

Calls 1

GetNumberOfObjectsMethod · 0.45

Tested by

no test coverage detected