23#ifndef vtkRasterReprojectionFilter_h
24#define vtkRasterReprojectionFilter_h
26#include "vtkGeovisGDALModule.h"
45 vtkSetStringMacro(InputProjection);
46 vtkGetStringMacro(InputProjection);
53 vtkSetStringMacro(OutputProjection);
54 vtkGetStringMacro(OutputProjection);
65 vtkSetVector2Macro(OutputDimensions,
int);
66 vtkGetVector2Macro(OutputDimensions,
int);
75 vtkSetMacro(NoDataValue,
double);
76 vtkGetMacro(NoDataValue,
double);
86 vtkGetMacro(MaxError,
double);
100 vtkSetClampMacro(ResamplingAlgorithm,
int, 0, 6);
122 int OutputDimensions[2];
127 class vtkRasterReprojectionFilterInternal;
Generic algorithm superclass for image algs.
a simple class to control print indentation
Transform a VTK image data to a different projection.
~vtkRasterReprojectionFilter() override
int FillOutputPortInformation(int port, vtkInformation *info) override
These method should be reimplemented by subclasses that have more than a single input or single outpu...
int FillInputPortInformation(int port, vtkInformation *info) override
These method should be reimplemented by subclasses that have more than a single input or single outpu...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkRasterReprojectionFilterInternal * Internal
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called in response to a REQUEST_DATA request from the executive.
vtkRasterReprojectionFilter()
int RequestUpdateExtent(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Subclasses can reimplement this method to translate the update extent requests from each output port ...
static vtkRasterReprojectionFilter * New()