VTK
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
vtkNetCDFCFReader::vtkDimensionInfo Class Reference

#include <vtkNetCDFCFReader.h>

Collaboration diagram for vtkNetCDFCFReader::vtkDimensionInfo:
Collaboration graph
[legend]

List of all members.

Public Types

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

Public Member Functions

 vtkDimensionInfo ()
 vtkDimensionInfo (int ncFD, int id)
const char * GetName () const
UnitsEnum GetUnits () const
vtkSmartPointer< vtkDoubleArrayGetCoordinates ()
vtkSmartPointer< vtkDoubleArrayGetBounds ()
bool GetHasRegularSpacing () const
double GetOrigin () const
double GetSpacing () const
vtkSmartPointer< vtkStringArrayGetSpecialVariables () const

Protected Member Functions

int LoadMetaData (int ncFD)

Protected Attributes

vtkStdString Name
int DimId
vtkSmartPointer< vtkDoubleArrayCoordinates
vtkSmartPointer< vtkDoubleArrayBounds
UnitsEnum Units
bool HasRegularSpacing
double Origin
double Spacing
vtkSmartPointer< vtkStringArraySpecialVariables

Detailed Description

Definition at line 107 of file vtkNetCDFCFReader.h.


Member Enumeration Documentation

Enumerator:
UNDEFINED_UNITS 
TIME_UNITS 
LATITUDE_UNITS 
LONGITUDE_UNITS 
VERTICAL_UNITS 

Definition at line 112 of file vtkNetCDFCFReader.h.


Constructor & Destructor Documentation

vtkNetCDFCFReader::vtkDimensionInfo::vtkDimensionInfo ( ) [inline]

Definition at line 109 of file vtkNetCDFCFReader.h.

vtkNetCDFCFReader::vtkDimensionInfo::vtkDimensionInfo ( int  ncFD,
int  id 
)

Member Function Documentation

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

Definition at line 111 of file vtkNetCDFCFReader.h.

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

Definition at line 119 of file vtkNetCDFCFReader.h.

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

Definition at line 120 of file vtkNetCDFCFReader.h.

vtkSmartPointer<vtkDoubleArray> vtkNetCDFCFReader::vtkDimensionInfo::GetBounds ( void  ) [inline]

Definition at line 121 of file vtkNetCDFCFReader.h.

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

Definition at line 122 of file vtkNetCDFCFReader.h.

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

Definition at line 123 of file vtkNetCDFCFReader.h.

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

Definition at line 124 of file vtkNetCDFCFReader.h.

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

Definition at line 125 of file vtkNetCDFCFReader.h.

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

Member Data Documentation

Definition at line 129 of file vtkNetCDFCFReader.h.

Definition at line 130 of file vtkNetCDFCFReader.h.

Definition at line 131 of file vtkNetCDFCFReader.h.

Definition at line 132 of file vtkNetCDFCFReader.h.

Definition at line 133 of file vtkNetCDFCFReader.h.

Definition at line 134 of file vtkNetCDFCFReader.h.

Definition at line 135 of file vtkNetCDFCFReader.h.

Definition at line 135 of file vtkNetCDFCFReader.h.

Definition at line 136 of file vtkNetCDFCFReader.h.


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