VTK
Public Member Functions | Protected Member Functions | Protected Attributes
vtkNetCDFCFReader::vtkDependentDimensionInfo Class Reference

#include <vtkNetCDFCFReader.h>

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

List of all members.

Public Member Functions

 vtkDependentDimensionInfo ()
 vtkDependentDimensionInfo (int ncFD, int varId, vtkNetCDFCFReader *parent)
bool GetValid () const
bool GetHasBounds () const
bool GetCellsUnstructured () const
vtkSmartPointer< vtkIntArrayGetGridDimensions () const
vtkSmartPointer< vtkDoubleArrayGetLongitudeCoordinates () const
vtkSmartPointer< vtkDoubleArrayGetLatitudeCoordinates () const
vtkSmartPointer< vtkStringArrayGetSpecialVariables () const

Protected Member Functions

int LoadMetaData (int ncFD, int varId, vtkNetCDFCFReader *parent)
int LoadCoordinateVariable (int ncFD, int varId, vtkDoubleArray *coords)
int LoadBoundsVariable (int ncFD, int varId, vtkDoubleArray *coords)
int LoadUnstructuredBoundsVariable (int ncFD, int varId, vtkDoubleArray *coords)

Protected Attributes

bool Valid
bool HasBounds
bool CellsUnstructured
vtkSmartPointer< vtkIntArrayGridDimensions
vtkSmartPointer< vtkDoubleArrayLongitudeCoordinates
vtkSmartPointer< vtkDoubleArrayLatitudeCoordinates
vtkSmartPointer< vtkStringArraySpecialVariables

Detailed Description

Definition at line 173 of file vtkNetCDFCFReader.h.


Constructor & Destructor Documentation

Definition at line 175 of file vtkNetCDFCFReader.h.


Member Function Documentation

Definition at line 177 of file vtkNetCDFCFReader.h.

Definition at line 178 of file vtkNetCDFCFReader.h.

Definition at line 179 of file vtkNetCDFCFReader.h.

Definition at line 180 of file vtkNetCDFCFReader.h.

Definition at line 183 of file vtkNetCDFCFReader.h.

Definition at line 186 of file vtkNetCDFCFReader.h.

Definition at line 189 of file vtkNetCDFCFReader.h.


Member Data Documentation

Definition at line 193 of file vtkNetCDFCFReader.h.

Definition at line 194 of file vtkNetCDFCFReader.h.

Definition at line 195 of file vtkNetCDFCFReader.h.

Definition at line 196 of file vtkNetCDFCFReader.h.

Definition at line 197 of file vtkNetCDFCFReader.h.

Definition at line 198 of file vtkNetCDFCFReader.h.

Definition at line 199 of file vtkNetCDFCFReader.h.


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