#include <vtkXMLPImageDataReader.h>
Inheritance diagram for vtkXMLPImageDataReader:
vtkXMLPImageDataReader reads the PVTK XML ImageData file format. This reads the parallel format's summary file and then uses vtkXMLImageDataReader to read data from the individual ImageData piece files. Streaming is supported. The standard extension for this reader's file format is "pvti".
Definition at line 35 of file vtkXMLPImageDataReader.h.
void | SetOutput (vtkImageData *output) |
vtkImageData * | GetOutput () |
vtkImageData * | GetOutput (int idx) |
static vtkXMLPImageDataReader * | New () |
Public Types | |
typedef vtkXMLPStructuredDataReader | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | CopyOutputInformation (vtkInformation *outInfo, int port) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkXMLPImageDataReader * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXMLPImageDataReader () | |
~vtkXMLPImageDataReader () | |
vtkImageData * | GetPieceInput (int index) |
const char * | GetDataSetName () |
void | SetOutputExtent (int *extent) |
void | GetPieceInputExtent (int index, int *extent) |
int | ReadPrimaryElement (vtkXMLDataElement *ePrimary) |
void | SetupOutputInformation (vtkInformation *outInfo) |
vtkXMLDataReader * | CreatePieceReader () |
virtual int | FillOutputPortInformation (int, vtkInformation *) |
Protected Attributes | |
double | Origin [3] |
double | Spacing [3] |
|
Reimplemented from vtkXMLPStructuredDataReader. Definition at line 38 of file vtkXMLPImageDataReader.h. |
|
|
|
|
|
Reimplemented from vtkXMLPStructuredDataReader. |
|
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 vtkXMLPStructuredDataReader. |
|
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 vtkXMLPStructuredDataReader. |
|
Reimplemented from vtkXMLPStructuredDataReader. |
|
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 vtkXMLPStructuredDataReader. |
|
Get/Set the reader's output. Reimplemented from vtkAlgorithm. |
|
Get/Set the reader's output. |
|
Get/Set the reader's output. |
|
Get/Set the reader's output. |
|
Reimplemented from vtkXMLPStructuredDataReader. |
|
|
|
Implements vtkXMLReader. |
|
Implements vtkXMLPStructuredDataReader. |
|
Implements vtkXMLPStructuredDataReader. |
|
Reimplemented from vtkXMLPStructuredDataReader. |
|
Reimplemented from vtkXMLPDataReader. |
|
Implements vtkXMLPDataReader. |
|
Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle. Reimplemented from vtkAlgorithm. |
|
Definition at line 57 of file vtkXMLPImageDataReader.h. |
|
Definition at line 58 of file vtkXMLPImageDataReader.h. |