29 #ifndef vtkXMLPolyDataReader_h
30 #define vtkXMLPolyDataReader_h
32 #include "vtkIOXMLModule.h"
66 const
char* GetDataSetName() VTK_OVERRIDE;
67 void GetOutputUpdateExtent(
int& piece,
int& numberOfPieces,
int& ghostLevel) VTK_OVERRIDE;
68 void SetupOutputTotals() VTK_OVERRIDE;
69 void SetupNextPiece() VTK_OVERRIDE;
70 void SetupPieces(
int numPieces) VTK_OVERRIDE;
71 void DestroyPieces() VTK_OVERRIDE;
73 void SetupOutputData() VTK_OVERRIDE;
75 int ReadPieceData() VTK_OVERRIDE;
83 vtkIdType GetNumberOfCellsInPiece(
int piece) VTK_OVERRIDE;
88 int TotalNumberOfVerts;
89 int TotalNumberOfLines;
90 int TotalNumberOfStrips;
91 int TotalNumberOfPolys;
109 unsigned long VertsOffset;
111 unsigned long LinesOffset;
113 unsigned long StripsOffset;
115 unsigned long PolysOffset;
Represents an XML element and those nested inside.
Read VTK XML PolyData files.
Abstract superclass for all arrays.
Superclass for unstructured data XML readers.
concrete dataset represents vertices, lines, polygons, and triangle strips
a simple class to control print indentation
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.