Go to the documentation of this file.
32 #ifndef vtkXMLPRectilinearGridReader_h
33 #define vtkXMLPRectilinearGridReader_h
35 #include "vtkIOXMLModule.h"
69 void CopySubCoordinates(
int* inBounds,
int* outBounds,
int* subBounds,
a dataset that is topologically regular with variable spacing in the three coordinate directions
vtkXMLDataElement * PCoordinatesElement
int ReadPieceData() override
Actually read the current piece data.
abstract superclass for arrays of numeric data
Superclass for VTK XML file readers.
Superclass for parallel structured data XML readers.
virtual vtkXMLDataReader * CreatePieceReader()=0
Create a reader according to the data to read.
virtual void GetPieceInputExtent(int index, int *extent)=0
virtual void SetupEmptyOutput()=0
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetOutputExtent(int *extent)=0
void SetupOutputData() override
Initialize the output data.
virtual const char * GetDataSetName()=0
Represents an XML element and those nested inside.
static vtkAlgorithm * New()
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.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.