 |
VTK
9.1.0
|
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.
Superclass for VTK XML file readers.
vtkIdType TotalNumberOfLines
vtkPolyData * GetOutput(int idx)
Get the reader's output.
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
void CopyArrayForCells(vtkAbstractArray *inArray, vtkAbstractArray *outArray) override
static vtkXMLPPolyDataReader * New()
const char * GetDataSetName() override
a simple class to control print indentation
void GetOutputUpdateExtent(int &piece, int &numberOfPieces, int &ghostLevel) override
vtkIdType GetNumberOfPolysInPiece(int piece)
Abstract superclass for all arrays.
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