VTK
|
Read PVTK XML ImageData files. More...
#include <vtkXMLPImageDataReader.h>
Read PVTK XML ImageData files.
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 36 of file vtkXMLPImageDataReader.h.
Reimplemented from vtkXMLPStructuredDataReader.
Definition at line 39 of file vtkXMLPImageDataReader.h.
vtkXMLPImageDataReader::vtkXMLPImageDataReader | ( | ) | [protected] |
vtkXMLPImageDataReader::~vtkXMLPImageDataReader | ( | ) | [protected] |
static int vtkXMLPImageDataReader::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkXMLPStructuredDataReader.
virtual int vtkXMLPImageDataReader::IsA | ( | const char * | name | ) | [virtual] |
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 vtkXMLPStructuredDataReader.
static vtkXMLPImageDataReader* vtkXMLPImageDataReader::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkXMLPStructuredDataReader.
virtual vtkObjectBase* vtkXMLPImageDataReader::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkXMLPStructuredDataReader.
Reimplemented from vtkXMLPStructuredDataReader.
void vtkXMLPImageDataReader::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
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.
static vtkXMLPImageDataReader* vtkXMLPImageDataReader::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
Get the reader's output.
Get the reader's output.
virtual void vtkXMLPImageDataReader::CopyOutputInformation | ( | vtkInformation * | outInfo, |
int | port | ||
) | [virtual] |
Reimplemented from vtkXMLPStructuredDataReader.
vtkImageData* vtkXMLPImageDataReader::GetPieceInput | ( | int | index | ) | [protected] |
void vtkXMLPImageDataReader::SetupEmptyOutput | ( | ) | [protected, virtual] |
Implements vtkXMLReader.
const char* vtkXMLPImageDataReader::GetDataSetName | ( | ) | [protected, virtual] |
Implements vtkXMLReader.
void vtkXMLPImageDataReader::SetOutputExtent | ( | int * | extent | ) | [protected, virtual] |
Implements vtkXMLPStructuredDataReader.
void vtkXMLPImageDataReader::GetPieceInputExtent | ( | int | index, |
int * | extent | ||
) | [protected, virtual] |
Implements vtkXMLPStructuredDataReader.
int vtkXMLPImageDataReader::ReadPrimaryElement | ( | vtkXMLDataElement * | ePrimary | ) | [protected, virtual] |
Reimplemented from vtkXMLPStructuredDataReader.
void vtkXMLPImageDataReader::SetupOutputInformation | ( | vtkInformation * | outInfo | ) | [protected, virtual] |
Reimplemented from vtkXMLPDataReader.
vtkXMLDataReader* vtkXMLPImageDataReader::CreatePieceReader | ( | ) | [protected, virtual] |
Implements vtkXMLPDataReader.
virtual int vtkXMLPImageDataReader::FillOutputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
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.
double vtkXMLPImageDataReader::Origin[3] [protected] |
Definition at line 57 of file vtkXMLPImageDataReader.h.
double vtkXMLPImageDataReader::Spacing[3] [protected] |
Definition at line 58 of file vtkXMLPImageDataReader.h.