------------------------------------------------------------------------------
| 2868 | |
| 2869 | //------------------------------------------------------------------------------ |
| 2870 | std::string vtkMPASReader::GetDimensionName(int idx) |
| 2871 | { |
| 2872 | this->UpdateDimensions(); |
| 2873 | return this->Internals->extraDims->GetValue(idx); |
| 2874 | } |
| 2875 | |
| 2876 | //------------------------------------------------------------------------------ |
| 2877 | vtkStringArray* vtkMPASReader::GetAllDimensions() |
nothing calls this directly
no test coverage detected