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
void CopyArrayForCells(vtkAbstractArray *inArray, vtkAbstractArray *outArray) override
vtkPolyData * GetOutput(int idx)
Get the reader's output.
vtkIdType TotalNumberOfVerts
static vtkXMLPPolyDataReader * New()
vtkIdType GetNumberOfVertsInPiece(int piece)
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)
const char * GetDataSetName() override
vtkPolyData * GetOutput()
Get the reader's output.
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.
vtkXMLDataReader * CreatePieceReader() override
Create a reader according to the data to read.
void SetupOutputData() override
Initialize the output data.
~vtkXMLPPolyDataReader() override
Superclass for parallel unstructured data XML readers.