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

Function SetElementSetResultArrayStatus

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

Source from the content-addressed store, hash-verified

739 return this->GetObjectArrayStatus(ELEM_SET, name);
740 }
741 void SetElementSetResultArrayStatus(const char* name, int flag)
742 {
743 this->SetObjectArrayStatus(ELEM_SET, name, flag);
744 }
745
746 /**
747 * Reset the user-specified parameters and flush internal arrays

Callers

nothing calls this directly

Calls 1

SetObjectArrayStatusMethod · 0.80

Tested by

no test coverage detected