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

Function GetNumberOfElementBlockArrays

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

Source from the content-addressed store, hash-verified

524 }
525
526 int GetNumberOfElementBlockArrays() { return this->GetNumberOfObjects(ELEM_BLOCK); }
527 const char* GetElementBlockArrayName(int index) { return this->GetObjectName(ELEM_BLOCK, index); }
528 int GetElementBlockArrayStatus(const char* name)
529 {

Callers

nothing calls this directly

Calls 1

GetNumberOfObjectsMethod · 0.45

Tested by

no test coverage detected