8 #ifndef vtkGDALRasterReprojection_h
9 #define vtkGDALRasterReprojection_h
12 #include "vtkGeovisGDALModule.h"
17 VTK_ABI_NAMESPACE_BEGIN
46 vtkSetClampMacro(ResamplingAlgorithm,
int, 0, 6);
57 bool SuggestOutputDimensions(GDALDataset* inputDataset,
const char* outputProjection,
58 double geoTransform[6],
int* nPixels,
int* nLines,
double maxError = 0.0);
66 bool Reproject(GDALDataset* input, GDALDataset* output);
81 #endif // vtkGDALRasterReprojection_h
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...