Loading [MathJax]/extensions/tex2jax.js
VTK  9.4.20250324
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkNetCDFCFReader::vtkDimensionInfo Class Reference

#include <vtkNetCDFCFReader.h>

Collaboration diagram for vtkNetCDFCFReader::vtkDimensionInfo:
[legend]

Public Types

enum  UnitsEnum {
  UNDEFINED_UNITS , TIME_UNITS , LATITUDE_UNITS , LONGITUDE_UNITS ,
  VERTICAL_UNITS , NUMBER_OF_UNITS
}
 

Public Member Functions

 vtkDimensionInfo ()=default
 
 vtkDimensionInfo (vtkNetCDFAccessor *accessor, int ncFD, int id, const std::vector< std::string > &dimensionNames)
 
const char * GetName () const
 
UnitsEnum GetUnits () const
 
vtkSmartPointer< vtkDoubleArrayGetCoordinates ()
 
vtkSmartPointer< vtkDoubleArrayGetBounds ()
 
bool GetHasRegularSpacing () const
 
double GetOrigin () const
 
double GetSpacing () const
 
vtkSmartPointer< vtkStringArrayGetSpecialVariables () const
 
void SetUnitsIfSpecialDimensionOverriden (UnitsEnum unit, const char *name)
 

Protected Member Functions

int LoadMetaData (int ncFD)
 

Protected Attributes

vtkNetCDFAccessorAccessor = nullptr
 
vtkStdString Name
 
int DimId
 
vtkSmartPointer< vtkDoubleArrayCoordinates
 
vtkSmartPointer< vtkDoubleArrayBounds
 
UnitsEnum Units
 
bool HasRegularSpacing
 
double Origin
 
double Spacing
 
vtkSmartPointer< vtkStringArraySpecialVariables
 
std::vector< std::string > SpecialDimensionOverrideNames
 

Detailed Description

Definition at line 142 of file vtkNetCDFCFReader.h.

Member Enumeration Documentation

◆ UnitsEnum

Enumerator
UNDEFINED_UNITS 
TIME_UNITS 
LATITUDE_UNITS 
LONGITUDE_UNITS 
VERTICAL_UNITS 
NUMBER_OF_UNITS 

Definition at line 150 of file vtkNetCDFCFReader.h.

Constructor & Destructor Documentation

◆ vtkDimensionInfo() [1/2]

vtkNetCDFCFReader::vtkDimensionInfo::vtkDimensionInfo ( )
default

◆ vtkDimensionInfo() [2/2]

vtkNetCDFCFReader::vtkDimensionInfo::vtkDimensionInfo ( vtkNetCDFAccessor accessor,
int  ncFD,
int  id,
const std::vector< std::string > &  dimensionNames 
)

Member Function Documentation

◆ GetName()

const char * vtkNetCDFCFReader::vtkDimensionInfo::GetName ( ) const
inline

Definition at line 149 of file vtkNetCDFCFReader.h.

◆ GetUnits()

UnitsEnum vtkNetCDFCFReader::vtkDimensionInfo::GetUnits ( ) const
inline

Definition at line 159 of file vtkNetCDFCFReader.h.

◆ GetCoordinates()

vtkSmartPointer< vtkDoubleArray > vtkNetCDFCFReader::vtkDimensionInfo::GetCoordinates ( )
inline

Definition at line 160 of file vtkNetCDFCFReader.h.

◆ GetBounds()

vtkSmartPointer< vtkDoubleArray > vtkNetCDFCFReader::vtkDimensionInfo::GetBounds ( )
inline

Definition at line 161 of file vtkNetCDFCFReader.h.

◆ GetHasRegularSpacing()

bool vtkNetCDFCFReader::vtkDimensionInfo::GetHasRegularSpacing ( ) const
inline

Definition at line 162 of file vtkNetCDFCFReader.h.

◆ GetOrigin()

double vtkNetCDFCFReader::vtkDimensionInfo::GetOrigin ( ) const
inline

Definition at line 163 of file vtkNetCDFCFReader.h.

◆ GetSpacing()

double vtkNetCDFCFReader::vtkDimensionInfo::GetSpacing ( ) const
inline

Definition at line 164 of file vtkNetCDFCFReader.h.

◆ GetSpecialVariables()

vtkSmartPointer< vtkStringArray > vtkNetCDFCFReader::vtkDimensionInfo::GetSpecialVariables ( ) const
inline

Definition at line 165 of file vtkNetCDFCFReader.h.

◆ SetUnitsIfSpecialDimensionOverriden()

void vtkNetCDFCFReader::vtkDimensionInfo::SetUnitsIfSpecialDimensionOverriden ( UnitsEnum  unit,
const char *  name 
)

◆ LoadMetaData()

int vtkNetCDFCFReader::vtkDimensionInfo::LoadMetaData ( int  ncFD)
protected

Member Data Documentation

◆ Accessor

vtkNetCDFAccessor* vtkNetCDFCFReader::vtkDimensionInfo::Accessor = nullptr
protected

Definition at line 169 of file vtkNetCDFCFReader.h.

◆ Name

vtkStdString vtkNetCDFCFReader::vtkDimensionInfo::Name
protected

Definition at line 170 of file vtkNetCDFCFReader.h.

◆ DimId

int vtkNetCDFCFReader::vtkDimensionInfo::DimId
protected

Definition at line 171 of file vtkNetCDFCFReader.h.

◆ Coordinates

vtkSmartPointer<vtkDoubleArray> vtkNetCDFCFReader::vtkDimensionInfo::Coordinates
protected

Definition at line 172 of file vtkNetCDFCFReader.h.

◆ Bounds

vtkSmartPointer<vtkDoubleArray> vtkNetCDFCFReader::vtkDimensionInfo::Bounds
protected

Definition at line 173 of file vtkNetCDFCFReader.h.

◆ Units

UnitsEnum vtkNetCDFCFReader::vtkDimensionInfo::Units
protected

Definition at line 174 of file vtkNetCDFCFReader.h.

◆ HasRegularSpacing

bool vtkNetCDFCFReader::vtkDimensionInfo::HasRegularSpacing
protected

Definition at line 175 of file vtkNetCDFCFReader.h.

◆ Origin

double vtkNetCDFCFReader::vtkDimensionInfo::Origin
protected

Definition at line 176 of file vtkNetCDFCFReader.h.

◆ Spacing

double vtkNetCDFCFReader::vtkDimensionInfo::Spacing
protected

Definition at line 176 of file vtkNetCDFCFReader.h.

◆ SpecialVariables

vtkSmartPointer<vtkStringArray> vtkNetCDFCFReader::vtkDimensionInfo::SpecialVariables
protected

Definition at line 177 of file vtkNetCDFCFReader.h.

◆ SpecialDimensionOverrideNames

std::vector<std::string> vtkNetCDFCFReader::vtkDimensionInfo::SpecialDimensionOverrideNames
protected

Definition at line 178 of file vtkNetCDFCFReader.h.


The documentation for this class was generated from the following file: