#include <vtkPOPReader.h>
Inheritance diagram for vtkPOPReader:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int * | GetDimensions () |
virtual void | GetDimensions (int &, int &) |
virtual void | GetDimensions (int[2]) |
virtual char * | GetGridFileName () |
virtual char * | GetUFlowFileName () |
virtual char * | GetVFlowFileName () |
virtual void | SetFileName (const char *) |
virtual char * | GetFileName () |
virtual void | SetRadius (float) |
virtual float | GetRadius () |
virtual void | SetClipExtent (int, int, int, int, int, int) |
virtual void | SetClipExtent (int[6]) |
virtual int * | GetClipExtent () |
virtual void | GetClipExtent (int &, int &, int &, int &, int &, int &) |
virtual void | GetClipExtent (int[6]) |
Static Public Methods | |
vtkPOPReader * | New () |
int | IsTypeOf (const char *type) |
vtkPOPReader * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkPOPReader () | |
~vtkPOPReader () | |
vtkPOPReader (const vtkPOPReader &) | |
void | operator= (const vtkPOPReader &) |
void | ExecuteInformation () |
void | Execute () |
void | ReadInformationFile () |
vtkPoints * | ReadPoints (vtkImageData *image) |
void | ReadFlow () |
vtkPoints * | GeneratePoints () |
virtual void | SetGridFileName (const char *) |
void | SetGridName (char *name) |
void | DeleteArrays () |
void | AddArray (char *arrayName, char *fileName, unsigned long offset) |
void | AddArrayName (char *arrayName, char *fileName, unsigned long offset) |
virtual void | SetUFlowFileName (const char *) |
virtual void | SetVFlowFileName (const char *) |
int | IsFileName (char *name) |
char * | MakeFileName (char *name) |
Protected Attributes | |
char * | FileName |
int | Dimensions [2] |
char * | GridFileName |
float | Radius |
vtkFloatArray * | DepthValues |
int | NumberOfArrays |
int | MaximumNumberOfArrays |
char ** | ArrayNames |
char ** | ArrayFileNames |
unsigned long * | ArrayOffsets |
int | ArrayFileDimensionality |
char * | UFlowFileName |
unsigned long | UFlowFileOffset |
char * | VFlowFileName |
unsigned long | VFlowFileOffset |
int | ClipExtent [6] |
vtkPOPReader Just converts from images to a structured grid for now.
Definition at line 56 of file vtkPOPReader.h.
|
|
|
|
|
Definition at line 102 of file vtkPOPReader.h. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkStructuredGridSource. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkStructuredGridSource. |
|
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 vtkStructuredGridSource. |
|
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 vtkStructuredGridSource. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkStructuredGridSource. |
|
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 vtkSource. |
|
This is the longitude and latitude dimensions of the structured grid. |
|
This is the longitude and latitude dimensions of the structured grid. |
|
This is the longitude and latitude dimensions of the structured grid. |
|
This file contains the latitude and longitude of the grid. It must be double with no header. |
|
These files contains the u and v components of the flow. |
|
These files contains the u and v components of the flow. |
|
This file contains information about all the files. |
|
This file contains information about all the files. |
|
Radius of the earth. |
|
Radius of the earth. |
|
Because the data can be so large, here is an option to clip while reading. |
|
Because the data can be so large, here is an option to clip while reading. |
|
Because the data can be so large, here is an option to clip while reading. |
|
Because the data can be so large, here is an option to clip while reading. |
|
Because the data can be so large, here is an option to clip while reading. |
|
Definition at line 103 of file vtkPOPReader.h. |
|
Reimplemented from vtkSource. |
|
This method is the old style execute method Reimplemented from vtkSource. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 114 of file vtkPOPReader.h. |
|
Definition at line 116 of file vtkPOPReader.h. |
|
Definition at line 119 of file vtkPOPReader.h. |
|
Definition at line 121 of file vtkPOPReader.h. |
|
Definition at line 122 of file vtkPOPReader.h. |
|
Definition at line 127 of file vtkPOPReader.h. |
|
Definition at line 128 of file vtkPOPReader.h. |
|
Definition at line 129 of file vtkPOPReader.h. |
|
Definition at line 130 of file vtkPOPReader.h. |
|
Definition at line 131 of file vtkPOPReader.h. |
|
Definition at line 132 of file vtkPOPReader.h. |
|
Definition at line 135 of file vtkPOPReader.h. |
|
Definition at line 137 of file vtkPOPReader.h. |
|
Definition at line 138 of file vtkPOPReader.h. |
|
Definition at line 140 of file vtkPOPReader.h. |
|
Definition at line 146 of file vtkPOPReader.h. |