27 #ifndef vtkXMLStructuredDataReader_h
28 #define vtkXMLStructuredDataReader_h
30 #include "vtkIOXMLModule.h"
58 vtkGetMacro(WholeSlices,
int);
72 virtual void SetOutputExtent(
int*
extent)=0;
93 int PointDimensions[3];
94 int CellDimensions[3];
102 int SubPointDimensions[3];
103 int SubCellDimensions[3];
116 virtual int ReadSubExtent(
117 int* inExtent,
int* inDimensions,
vtkIdType* inIncrements,
118 int* outExtent,
int* outDimensions,
vtkIdType* outIncrements,
int * PiecePointDimensions
virtual void SetupEmptyOutput()=0
Represents an XML element and those nested inside.
vtkIdType * PiecePointIncrements
virtual void SetupOutputInformation(vtkInformation *outInfo)
Abstract superclass for all arrays.
Superclass for structured data XML readers.
int ReadPrimaryElement(vtkXMLDataElement *ePrimary)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void DestroyPieces()
a simple class to control print indentation
virtual void SetupPieces(int numPieces)
virtual vtkIdType GetNumberOfPoints()=0
Get the number of points in the output.
virtual int ReadArrayForPoints(vtkXMLDataElement *da, vtkAbstractArray *outArray)
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual vtkIdType GetNumberOfCells()=0
Get the number of cells in the output.
virtual void ReadXMLData()
Superclass for VTK XML file readers.
int ReadPiece(vtkXMLDataElement *ePiece, int piece)
vtkIdType * PieceCellIncrements
virtual void CopyOutputInformation(vtkInformation *outInfo, int port)
virtual int ReadArrayForCells(vtkXMLDataElement *da, vtkAbstractArray *outArray)
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
int * PieceCellDimensions