#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 39 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 () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkXMLPImageDataReader * | SafeDownCast (vtkObject *o) |
static 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 | |
float | Origin [3] |
float | Spacing [3] |
|
Reimplemented from vtkXMLPStructuredDataReader. Definition at line 42 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 vtkObject. |
|
Get/Set the reader's output. |
|
Get/Set the reader's output. |
|
|
|
Implements vtkXMLReader. |
|
Implements vtkXMLPStructuredDataReader. |
|
Implements vtkXMLPStructuredDataReader. |
|
Reimplemented from vtkXMLPStructuredDataReader. |
|
Reimplemented from vtkXMLPDataReader. |
|
Implements vtkXMLPDataReader. |
|
Definition at line 56 of file vtkXMLPImageDataReader.h. |
|
Definition at line 57 of file vtkXMLPImageDataReader.h. |