29 #ifndef vtkXMLPPolyDataReader_h
30 #define vtkXMLPPolyDataReader_h
32 #include "vtkIOXMLModule.h"
Abstract superclass for all arrays.
a simple class to control print indentation
concrete dataset represents vertices, lines, polygons, and triangle strips
Superclass for VTK XML file readers.
Read PVTK XML PolyData files.
vtkIdType TotalNumberOfStrips
int ReadPieceData() override
Actually read the current piece data.
vtkIdType TotalNumberOfLines
vtkPolyData * GetOutput(int idx)
Get the reader's output.
vtkPolyData * GetOutput()
Get the reader's output.
void CopyArrayForCells(vtkAbstractArray *inArray, vtkAbstractArray *outArray) override
vtkIdType TotalNumberOfVerts
vtkIdType GetNumberOfVertsInPiece(int piece)
vtkXMLDataReader * CreatePieceReader() override
Create a reader according to the data to read.
const char * GetDataSetName() override
static vtkXMLPPolyDataReader * New()
vtkIdType GetNumberOfStripsInPiece(int piece)
vtkIdType GetNumberOfCellsInPiece(int piece) override
vtkIdType TotalNumberOfPolys
vtkIdType GetNumberOfPolysInPiece(int piece)
void GetOutputUpdateExtent(int &piece, int &numberOfPieces, int &ghostLevel) override
void SetupOutputTotals() override
vtkIdType GetNumberOfLinesInPiece(int piece)
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
void SetupNextPiece() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetupOutputData() override
Initialize the output data.
~vtkXMLPPolyDataReader() override
Superclass for parallel unstructured data XML readers.