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