------------------------------------------------------------------------------
| 2875 | |
| 2876 | //------------------------------------------------------------------------------ |
| 2877 | vtkStringArray* vtkMPASReader::GetAllDimensions() |
| 2878 | { |
| 2879 | this->UpdateDimensions(); |
| 2880 | return this->Internals->extraDims; |
| 2881 | } |
| 2882 | |
| 2883 | //------------------------------------------------------------------------------ |
| 2884 | int vtkMPASReader::GetDimensionCurrentIndex(const std::string& dim) |
nothing calls this directly
no test coverage detected