20#ifndef vtkGDALRasterReprojection_h
21#define vtkGDALRasterReprojection_h
24#include "vtkGeovisGDALModule.h"
56 vtkSetClampMacro(ResamplingAlgorithm,
int, 0, 6);
68 double geoTransform[6],
int* nPixels,
int* nLines,
double maxError = 0.0);
76 bool Reproject(GDALDataset* input, GDALDataset* output);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
bool Reproject(GDALDataset *input, GDALDataset *output)
Compute the reprojection of the input dataset.
vtkGDALRasterReprojection()
bool SuggestOutputDimensions(GDALDataset *inputDataset, const char *outputProjection, double geoTransform[6], int *nPixels, int *nLines, double maxError=0.0)
Suggest image dimensions for specified projection Internally calls GDALSuggestedWarpOutput() The outp...
static vtkGDALRasterReprojection * New()
~vtkGDALRasterReprojection() override
a simple class to control print indentation
abstract base class for most VTK objects