29 #ifndef vtkXMLPPolyDataReader_h
30 #define vtkXMLPPolyDataReader_h
32 #include "vtkIOXMLModule.h"
59 vtkIdType GetNumberOfVertsInPiece(
int piece);
60 vtkIdType GetNumberOfLinesInPiece(
int piece);
61 vtkIdType GetNumberOfStripsInPiece(
int piece);
62 vtkIdType GetNumberOfPolysInPiece(
int piece);
vtkIdType TotalNumberOfStrips
vtkIdType TotalNumberOfPolys
virtual vtkIdType GetNumberOfCellsInPiece(int piece)
virtual const char * GetDataSetName()=0
virtual vtkXMLDataReader * CreatePieceReader()=0
vtkIdType TotalNumberOfVerts
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
a simple class to control print indentation
abstract superclass for arrays of numeric data
Superclass for parallel unstructured data XML readers.
virtual void CopyArrayForCells(vtkDataArray *inArray, vtkDataArray *outArray)=0
virtual void GetOutputUpdateExtent(int &piece, int &numberOfPieces, int &ghostLevel)=0
Superclass for VTK XML file readers.
virtual void SetupOutputTotals()
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void SetupNextPiece()
Read PVTK XML PolyData files.
vtkIdType TotalNumberOfLines