52#ifndef vtkXMLStructuredGridReader_h
53#define vtkXMLStructuredGridReader_h
55#include "vtkIOXMLModule.h"
58VTK_ABI_NAMESPACE_BEGIN
a simple class to control print indentation
topologically regular array of data
Represents an XML element and those nested inside.
Superclass for structured data XML readers.
Read VTK XML StructuredGrid files.
void SetupPieces(int numPieces) override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void DestroyPieces() override
int ReadPiece(vtkXMLDataElement *ePiece) override
vtkStructuredGrid * GetOutput()
Get the reader's output.
vtkXMLStructuredGridReader()
void SetOutputExtent(int *extent) override
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
void SetupOutputData() override
Setup the output's data with allocation.
const char * GetDataSetName() override
Get the name of the data set being read.
vtkXMLDataElement ** PointElements
static vtkXMLStructuredGridReader * New()
~vtkXMLStructuredGridReader() override
vtkStructuredGrid * GetOutput(int idx)
Get the reader's output.
int ReadPieceData() override