14#ifndef vtkRasterReprojectionFilter_h
15#define vtkRasterReprojectionFilter_h
17#include "vtkGeovisGDALModule.h"
20VTK_ABI_NAMESPACE_BEGIN
37 vtkSetStringMacro(InputProjection);
38 vtkGetStringMacro(InputProjection);
45 vtkSetStringMacro(OutputProjection);
46 vtkGetStringMacro(OutputProjection);
57 vtkSetVector2Macro(OutputDimensions,
int);
58 vtkGetVector2Macro(OutputDimensions,
int);
67 vtkSetMacro(NoDataValue,
double);
68 vtkGetMacro(NoDataValue,
double);
78 vtkGetMacro(MaxError,
double);
92 vtkSetClampMacro(ResamplingAlgorithm,
int, 0, 6);
114 int OutputDimensions[2];
119 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()