------------------------------------------------------------------------------
| 1871 | |
| 1872 | //------------------------------------------------------------------------------ |
| 1873 | int vtkNetCDFCFReader::IsTimeDimension(int vtkNotUsed(ncFD), int dimId) |
| 1874 | { |
| 1875 | return (this->GetDimensionInfo(dimId)->GetUnits() == vtkDimensionInfo::TIME_UNITS); |
| 1876 | } |
| 1877 | |
| 1878 | //------------------------------------------------------------------------------ |
| 1879 | vtkSmartPointer<vtkDoubleArray> vtkNetCDFCFReader::GetTimeValues(int vtkNotUsed(ncFD), int dimId) |
no test coverage detected