8#ifndef vtkGDALRasterReprojection_h 
    9#define vtkGDALRasterReprojection_h 
   12#include "vtkGeovisGDALModule.h"  
   17VTK_ABI_NAMESPACE_BEGIN
 
   46  vtkSetClampMacro(ResamplingAlgorithm, 
int, 0, 6);
 
   58    double geoTransform[6], 
int* nPixels, 
int* nLines, 
double maxError = 0.0);
 
   66  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