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