------------------------------------------------------------------------------
| 1048 | |
| 1049 | //------------------------------------------------------------------------------ |
| 1050 | void vtkAVSucdReader::EnableAllCellArrays() |
| 1051 | { |
| 1052 | this->CellDataArraySelection->EnableAllArrays(); |
| 1053 | } |
| 1054 | |
| 1055 | //------------------------------------------------------------------------------ |
| 1056 | void vtkAVSucdReader::DisableAllCellArrays() |
nothing calls this directly
no test coverage detected