#include <vtkPOPReader.h>
Inheritance diagram for vtkPOPReader:
vtkPOPReader Just converts from images to a structured grid for now.
Definition at line 30 of file vtkPOPReader.h.
Public Types | |
typedef vtkStructuredGridAlgorithm | Superclass |
Public Member Functions | |
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 (double) |
virtual double | 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]) |
virtual void | SetNumberOfGhostLevels (int) |
virtual int | GetNumberOfGhostLevels () |
Static Public Member Functions | |
static vtkPOPReader * | New () |
static int | IsTypeOf (const char *type) |
static vtkPOPReader * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPOPReader () | |
~vtkPOPReader () | |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
void | ReadInformationFile () |
vtkPoints * | ReadPoints (vtkImageData *image, vtkInformation *outInfo) |
void | ReadFlow (vtkStructuredGrid *output, vtkInformation *outInfo) |
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) |
vtkPOPReader (const vtkPOPReader &) | |
void | operator= (const vtkPOPReader &) |
Protected Attributes | |
char * | FileName |
int | Dimensions [2] |
char * | GridFileName |
double | Radius |
vtkFloatArray * | DepthValues |
int | NumberOfGhostLevels |
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] |
|
Reimplemented from vtkStructuredGridAlgorithm. Definition at line 34 of file vtkPOPReader.h. |
|
|
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkStructuredGridAlgorithm. |
|
Reimplemented from vtkStructuredGridAlgorithm. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkStructuredGridAlgorithm. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkStructuredGridAlgorithm. |
|
Reimplemented from vtkStructuredGridAlgorithm. |
|
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 vtkStructuredGridAlgorithm. |
|
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. |
|
Set the number of ghost levels to include in the data |
|
Set the number of ghost levels to include in the data |
|
Reimplemented from vtkStructuredGridAlgorithm. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkStructuredGridAlgorithm. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 92 of file vtkPOPReader.h. |
|
Definition at line 94 of file vtkPOPReader.h. |
|
Definition at line 97 of file vtkPOPReader.h. |
|
Definition at line 99 of file vtkPOPReader.h. |
|
Definition at line 100 of file vtkPOPReader.h. |
|
Definition at line 101 of file vtkPOPReader.h. |
|
Definition at line 106 of file vtkPOPReader.h. |
|
Definition at line 107 of file vtkPOPReader.h. |
|
Definition at line 108 of file vtkPOPReader.h. |
|
Definition at line 109 of file vtkPOPReader.h. |
|
Definition at line 110 of file vtkPOPReader.h. |
|
Definition at line 111 of file vtkPOPReader.h. |
|
Definition at line 113 of file vtkPOPReader.h. |
|
Definition at line 114 of file vtkPOPReader.h. |
|
Definition at line 116 of file vtkPOPReader.h. |
|
Definition at line 117 of file vtkPOPReader.h. |
|
Definition at line 123 of file vtkPOPReader.h. |