Go to the documentation of this file.
32 #ifndef vtkXMLPRectilinearGridReader_h
33 #define vtkXMLPRectilinearGridReader_h
35 #include "vtkIOXMLModule.h"
vtkXMLPRectilinearGridReader()
vtkRectilinearGrid * GetPieceInput(int index)
a dataset that is topologically regular with variable spacing in the three coordinate directions
vtkXMLDataElement * PCoordinatesElement
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
abstract superclass for arrays of numeric data
~vtkXMLPRectilinearGridReader() override
Superclass for VTK XML file readers.
static vtkXMLPRectilinearGridReader * New()
Superclass for parallel structured data XML readers.
void SetOutputExtent(int *extent) override
vtkXMLDataReader * CreatePieceReader() override
Create a reader according to the data to read.
vtkRectilinearGrid * GetOutput()
Get the reader's output.
const char * GetDataSetName() override
a simple class to control print indentation
Represents an XML element and those nested inside.
void SetupOutputData() override
Initialize the output data.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int ReadPieceData() override
Actually read the current piece data.
Read PVTK XML RectilinearGrid files.
int ReadPrimaryElement(vtkXMLDataElement *ePrimary) override
Read the information relative to the dataset and allocate the needed structures according to it.
void SetupEmptyOutput() override
vtkRectilinearGrid * GetOutput(int idx)
void CopySubCoordinates(int *inBounds, int *outBounds, int *subBounds, vtkDataArray *inArray, vtkDataArray *outArray)
void GetPieceInputExtent(int index, int *extent) override