#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.
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.
void vtkXMLPStructuredGridReader::SetOutput | ( | vtkStructuredGrid * | output | ) |
Get/Set the reader's output.
vtkStructuredGrid* vtkXMLPStructuredGridReader::GetOutput | ( | ) |
Get/Set the reader's output.
vtkStructuredGrid* vtkXMLPStructuredGridReader::GetOutput | ( | int | idx | ) |
Needed for ParaView
vtkStructuredGrid* vtkXMLPStructuredGridReader::GetPieceInput | ( | int | index | ) | [protected] |
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 67 of file vtkXMLPStructuredGridReader.h.