27 #ifndef vtkXMLPDataReader_h
28 #define vtkXMLPDataReader_h
30 #include "vtkIOXMLModule.h"
47 vtkGetMacro(NumberOfPieces,
int);
59 int ReadXMLInformation() VTK_OVERRIDE;
65 void SetupOutputData() VTK_OVERRIDE;
75 virtual
void SetupPieces(
int numPieces);
76 virtual
void DestroyPieces();
79 int ReadPieceData(
int index);
80 virtual
int ReadPieceData();
81 int CanReadPiece(
int index);
83 char* CreatePieceFileName(const
char* fileName);
87 static
void PieceProgressCallbackFunction(
vtkObject*,
unsigned long,
void*,
89 virtual
void PieceProgressCallback();
106 int* CanReadPieceFlag;
abstract base class for most VTK objects
Represents an XML element and those nested inside.
abstract class to specify dataset behavior
supports function callbacks
a simple class to control print indentation
abstract superclass for arrays of numeric data
Superclass for PVTK XML file readers.
Superclass for VTK XML file readers.
virtual void CopyOutputInformation(vtkInformation *vtkNotUsed(outInfo), int vtkNotUsed(port))
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for VTK's XML format readers.