=============================================================================
| 325 | |
| 326 | //============================================================================= |
| 327 | vtkNetCDFCFReader::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 | //------------------------------------------------------------------------------ |
| 335 | int vtkNetCDFCFReader::vtkDependentDimensionInfo::LoadMetaData( |
nothing calls this directly
no test coverage detected