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

Function GetEdgeSetResultArrayStatus

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

Source from the content-addressed store, hash-verified

707 return this->GetObjectArrayName(EDGE_SET, index);
708 }
709 int GetEdgeSetResultArrayStatus(const char* name)
710 {
711 return this->GetObjectArrayStatus(EDGE_SET, name);
712 }
713 void SetEdgeSetResultArrayStatus(const char* name, int flag)
714 {
715 this->SetObjectArrayStatus(EDGE_SET, name, flag);

Callers

nothing calls this directly

Calls 1

GetObjectArrayStatusMethod · 0.80

Tested by

no test coverage detected