#include <vtkNetCDFCFReader.h>
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< vtkIntArray > | GetGridDimensions () const |
vtkSmartPointer< vtkDoubleArray > | GetLongitudeCoordinates () const |
vtkSmartPointer< vtkDoubleArray > | GetLatitudeCoordinates () const |
vtkSmartPointer< vtkStringArray > | GetSpecialVariables () 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< vtkIntArray > | GridDimensions |
vtkSmartPointer< vtkDoubleArray > | LongitudeCoordinates |
vtkSmartPointer< vtkDoubleArray > | LatitudeCoordinates |
vtkSmartPointer< vtkStringArray > | SpecialVariables |
Detailed Description
Definition at line 172 of file vtkNetCDFCFReader.h.
Constructor & Destructor Documentation
vtkNetCDFCFReader::vtkDependentDimensionInfo::vtkDependentDimensionInfo |
( |
| ) |
[inline] |
vtkNetCDFCFReader::vtkDependentDimensionInfo::vtkDependentDimensionInfo |
( |
int |
ncFD, |
|
|
int |
varId, |
|
|
vtkNetCDFCFReader * |
parent |
|
) |
| |
Member Function Documentation
bool vtkNetCDFCFReader::vtkDependentDimensionInfo::GetValid |
( |
| ) |
const [inline] |
bool vtkNetCDFCFReader::vtkDependentDimensionInfo::GetHasBounds |
( |
| ) |
const [inline] |
bool vtkNetCDFCFReader::vtkDependentDimensionInfo::GetCellsUnstructured |
( |
| ) |
const [inline] |
int vtkNetCDFCFReader::vtkDependentDimensionInfo::LoadCoordinateVariable |
( |
int |
ncFD, |
|
|
int |
varId, |
|
|
vtkDoubleArray * |
coords |
|
) |
| [protected] |
int vtkNetCDFCFReader::vtkDependentDimensionInfo::LoadBoundsVariable |
( |
int |
ncFD, |
|
|
int |
varId, |
|
|
vtkDoubleArray * |
coords |
|
) |
| [protected] |
int vtkNetCDFCFReader::vtkDependentDimensionInfo::LoadUnstructuredBoundsVariable |
( |
int |
ncFD, |
|
|
int |
varId, |
|
|
vtkDoubleArray * |
coords |
|
) |
| [protected] |
Member Data Documentation
The documentation for this class was generated from the following file: