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