MCPcopy Create free account
hub / github.com/Kitware/VTK / IsTimeDimension

Method IsTimeDimension

IO/NetCDF/vtkNetCDFCFReader.cxx:1873–1876  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 2

RequestDataObjectMethod · 0.95
LoadMetaDataMethod · 0.45

Calls 2

GetDimensionInfoMethod · 0.95
GetUnitsMethod · 0.80

Tested by

no test coverage detected