VTK
|
Read PVTK XML UnstructuredGrid files. More...
#include <vtkXMLPUnstructuredGridReader.h>
Read PVTK XML UnstructuredGrid files.
vtkXMLPUnstructuredGridReader reads the PVTK XML UnstructuredGrid file format. This reads the parallel format's summary file and then uses vtkXMLUnstructuredGridReader to read data from the individual UnstructuredGrid piece files. Streaming is supported. The standard extension for this reader's file format is "pvtu".
Definition at line 36 of file vtkXMLPUnstructuredGridReader.h.
Reimplemented from vtkXMLPUnstructuredDataReader.
Definition at line 39 of file vtkXMLPUnstructuredGridReader.h.
vtkXMLPUnstructuredGridReader::vtkXMLPUnstructuredGridReader | ( | ) | [protected] |
vtkXMLPUnstructuredGridReader::~vtkXMLPUnstructuredGridReader | ( | ) | [protected] |
static int vtkXMLPUnstructuredGridReader::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 vtkXMLPUnstructuredDataReader.
virtual int vtkXMLPUnstructuredGridReader::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 vtkXMLPUnstructuredDataReader.
static vtkXMLPUnstructuredGridReader* vtkXMLPUnstructuredGridReader::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkXMLPUnstructuredDataReader.
virtual vtkObjectBase* vtkXMLPUnstructuredGridReader::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkXMLPUnstructuredDataReader.
Reimplemented from vtkXMLPUnstructuredDataReader.
void vtkXMLPUnstructuredGridReader::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 vtkXMLPUnstructuredDataReader.
static vtkXMLPUnstructuredGridReader* vtkXMLPUnstructuredGridReader::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.
const char* vtkXMLPUnstructuredGridReader::GetDataSetName | ( | ) | [protected, virtual] |
Implements vtkXMLReader.
void vtkXMLPUnstructuredGridReader::GetOutputUpdateExtent | ( | int & | piece, |
int & | numberOfPieces, | ||
int & | ghostLevel | ||
) | [protected, virtual] |
Implements vtkXMLPUnstructuredDataReader.
void vtkXMLPUnstructuredGridReader::SetupOutputTotals | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLPUnstructuredDataReader.
void vtkXMLPUnstructuredGridReader::SetupOutputData | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLPUnstructuredDataReader.
void vtkXMLPUnstructuredGridReader::SetupNextPiece | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLPUnstructuredDataReader.
int vtkXMLPUnstructuredGridReader::ReadPieceData | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLPUnstructuredDataReader.
void vtkXMLPUnstructuredGridReader::CopyArrayForCells | ( | vtkDataArray * | inArray, |
vtkDataArray * | outArray | ||
) | [protected, virtual] |
Implements vtkXMLPDataReader.
vtkXMLDataReader* vtkXMLPUnstructuredGridReader::CreatePieceReader | ( | ) | [protected, virtual] |
Implements vtkXMLPDataReader.
virtual int vtkXMLPUnstructuredGridReader::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.
vtkIdType vtkXMLPUnstructuredGridReader::StartCell [protected] |
Definition at line 67 of file vtkXMLPUnstructuredGridReader.h.