------------------------------------------------------------------------------
| 326 | |
| 327 | //------------------------------------------------------------------------------ |
| 328 | void vtkPIOReader::EnableAllCellArrays() |
| 329 | { |
| 330 | this->CellDataArraySelection->EnableAllArrays(); |
| 331 | } |
| 332 | |
| 333 | //------------------------------------------------------------------------------ |
| 334 | void vtkPIOReader::DisableAllCellArrays() |
nothing calls this directly
no test coverage detected