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

Function GetSideSetResultArrayStatus

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

Source from the content-addressed store, hash-verified

693 return this->GetObjectArrayName(SIDE_SET, index);
694 }
695 int GetSideSetResultArrayStatus(const char* name)
696 {
697 return this->GetObjectArrayStatus(SIDE_SET, name);
698 }
699 void SetSideSetResultArrayStatus(const char* name, int flag)
700 {
701 this->SetObjectArrayStatus(SIDE_SET, name, flag);

Callers

nothing calls this directly

Calls 1

GetObjectArrayStatusMethod · 0.80

Tested by

no test coverage detected