------------------------------------------------------------------------------
| 332 | |
| 333 | //------------------------------------------------------------------------------ |
| 334 | void vtkPIOReader::DisableAllCellArrays() |
| 335 | { |
| 336 | this->CellDataArraySelection->DisableAllArrays(); |
| 337 | } |
| 338 | |
| 339 | //------------------------------------------------------------------------------ |
| 340 | const char* vtkPIOReader::GetCellArrayName(int index) |
nothing calls this directly
no test coverage detected