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

Method SetSetStatus

IO/Xdmf3/vtkXdmf3Reader.cxx:915–919  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

913
914//------------------------------------------------------------------------------
915void vtkXdmf3Reader::SetSetStatus(const char* arrayname, int status)
916{
917 this->GetSetsSelection()->SetArrayStatus(arrayname, status != 0);
918 this->Modified();
919}
920
921//------------------------------------------------------------------------------
922int vtkXdmf3Reader::GetSetStatus(const char* arrayname)

Callers

nothing calls this directly

Calls 3

GetSetsSelectionMethod · 0.95
SetArrayStatusMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected