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

Function GetFaceSetResultArrayStatus

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

Source from the content-addressed store, hash-verified

721 return this->GetObjectArrayName(FACE_SET, index);
722 }
723 int GetFaceSetResultArrayStatus(const char* name)
724 {
725 return this->GetObjectArrayStatus(FACE_SET, name);
726 }
727 void SetFaceSetResultArrayStatus(const char* name, int flag)
728 {
729 this->SetObjectArrayStatus(FACE_SET, name, flag);

Callers

nothing calls this directly

Calls 1

GetObjectArrayStatusMethod · 0.80

Tested by

no test coverage detected