Go to the documentation of this file.
35 #ifndef vtkXMLPolyDataReader_h
36 #define vtkXMLPolyDataReader_h
38 #include "vtkIOXMLModule.h"
vtkXMLDataElement ** VertElements
vtkIdType * NumberOfStrips
unsigned long LinesOffset
unsigned long VertsOffset
int ReadPieceData() override
int ReadPiece(vtkXMLDataElement *ePiece) override
virtual void SetupNextPiece()
unsigned long StripsOffset
vtkIdType * NumberOfVerts
void SetupPieces(int numPieces) override
vtkXMLDataElement ** StripElements
virtual int ReadArrayForCells(vtkXMLDataElement *da, vtkAbstractArray *outArray)
void DestroyPieces() override
Superclass for unstructured data XML readers.
a simple class to control print indentation
virtual const char * GetDataSetName()=0
Represents an XML element and those nested inside.
vtkIdType * NumberOfLines
Abstract superclass for all arrays.
static vtkAlgorithm * New()
vtkXMLDataElement ** LineElements
vtkIdType * NumberOfPolys
Read VTK XML PolyData files.
concrete dataset represents vertices, lines, polygons, and triangle strips
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void GetOutputUpdateExtent(int &piece, int &numberOfPieces, int &ghostLevel)=0
virtual void SetupOutputTotals()
void SetupOutputData() override
vtkXMLDataElement ** PolyElements
virtual vtkIdType GetNumberOfCellsInPiece(int piece)=0
unsigned long PolysOffset
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.