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 179 of file vtkNetCDFCFReader.h.
|
inline |
Definition at line 181 of file vtkNetCDFCFReader.h.
vtkNetCDFCFReader::vtkDependentDimensionInfo::vtkDependentDimensionInfo | ( | int | ncFD, |
int | varId, | ||
vtkNetCDFCFReader * | parent | ||
) |
|
inline |
Definition at line 183 of file vtkNetCDFCFReader.h.
|
inline |
Definition at line 184 of file vtkNetCDFCFReader.h.
|
inline |
Definition at line 185 of file vtkNetCDFCFReader.h.
|
inline |
Definition at line 186 of file vtkNetCDFCFReader.h.
|
inline |
Definition at line 189 of file vtkNetCDFCFReader.h.
|
inline |
Definition at line 192 of file vtkNetCDFCFReader.h.
|
inline |
Definition at line 195 of file vtkNetCDFCFReader.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 199 of file vtkNetCDFCFReader.h.
|
protected |
Definition at line 200 of file vtkNetCDFCFReader.h.
|
protected |
Definition at line 201 of file vtkNetCDFCFReader.h.
|
protected |
Definition at line 202 of file vtkNetCDFCFReader.h.
|
protected |
Definition at line 203 of file vtkNetCDFCFReader.h.
|
protected |
Definition at line 204 of file vtkNetCDFCFReader.h.
|
protected |
Definition at line 205 of file vtkNetCDFCFReader.h.