38 #ifndef vtkGeoAlignedImageSource_h
39 #define vtkGeoAlignedImageSource_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];
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
#define VTKGEOVISCORE_EXPORT
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
Basic class to optionally replace vtkAlgorithm progress functionality.