26 #ifndef vtkXMLPUnstructuredDataReader_h
27 #define vtkXMLPUnstructuredDataReader_h
29 #include "vtkIOXMLModule.h"
object to represent cell connectivity
abstract superclass for arrays of numeric data
a simple class to control print indentation
abstract class for specifying dataset behavior
Represents an XML element and those nested inside.
Superclass for PVTK XML file readers.
Superclass for parallel unstructured data XML readers.
virtual void SetupOutputTotals()
virtual void SetupNextPiece()
vtkXMLDataElement * PPointsElement
virtual void CopyOutputInformation(vtkInformation *outInfo, int port)
vtkPointSet * GetPieceInputAsPointSet(int piece)
void SetupUpdateExtent(int piece, int numberOfPieces, int ghostLevel)
void CopyCellArray(vtkIdType totalNumberOfCells, vtkCellArray *inCells, vtkCellArray *outCells)
~vtkXMLPUnstructuredDataReader()
vtkIdType GetNumberOfCells()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkPointSet * GetOutputAsPointSet()
virtual void GetOutputUpdateExtent(int &piece, int &numberOfPieces, int &ghostLevel)=0
virtual vtkIdType GetNumberOfPointsInPiece(int piece)
vtkIdType TotalNumberOfPoints
vtkIdType TotalNumberOfCells
virtual vtkIdType GetNumberOfCellsInPiece(int piece)
void SetupOutputInformation(vtkInformation *outInfo)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkXMLPUnstructuredDataReader()
vtkIdType GetNumberOfPoints()
int ReadPrimaryElement(vtkXMLDataElement *ePrimary)
void CopyArrayForPoints(vtkDataArray *inArray, vtkDataArray *outArray)
Superclass for unstructured data XML readers.