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

Function SetEdgeResultArrayStatus

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

Source from the content-addressed store, hash-verified

569 return this->GetObjectArrayStatus(EDGE_BLOCK, name);
570 }
571 void SetEdgeResultArrayStatus(const char* name, int flag)
572 {
573 this->SetObjectArrayStatus(EDGE_BLOCK, name, flag);
574 }
575
576 int GetNumberOfFaceResultArrays() { return this->GetNumberOfObjectArrays(FACE_BLOCK); }
577 const char* GetFaceResultArrayName(int index)

Callers

nothing calls this directly

Calls 1

SetObjectArrayStatusMethod · 0.80

Tested by

no test coverage detected