------------------------------------------------------------------------------
| 1124 | |
| 1125 | //------------------------------------------------------------------------------ |
| 1126 | void vtkGDALRasterReader::DisableAllCellArrays() |
| 1127 | { |
| 1128 | this->Impl->CellArraySelection->DisableAllArrays(); |
| 1129 | } |
| 1130 | |
| 1131 | //------------------------------------------------------------------------------ |
| 1132 | void vtkGDALRasterReader::EnableAllCellArrays() |
nothing calls this directly
no test coverage detected