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

Method GetSpecialVariables

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

Source from the content-addressed store, hash-verified

160 double GetOrigin() const { return this->Origin; }
161 double GetSpacing() const { return this->Spacing; }
162 vtkSmartPointer<vtkStringArray> GetSpecialVariables() const { return this->SpecialVariables; }
163 void SetUnitsIfSpecialDimensionOverriden(UnitsEnum unit, const char* name);
164
165 protected:

Callers 1

ReadMetaDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected