29 #ifndef vtkXMLPPolyDataReader_h
30 #define vtkXMLPPolyDataReader_h
32 #include "vtkIOXMLModule.h"
abstract superclass for arrays of numeric data
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.
virtual int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
vtkIdType TotalNumberOfStrips
vtkIdType TotalNumberOfLines
vtkPolyData * GetOutput(int idx)
vtkPolyData * GetOutput()
Get the reader's output.
vtkXMLDataReader * CreatePieceReader()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkIdType TotalNumberOfVerts
vtkIdType GetNumberOfVertsInPiece(int piece)
static vtkXMLPPolyDataReader * New()
vtkIdType GetNumberOfStripsInPiece(int piece)
void CopyArrayForCells(vtkDataArray *inArray, vtkDataArray *outArray)
void GetOutputUpdateExtent(int &piece, int &numberOfPieces, int &ghostLevel)
vtkIdType GetNumberOfCellsInPiece(int piece)
vtkIdType TotalNumberOfPolys
vtkIdType GetNumberOfPolysInPiece(int piece)
vtkIdType GetNumberOfLinesInPiece(int piece)
const char * GetDataSetName()
Superclass for parallel unstructured data XML readers.