38 #ifndef __vtkGeoAlignedImageSource_h
39 #define __vtkGeoAlignedImageSource_h
41 #include "vtkGeovisCoreModule.h"
69 vtkSetVector2Macro(LatitudeRange,
double);
70 vtkGetVector2Macro(LatitudeRange,
double);
71 vtkSetVector2Macro(LongitudeRange,
double);
72 vtkGetVector2Macro(LongitudeRange,
double);
78 vtkGetMacro(Overlap,
double);
83 vtkSetMacro(PowerOfTwoSize,
bool);
84 vtkGetMacro(PowerOfTwoSize,
bool);
85 vtkBooleanMacro(PowerOfTwoSize,
bool);
93 int PowerOfTwo(
int val);
97 double LatitudeRange[2];
98 double LongitudeRange[2];
103 class vtkProgressObserver;