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

Method GetValid

IO/NetCDF/vtkNetCDFCFReader.h:199–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 vtkDependentDimensionInfo(
198 vtkNetCDFAccessor* accessor, int ncFD, int varId, vtkNetCDFCFReader* parent);
199 bool GetValid() const { return this->Valid; }
200 bool GetHasBounds() const { return this->HasBounds; }
201 bool GetCellsUnstructured() const { return this->CellsUnstructured; }
202 vtkSmartPointer<vtkIntArray> GetGridDimensions() const { return this->GridDimensions; }

Callers 1

ReadMetaDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected