33 #ifndef vtkGeoAlignedImageSource_h 34 #define vtkGeoAlignedImageSource_h 36 #include "vtkGeovisCoreModule.h" 72 vtkSetVector2Macro(LatitudeRange,
double);
73 vtkGetVector2Macro(LatitudeRange,
double);
74 vtkSetVector2Macro(LongitudeRange,
double);
75 vtkGetVector2Macro(LongitudeRange,
double);
83 vtkGetMacro(Overlap,
double);
90 vtkSetMacro(PowerOfTwoSize,
bool);
91 vtkGetMacro(PowerOfTwoSize,
bool);
92 vtkBooleanMacro(PowerOfTwoSize,
bool);
100 int PowerOfTwo(
int val);
104 double LatitudeRange[2];
105 double LongitudeRange[2];
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A node in a multi-resolution image tree.
A multi-resolution geographic data source.
virtual bool FetchChild(vtkGeoTreeNode *node, int index, vtkGeoTreeNode *child)=0
Blocking access methods to be implemented in subclasses.
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.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
vtkMultiBlockDataSet * LevelImages
Splits hi-res image into tiles.
virtual bool FetchRoot(vtkGeoTreeNode *root)=0
Blocking access methods to be implemented in subclasses.
Basic class to optionally replace vtkAlgorithm progress functionality.