 |
VTK
9.0.1
|
Go to the documentation of this file.
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;
128 vtkRasterReprojectionFilterInternal*
Internal;
135 #endif // vtkRasterReprojectionFilter_h
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.
Transform a VTK image data to a different projection.
Generic algorithm superclass for image algs.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
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.
static vtkAlgorithm * New()
int FillOutputPortInformation(int port, vtkInformation *info) override
These method should be reimplemented by subclasses that have more than a single input or single outpu...
vtkRasterReprojectionFilterInternal * Internal
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.