------------------------------------------------------------------------------
| 2012 | |
| 2013 | //------------------------------------------------------------------------------ |
| 2014 | void vtkWindBladeReader::EnableAllPointArrays() |
| 2015 | { |
| 2016 | this->PointDataArraySelection->EnableAllArrays(); |
| 2017 | } |
| 2018 | |
| 2019 | //------------------------------------------------------------------------------ |
| 2020 | void vtkWindBladeReader::DisableAllPointArrays() |
nothing calls this directly
no test coverage detected