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

Function GetEdgeResultArrayStatus

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

Source from the content-addressed store, hash-verified

565 return this->GetObjectArrayName(EDGE_BLOCK, index);
566 }
567 int GetEdgeResultArrayStatus(const char* name)
568 {
569 return this->GetObjectArrayStatus(EDGE_BLOCK, name);
570 }
571 void SetEdgeResultArrayStatus(const char* name, int flag)
572 {
573 this->SetObjectArrayStatus(EDGE_BLOCK, name, flag);

Callers

nothing calls this directly

Calls 1

GetObjectArrayStatusMethod · 0.80

Tested by

no test coverage detected