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

Method SetPointArrayStatus

IO/NetCDF/vtkNetCDFUGRIDReader.cxx:251–255  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

249
250//--------------------------------------------------------------------------------------------------
251void vtkNetCDFUGRIDReader::SetPointArrayStatus(const char* name, int status)
252{
253 this->PointDataArraySelection->SetArraySetting(name, status);
254 this->Modified();
255}
256
257//--------------------------------------------------------------------------------------------------
258void vtkNetCDFUGRIDReader::SetCellArrayStatus(const char* name, int status)

Callers

nothing calls this directly

Calls 2

SetArraySettingMethod · 0.80
ModifiedMethod · 0.45

Tested by

no test coverage detected