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

Method GetTimeValues

IO/NetCDF/vtkNetCDFCFReader.cxx:1879–1882  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

GetDimensionInfoMethod · 0.95
GetCoordinatesMethod · 0.45

Tested by

no test coverage detected