35 #ifndef vtkXMLPolyDataReader_h
36 #define vtkXMLPolyDataReader_h
38 #include "vtkIOXMLModule.h"
Abstract superclass for all arrays.
a simple class to control print indentation
concrete dataset represents vertices, lines, polygons, and triangle strips
Represents an XML element and those nested inside.
Read VTK XML PolyData files.
vtkXMLDataElement ** LineElements
virtual vtkIdType GetNumberOfVerts()
Get the number of verts/lines/strips/polys in the output.
vtkIdType * NumberOfPolys
static vtkXMLPolyDataReader * New()
const char * GetDataSetName()
vtkIdType * NumberOfVerts
void GetOutputUpdateExtent(int &piece, int &numberOfPieces, int &ghostLevel)
int ReadPiece(vtkXMLDataElement *ePiece)
void SetupPieces(int numPieces)
virtual vtkIdType GetNumberOfStrips()
unsigned long VertsOffset
virtual vtkIdType GetNumberOfLines()
vtkPolyData * GetOutput()
Get the reader's output.
vtkIdType * NumberOfStrips
vtkPolyData * GetOutput(int idx)
vtkXMLDataElement ** StripElements
vtkXMLDataElement ** PolyElements
virtual int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
virtual vtkIdType GetNumberOfCellsInPiece(int piece)
unsigned long StripsOffset
virtual vtkIdType GetNumberOfPolys()
vtkXMLDataElement ** VertElements
vtkIdType * NumberOfLines
virtual int ReadArrayForCells(vtkXMLDataElement *da, vtkAbstractArray *outArray)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
unsigned long PolysOffset
unsigned long LinesOffset
Superclass for unstructured data XML readers.