| 2787 | //------------------------------------------------------------------------------ |
| 2788 | |
| 2789 | void vtkMPASReader::DisableAllCellArrays() |
| 2790 | { |
| 2791 | this->CellDataArraySelection->DisableAllArrays(); |
| 2792 | } |
| 2793 | |
| 2794 | //------------------------------------------------------------------------------ |
| 2795 | // Get name of indexed point variable |
nothing calls this directly
no test coverage detected