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

Function GetElementSetResultArrayStatus

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

Source from the content-addressed store, hash-verified

735 return this->GetObjectArrayName(ELEM_SET, index);
736 }
737 int GetElementSetResultArrayStatus(const char* name)
738 {
739 return this->GetObjectArrayStatus(ELEM_SET, name);
740 }
741 void SetElementSetResultArrayStatus(const char* name, int flag)
742 {
743 this->SetObjectArrayStatus(ELEM_SET, name, flag);

Callers

nothing calls this directly

Calls 1

GetObjectArrayStatusMethod · 0.80

Tested by

no test coverage detected