Go to the documentation of this file.
29 #ifndef vtkXMLPPolyDataReader_h
30 #define vtkXMLPPolyDataReader_h
32 #include "vtkIOXMLModule.h"
vtkIdType GetNumberOfStripsInPiece(int piece)
Superclass for parallel unstructured data XML readers.
vtkPolyData * GetOutput()
Get the reader's output.
vtkIdType TotalNumberOfVerts
vtkIdType TotalNumberOfStrips
vtkIdType GetNumberOfVertsInPiece(int piece)
vtkIdType GetNumberOfCellsInPiece(int piece) override
void SetupNextPiece() override
vtkXMLDataReader * CreatePieceReader() override
Create a reader according to the data to read.
abstract superclass for arrays of numeric data
Superclass for VTK XML file readers.
vtkIdType TotalNumberOfLines
vtkPolyData * GetOutput(int idx)
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
static vtkXMLPPolyDataReader * New()
const char * GetDataSetName() override
a simple class to control print indentation
void GetOutputUpdateExtent(int &piece, int &numberOfPieces, int &ghostLevel) override
void CopyArrayForCells(vtkDataArray *inArray, vtkDataArray *outArray) override
vtkIdType GetNumberOfPolysInPiece(int piece)
vtkIdType TotalNumberOfPolys
void SetupOutputTotals() override
int ReadPieceData() override
Actually read the current piece data.
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.
Read PVTK XML PolyData files.
vtkIdType GetNumberOfLinesInPiece(int piece)
void SetupOutputData() override
Initialize the output data.
~vtkXMLPPolyDataReader() override