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

Method DisableAllCellArrays

IO/GDAL/vtkGDALRasterReader.cxx:1126–1129  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1124
1125//------------------------------------------------------------------------------
1126void vtkGDALRasterReader::DisableAllCellArrays()
1127{
1128 this->Impl->CellArraySelection->DisableAllArrays();
1129}
1130
1131//------------------------------------------------------------------------------
1132void vtkGDALRasterReader::EnableAllCellArrays()

Callers

nothing calls this directly

Calls 1

DisableAllArraysMethod · 0.80

Tested by

no test coverage detected