38 #ifndef __vtkGeoAlignedImageSource_h
39 #define __vtkGeoAlignedImageSource_h
68 vtkSetVector2Macro(LatitudeRange,
double);
69 vtkGetVector2Macro(LatitudeRange,
double);
70 vtkSetVector2Macro(LongitudeRange,
double);
71 vtkGetVector2Macro(LongitudeRange,
double);
77 vtkGetMacro(Overlap,
double);
82 vtkSetMacro(PowerOfTwoSize,
bool);
83 vtkGetMacro(PowerOfTwoSize,
bool);
84 vtkBooleanMacro(PowerOfTwoSize,
bool);
92 int PowerOfTwo(
int val);
96 double LatitudeRange[2];
97 double LongitudeRange[2];
102 class vtkProgressObserver;
A node in a multi-resolution image tree.
A multi-resolution geographic data source.
virtual bool FetchChild(vtkGeoTreeNode *node, int index, vtkGeoTreeNode *child)=0
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
topologically and geometrically regular array of data
vtkProgressObserver * ProgressObserver
Stores data for a patch of the globe.
Composite dataset that organizes datasets into blocks.
vtkMultiBlockDataSet * LevelImages
Splits hi-res image into tiles.
virtual bool FetchRoot(vtkGeoTreeNode *root)=0