VTK
|
read NetCDF files .Author Joshua Wu 09.15.2009 More...
#include <vtkNetCDFPOPReader.h>
Public Types | |
typedef vtkRectilinearGridAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkNetCDFPOPReader * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetFileName (const char *) |
virtual char * | GetFileName () |
virtual void | SetStride (int, int, int) |
virtual void | SetStride (int[3]) |
virtual int * | GetStride () |
virtual void | GetStride (int &, int &, int &) |
virtual void | GetStride (int[3]) |
virtual int | GetNumberOfVariableArrays () |
virtual const char * | GetVariableArrayName (int idx) |
virtual int | GetVariableArrayStatus (const char *name) |
virtual void | SetVariableArrayStatus (const char *name, int status) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkNetCDFPOPReader * | SafeDownCast (vtkObjectBase *o) |
static vtkNetCDFPOPReader * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkNetCDFPOPReader () | |
~vtkNetCDFPOPReader () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual void | SetOpenedFileName (const char *) |
Static Protected Member Functions | |
static void | SelectionModifiedCallback (vtkObject *caller, unsigned long eid, void *clientdata, void *calldata) |
static void | EventCallback (vtkObject *caller, unsigned long eid, void *clientdata, void *calldata) |
Protected Attributes | |
vtkCallbackCommand * | SelectionObserver |
char * | FileName |
int | NCDFFD |
char * | OpenedFileName |
int | Stride [3] |
read NetCDF files .Author Joshua Wu 09.15.2009
vtkNetCDFPOPReader is a source object that reads NetCDF files. It should be able to read most any NetCDF file that wants to output a rectilinear grid. The ordering of the variables is changed such that the NetCDF x, y, z directions correspond to the vtkRectilinearGrid z, y, x directions, respectively. The striding is done with respect to the vtkRectilinearGrid ordering. Additionally, the z coordinates of the vtkRectilinearGrid are negated so that the first slice/plane has the highest z-value and the last slice/plane has the lowest z-value.
Definition at line 43 of file vtkNetCDFPOPReader.h.
Reimplemented from vtkRectilinearGridAlgorithm.
Definition at line 46 of file vtkNetCDFPOPReader.h.
vtkNetCDFPOPReader::vtkNetCDFPOPReader | ( | ) | [protected] |
vtkNetCDFPOPReader::~vtkNetCDFPOPReader | ( | ) | [protected] |
static int vtkNetCDFPOPReader::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkRectilinearGridAlgorithm.
virtual int vtkNetCDFPOPReader::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkRectilinearGridAlgorithm.
static vtkNetCDFPOPReader* vtkNetCDFPOPReader::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkRectilinearGridAlgorithm.
virtual vtkObjectBase* vtkNetCDFPOPReader::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkRectilinearGridAlgorithm.
Reimplemented from vtkRectilinearGridAlgorithm.
static vtkNetCDFPOPReader* vtkNetCDFPOPReader::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkRectilinearGridAlgorithm.
void vtkNetCDFPOPReader::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkRectilinearGridAlgorithm.
virtual void vtkNetCDFPOPReader::SetFileName | ( | const char * | ) | [virtual] |
The file to open
virtual char* vtkNetCDFPOPReader::GetFileName | ( | ) | [virtual] |
The file to open
virtual void vtkNetCDFPOPReader::SetStride | ( | int | , |
int | , | ||
int | |||
) | [virtual] |
Enable subsampling in i,j and k dimensions in the vtkRectilinearGrid
virtual void vtkNetCDFPOPReader::SetStride | ( | int | [3] | ) | [virtual] |
Enable subsampling in i,j and k dimensions in the vtkRectilinearGrid
virtual int* vtkNetCDFPOPReader::GetStride | ( | ) | [virtual] |
Enable subsampling in i,j and k dimensions in the vtkRectilinearGrid
virtual void vtkNetCDFPOPReader::GetStride | ( | int & | , |
int & | , | ||
int & | |||
) | [virtual] |
Enable subsampling in i,j and k dimensions in the vtkRectilinearGrid
virtual void vtkNetCDFPOPReader::GetStride | ( | int | [3] | ) | [virtual] |
Enable subsampling in i,j and k dimensions in the vtkRectilinearGrid
virtual int vtkNetCDFPOPReader::GetNumberOfVariableArrays | ( | ) | [virtual] |
Variable array selection.
virtual const char* vtkNetCDFPOPReader::GetVariableArrayName | ( | int | idx | ) | [virtual] |
Variable array selection.
virtual int vtkNetCDFPOPReader::GetVariableArrayStatus | ( | const char * | name | ) | [virtual] |
Variable array selection.
virtual void vtkNetCDFPOPReader::SetVariableArrayStatus | ( | const char * | name, |
int | status | ||
) | [virtual] |
Variable array selection.
int vtkNetCDFPOPReader::RequestData | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkRectilinearGridAlgorithm.
virtual int vtkNetCDFPOPReader::RequestInformation | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
Reimplemented from vtkRectilinearGridAlgorithm.
static void vtkNetCDFPOPReader::SelectionModifiedCallback | ( | vtkObject * | caller, |
unsigned long | eid, | ||
void * | clientdata, | ||
void * | calldata | ||
) | [static, protected] |
static void vtkNetCDFPOPReader::EventCallback | ( | vtkObject * | caller, |
unsigned long | eid, | ||
void * | clientdata, | ||
void * | calldata | ||
) | [static, protected] |
virtual void vtkNetCDFPOPReader::SetOpenedFileName | ( | const char * | ) | [protected, virtual] |
vtkCallbackCommand* vtkNetCDFPOPReader::SelectionObserver [protected] |
Definition at line 86 of file vtkNetCDFPOPReader.h.
char* vtkNetCDFPOPReader::FileName [protected] |
Definition at line 88 of file vtkNetCDFPOPReader.h.
int vtkNetCDFPOPReader::NCDFFD [protected] |
The NetCDF file descriptor.
Definition at line 91 of file vtkNetCDFPOPReader.h.
char* vtkNetCDFPOPReader::OpenedFileName [protected] |
The file name of the opened file.
Definition at line 94 of file vtkNetCDFPOPReader.h.
int vtkNetCDFPOPReader::Stride[3] [protected] |
Definition at line 96 of file vtkNetCDFPOPReader.h.