Go to the documentation of this file.
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);
void SetupOutputData() override
Initialize the output data.
Superclass for parallel unstructured data XML readers.
vtkIdType TotalNumberOfVerts
virtual vtkIdType GetNumberOfCellsInPiece(int piece)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIdType TotalNumberOfStrips
abstract superclass for arrays of numeric data
Superclass for VTK XML file readers.
vtkIdType TotalNumberOfLines
virtual vtkXMLDataReader * CreatePieceReader()=0
Create a reader according to the data to read.
int ReadPieceData() override
Actually read the current piece data.
a simple class to control print indentation
virtual const char * GetDataSetName()=0
static vtkAlgorithm * New()
vtkIdType TotalNumberOfPolys
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual void SetupOutputTotals()
virtual void CopyArrayForCells(vtkDataArray *inArray, vtkDataArray *outArray)=0
virtual void GetOutputUpdateExtent(int &piece, int &numberOfPieces, int &ghostLevel)=0
Read PVTK XML PolyData files.
virtual void SetupNextPiece()
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.