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

Method SetGridStatus

IO/Xdmf3/vtkXdmf3Reader.cxx:884–888  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

882
883//------------------------------------------------------------------------------
884void vtkXdmf3Reader::SetGridStatus(const char* gridname, int status)
885{
886 this->GetGridsSelection()->SetArrayStatus(gridname, status != 0);
887 this->Modified();
888}
889
890//------------------------------------------------------------------------------
891int vtkXdmf3Reader::GetGridStatus(const char* arrayname)

Callers

nothing calls this directly

Calls 3

GetGridsSelectionMethod · 0.95
SetArrayStatusMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected