|
VTK
|
#include <vtkNetCDFCFReader.h>
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 |
Definition at line 173 of file vtkNetCDFCFReader.h.
|
inline |
Definition at line 175 of file vtkNetCDFCFReader.h.
| vtkNetCDFCFReader::vtkDependentDimensionInfo::vtkDependentDimensionInfo | ( | int | ncFD, |
| int | varId, | ||
| vtkNetCDFCFReader * | parent | ||
| ) |
|
inline |
Definition at line 177 of file vtkNetCDFCFReader.h.
|
inline |
Definition at line 178 of file vtkNetCDFCFReader.h.
|
inline |
Definition at line 179 of file vtkNetCDFCFReader.h.
|
inline |
Definition at line 180 of file vtkNetCDFCFReader.h.
|
inline |
Definition at line 183 of file vtkNetCDFCFReader.h.
|
inline |
Definition at line 186 of file vtkNetCDFCFReader.h.
|
inline |
Definition at line 189 of file vtkNetCDFCFReader.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 193 of file vtkNetCDFCFReader.h.
|
protected |
Definition at line 194 of file vtkNetCDFCFReader.h.
|
protected |
Definition at line 195 of file vtkNetCDFCFReader.h.
|
protected |
Definition at line 196 of file vtkNetCDFCFReader.h.
|
protected |
Definition at line 197 of file vtkNetCDFCFReader.h.
|
protected |
Definition at line 198 of file vtkNetCDFCFReader.h.
|
protected |
Definition at line 199 of file vtkNetCDFCFReader.h.
1.8.9.1