------------------------------------------------------------------------------
| 2018 | |
| 2019 | //------------------------------------------------------------------------------ |
| 2020 | void vtkWindBladeReader::DisableAllPointArrays() |
| 2021 | { |
| 2022 | this->PointDataArraySelection->DisableAllArrays(); |
| 2023 | } |
| 2024 | |
| 2025 | //------------------------------------------------------------------------------ |
| 2026 | const char* vtkWindBladeReader::GetPointArrayName(int index) |
nothing calls this directly
no test coverage detected