#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 46 of file vtkXMLPImageDataReader.h.
Public Types | |
typedef vtkXMLPStructuredDataReader | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetOutput (vtkImageData *output) |
vtkImageData * | GetOutput () |
vtkImageData * | GetOutput (int idx) |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkXMLPImageDataReader * | SafeDownCast (vtkObject *o) |
vtkXMLPImageDataReader * | New () |
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 () |
vtkXMLDataReader * | CreatePieceReader () |
Protected Attributes | |
double | Origin [3] |
double | Spacing [3] |
|
Reimplemented from vtkXMLPStructuredDataReader. Definition at line 49 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. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Get/Set the reader's output. |
|
Get/Set the reader's output. |
|
Get/Set the reader's output. Reimplemented from vtkSource. |
|
|
|
Implements vtkXMLReader. |
|
Implements vtkXMLPStructuredDataReader. |
|
Implements vtkXMLPStructuredDataReader. |
|
Reimplemented from vtkXMLPStructuredDataReader. |
|
Reimplemented from vtkXMLPStructuredDataReader. |
|
Implements vtkXMLPDataReader. |
|
Definition at line 64 of file vtkXMLPImageDataReader.h. |
|
Definition at line 65 of file vtkXMLPImageDataReader.h. |