VTK
|
Read PVTK XML PolyData files. More...
#include <vtkXMLPPolyDataReader.h>
Read PVTK XML PolyData files.
vtkXMLPPolyDataReader reads the PVTK XML PolyData file format. This reads the parallel format's summary file and then uses vtkXMLPolyDataReader to read data from the individual PolyData piece files. Streaming is supported. The standard extension for this reader's file format is "pvtp".
Definition at line 36 of file vtkXMLPPolyDataReader.h.
Reimplemented from vtkXMLPUnstructuredDataReader.
Definition at line 39 of file vtkXMLPPolyDataReader.h.
vtkXMLPPolyDataReader::vtkXMLPPolyDataReader | ( | ) | [protected] |
vtkXMLPPolyDataReader::~vtkXMLPPolyDataReader | ( | ) | [protected] |
static int vtkXMLPPolyDataReader::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 vtkXMLPPolyDataReader::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 vtkXMLPPolyDataReader* vtkXMLPPolyDataReader::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkXMLPUnstructuredDataReader.
virtual vtkObjectBase* vtkXMLPPolyDataReader::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkXMLPUnstructuredDataReader.
Reimplemented from vtkXMLPUnstructuredDataReader.
void vtkXMLPPolyDataReader::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 vtkXMLPPolyDataReader* vtkXMLPPolyDataReader::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* vtkXMLPPolyDataReader::GetDataSetName | ( | ) | [protected, virtual] |
Implements vtkXMLReader.
void vtkXMLPPolyDataReader::GetOutputUpdateExtent | ( | int & | piece, |
int & | numberOfPieces, | ||
int & | ghostLevel | ||
) | [protected, virtual] |
Implements vtkXMLPUnstructuredDataReader.
vtkIdType vtkXMLPPolyDataReader::GetNumberOfCellsInPiece | ( | int | piece | ) | [protected, virtual] |
Reimplemented from vtkXMLPUnstructuredDataReader.
vtkIdType vtkXMLPPolyDataReader::GetNumberOfVertsInPiece | ( | int | piece | ) | [protected] |
vtkIdType vtkXMLPPolyDataReader::GetNumberOfLinesInPiece | ( | int | piece | ) | [protected] |
vtkIdType vtkXMLPPolyDataReader::GetNumberOfStripsInPiece | ( | int | piece | ) | [protected] |
vtkIdType vtkXMLPPolyDataReader::GetNumberOfPolysInPiece | ( | int | piece | ) | [protected] |
void vtkXMLPPolyDataReader::SetupOutputTotals | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLPUnstructuredDataReader.
void vtkXMLPPolyDataReader::SetupOutputData | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLPUnstructuredDataReader.
void vtkXMLPPolyDataReader::SetupNextPiece | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLPUnstructuredDataReader.
int vtkXMLPPolyDataReader::ReadPieceData | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLPUnstructuredDataReader.
void vtkXMLPPolyDataReader::CopyArrayForCells | ( | vtkDataArray * | inArray, |
vtkDataArray * | outArray | ||
) | [protected, virtual] |
Implements vtkXMLPDataReader.
vtkXMLDataReader* vtkXMLPPolyDataReader::CreatePieceReader | ( | ) | [protected, virtual] |
Implements vtkXMLPDataReader.
virtual int vtkXMLPPolyDataReader::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 vtkXMLPPolyDataReader::TotalNumberOfVerts [protected] |
Definition at line 71 of file vtkXMLPPolyDataReader.h.
vtkIdType vtkXMLPPolyDataReader::TotalNumberOfLines [protected] |
Definition at line 72 of file vtkXMLPPolyDataReader.h.
vtkIdType vtkXMLPPolyDataReader::TotalNumberOfStrips [protected] |
Definition at line 73 of file vtkXMLPPolyDataReader.h.
vtkIdType vtkXMLPPolyDataReader::TotalNumberOfPolys [protected] |
Definition at line 74 of file vtkXMLPPolyDataReader.h.
vtkIdType vtkXMLPPolyDataReader::StartVert [protected] |
Definition at line 75 of file vtkXMLPPolyDataReader.h.
vtkIdType vtkXMLPPolyDataReader::StartLine [protected] |
Definition at line 76 of file vtkXMLPPolyDataReader.h.
vtkIdType vtkXMLPPolyDataReader::StartStrip [protected] |
Definition at line 77 of file vtkXMLPPolyDataReader.h.
vtkIdType vtkXMLPPolyDataReader::StartPoly [protected] |
Definition at line 78 of file vtkXMLPPolyDataReader.h.