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

Function SetFaceSetResultArrayStatus

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

Source from the content-addressed store, hash-verified

725 return this->GetObjectArrayStatus(FACE_SET, name);
726 }
727 void SetFaceSetResultArrayStatus(const char* name, int flag)
728 {
729 this->SetObjectArrayStatus(FACE_SET, name, flag);
730 }
731
732 int GetNumberOfElementSetResultArrays() { return this->GetNumberOfObjectArrays(ELEM_SET); }
733 const char* GetElementSetResultArrayName(int index)

Callers

nothing calls this directly

Calls 1

SetObjectArrayStatusMethod · 0.80

Tested by

no test coverage detected