| 2769 | //------------------------------------------------------------------------------ |
| 2770 | |
| 2771 | void vtkMPASReader::DisableAllPointArrays() |
| 2772 | { |
| 2773 | this->PointDataArraySelection->DisableAllArrays(); |
| 2774 | } |
| 2775 | |
| 2776 | //------------------------------------------------------------------------------ |
| 2777 | // Make all cell selections available. |
nothing calls this directly
no test coverage detected