20 #ifndef vtkGDALRasterReprojection_h 21 #define vtkGDALRasterReprojection_h 24 #include "vtkGeovisGDALModule.h" 56 vtkSetClampMacro(ResamplingAlgorithm,
int, 0, 6);
67 bool SuggestOutputDimensions(GDALDataset* inputDataset,
68 const char* outputProjection,
69 double geoTransform[6],
72 double maxError = 0.0);
80 bool Reproject(GDALDataset* input, GDALDataset* output);
94 #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...