VTK
|
Read PVTK XML RectilinearGrid files. More...
#include <vtkXMLPRectilinearGridReader.h>
Read PVTK XML RectilinearGrid files.
vtkXMLPRectilinearGridReader reads the PVTK XML RectilinearGrid file format. This reads the parallel format's summary file and then uses vtkXMLRectilinearGridReader to read data from the individual RectilinearGrid piece files. Streaming is supported. The standard extension for this reader's file format is "pvtr".
Definition at line 39 of file vtkXMLPRectilinearGridReader.h.
Reimplemented from vtkXMLPStructuredDataReader.
Definition at line 42 of file vtkXMLPRectilinearGridReader.h.
vtkXMLPRectilinearGridReader::vtkXMLPRectilinearGridReader | ( | ) | [protected] |
vtkXMLPRectilinearGridReader::~vtkXMLPRectilinearGridReader | ( | ) | [protected] |
static int vtkXMLPRectilinearGridReader::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 vtkXMLPRectilinearGridReader::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 vtkXMLPRectilinearGridReader* vtkXMLPRectilinearGridReader::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkXMLPStructuredDataReader.
virtual vtkObjectBase* vtkXMLPRectilinearGridReader::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkXMLPStructuredDataReader.
Reimplemented from vtkXMLPStructuredDataReader.
void vtkXMLPRectilinearGridReader::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 vtkXMLPRectilinearGridReader* vtkXMLPRectilinearGridReader::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.
vtkRectilinearGrid* vtkXMLPRectilinearGridReader::GetPieceInput | ( | int | index | ) | [protected] |
void vtkXMLPRectilinearGridReader::SetupEmptyOutput | ( | ) | [protected, virtual] |
Implements vtkXMLReader.
const char* vtkXMLPRectilinearGridReader::GetDataSetName | ( | ) | [protected, virtual] |
Implements vtkXMLReader.
void vtkXMLPRectilinearGridReader::SetOutputExtent | ( | int * | extent | ) | [protected, virtual] |
Implements vtkXMLPStructuredDataReader.
void vtkXMLPRectilinearGridReader::GetPieceInputExtent | ( | int | index, |
int * | extent | ||
) | [protected, virtual] |
Implements vtkXMLPStructuredDataReader.
int vtkXMLPRectilinearGridReader::ReadPrimaryElement | ( | vtkXMLDataElement * | ePrimary | ) | [protected, virtual] |
Reimplemented from vtkXMLPStructuredDataReader.
void vtkXMLPRectilinearGridReader::SetupOutputData | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLPStructuredDataReader.
int vtkXMLPRectilinearGridReader::ReadPieceData | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLPStructuredDataReader.
vtkXMLDataReader* vtkXMLPRectilinearGridReader::CreatePieceReader | ( | ) | [protected, virtual] |
Implements vtkXMLPDataReader.
void vtkXMLPRectilinearGridReader::CopySubCoordinates | ( | int * | inBounds, |
int * | outBounds, | ||
int * | subBounds, | ||
vtkDataArray * | inArray, | ||
vtkDataArray * | outArray | ||
) | [protected] |
virtual int vtkXMLPRectilinearGridReader::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 71 of file vtkXMLPRectilinearGridReader.h.