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

Function GetEdgeBlockArrayStatus

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

Source from the content-addressed store, hash-verified

510 int GetNumberOfEdgeBlockArrays() { return this->GetNumberOfObjects(EDGE_BLOCK); }
511 const char* GetEdgeBlockArrayName(int index) { return this->GetObjectName(EDGE_BLOCK, index); }
512 int GetEdgeBlockArrayStatus(const char* name) { return this->GetObjectStatus(EDGE_BLOCK, name); }
513 void SetEdgeBlockArrayStatus(const char* name, int flag)
514 {
515 this->SetObjectStatus(EDGE_BLOCK, name, flag);

Callers

nothing calls this directly

Calls 1

GetObjectStatusMethod · 0.80

Tested by

no test coverage detected