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

Method SetCellArrayStatus

IO/NetCDF/vtkNetCDFUGRIDReader.cxx:258–262  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

256
257//--------------------------------------------------------------------------------------------------
258void vtkNetCDFUGRIDReader::SetCellArrayStatus(const char* name, int status)
259{
260 this->CellDataArraySelection->SetArraySetting(name, status);
261 this->Modified();
262}
263
264//--------------------------------------------------------------------------------------------------
265bool vtkNetCDFUGRIDReader::Open()

Callers

nothing calls this directly

Calls 2

SetArraySettingMethod · 0.80
ModifiedMethod · 0.45

Tested by

no test coverage detected