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

Function GetSideSetArrayStatus

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

Source from the content-addressed store, hash-verified

644 int GetNumberOfSideSetArrays() { return this->GetNumberOfObjects(SIDE_SET); }
645 const char* GetSideSetArrayName(int index) { return this->GetObjectName(SIDE_SET, index); }
646 int GetSideSetArrayStatus(const char* name) { return this->GetObjectStatus(SIDE_SET, name); }
647 void SetSideSetArrayStatus(const char* name, int flag)
648 {
649 this->SetObjectStatus(SIDE_SET, name, flag);

Callers

nothing calls this directly

Calls 1

GetObjectStatusMethod · 0.80

Tested by

no test coverage detected