------------------------------------------------------------------------------
| 1036 | |
| 1037 | //------------------------------------------------------------------------------ |
| 1038 | void vtkAVSucdReader::EnableAllPointArrays() |
| 1039 | { |
| 1040 | this->PointDataArraySelection->EnableAllArrays(); |
| 1041 | } |
| 1042 | |
| 1043 | //------------------------------------------------------------------------------ |
| 1044 | void vtkAVSucdReader::DisableAllPointArrays() |
nothing calls this directly
no test coverage detected