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