------------------------------------------------------------------------------
| 1877 | |
| 1878 | //------------------------------------------------------------------------------ |
| 1879 | vtkSmartPointer<vtkDoubleArray> vtkNetCDFCFReader::GetTimeValues(int vtkNotUsed(ncFD), int dimId) |
| 1880 | { |
| 1881 | return this->GetDimensionInfo(dimId)->GetCoordinates(); |
| 1882 | } |
| 1883 | |
| 1884 | //------------------------------------------------------------------------------ |
| 1885 | vtkNetCDFCFReader::vtkDimensionInfo* vtkNetCDFCFReader::GetDimensionInfo(int dimension) |
nothing calls this directly
no test coverage detected