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

Method vtkDependentDimensionInfo

IO/NetCDF/vtkNetCDFCFReader.cxx:327–332  ·  view source on GitHub ↗

=============================================================================

Source from the content-addressed store, hash-verified

325
326//=============================================================================
327vtkNetCDFCFReader::vtkDependentDimensionInfo::vtkDependentDimensionInfo(
328 vtkNetCDFAccessor* accessor, int ncFD, int varId, vtkNetCDFCFReader* parent)
329{
330 this->Accessor = accessor;
331 this->Valid = this->LoadMetaData(ncFD, varId, parent) != 0;
332}
333
334//------------------------------------------------------------------------------
335int vtkNetCDFCFReader::vtkDependentDimensionInfo::LoadMetaData(

Callers

nothing calls this directly

Calls 1

LoadMetaDataMethod · 0.80

Tested by

no test coverage detected