#include <vtkXMLPStructuredGridReader.h>
vtkXMLPStructuredGridReader reads the PVTK XML StructuredGrid file format. This reads the parallel format's summary file and then uses vtkXMLStructuredGridReader to read data from the individual StructuredGrid piece files. Streaming is supported. The standard extension for this reader's file format is "pvts".
Definition at line 35 of file vtkXMLPStructuredGridReader.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) |
vtkStructuredGrid * | GetOutput () |
vtkStructuredGrid * | GetOutput (int idx) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkXMLPStructuredGridReader * | SafeDownCast (vtkObject *o) |
static vtkXMLPStructuredGridReader * | New () |
Protected Member Functions | |
vtkXMLPStructuredGridReader () | |
~vtkXMLPStructuredGridReader () | |
vtkStructuredGrid * | GetPieceInput (int index) |
void | SetupEmptyOutput () |
const char * | GetDataSetName () |
void | SetOutputExtent (int *extent) |
void | GetPieceInputExtent (int index, int *extent) |
int | ReadPrimaryElement (vtkXMLDataElement *ePrimary) |
void | SetupOutputData () |
int | ReadPieceData () |
vtkXMLDataReader * | CreatePieceReader () |
virtual int | FillOutputPortInformation (int, vtkInformation *) |
Protected Attributes | |
vtkXMLDataElement * | PPointsElement |
Reimplemented from vtkXMLPStructuredDataReader.
Definition at line 38 of file vtkXMLPStructuredGridReader.h.
vtkXMLPStructuredGridReader::vtkXMLPStructuredGridReader | ( | ) | [protected] |
vtkXMLPStructuredGridReader::~vtkXMLPStructuredGridReader | ( | ) | [protected] |
virtual const char* vtkXMLPStructuredGridReader::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkXMLPStructuredDataReader.
static int vtkXMLPStructuredGridReader::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkXMLPStructuredDataReader.
virtual int vtkXMLPStructuredGridReader::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkXMLPStructuredDataReader.
static vtkXMLPStructuredGridReader* vtkXMLPStructuredGridReader::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkXMLPStructuredDataReader.
void vtkXMLPStructuredGridReader::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 vtkXMLPStructuredGridReader* vtkXMLPStructuredGridReader::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
vtkStructuredGrid* vtkXMLPStructuredGridReader::GetOutput | ( | ) |
Get the reader's output.
vtkStructuredGrid* vtkXMLPStructuredGridReader::GetOutput | ( | int | idx | ) |
Needed for ParaView
vtkStructuredGrid* vtkXMLPStructuredGridReader::GetPieceInput | ( | int | index | ) | [protected] |
void vtkXMLPStructuredGridReader::SetupEmptyOutput | ( | ) | [protected, virtual] |
Implements vtkXMLReader.
const char* vtkXMLPStructuredGridReader::GetDataSetName | ( | ) | [protected, virtual] |
Implements vtkXMLReader.
void vtkXMLPStructuredGridReader::SetOutputExtent | ( | int * | extent | ) | [protected, virtual] |
Implements vtkXMLPStructuredDataReader.
void vtkXMLPStructuredGridReader::GetPieceInputExtent | ( | int | index, | |
int * | extent | |||
) | [protected, virtual] |
Implements vtkXMLPStructuredDataReader.
int vtkXMLPStructuredGridReader::ReadPrimaryElement | ( | vtkXMLDataElement * | ePrimary | ) | [protected, virtual] |
Reimplemented from vtkXMLPStructuredDataReader.
void vtkXMLPStructuredGridReader::SetupOutputData | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLPStructuredDataReader.
int vtkXMLPStructuredGridReader::ReadPieceData | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLPStructuredDataReader.
vtkXMLDataReader* vtkXMLPStructuredGridReader::CreatePieceReader | ( | ) | [protected, virtual] |
Implements vtkXMLPDataReader.
virtual int vtkXMLPStructuredGridReader::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.
Definition at line 65 of file vtkXMLPStructuredGridReader.h.