Go to the documentation of this file.
33 #ifndef vtkGeoAlignedImageSource_h
34 #define vtkGeoAlignedImageSource_h
36 #include "vtkGeovisCoreModule.h"
43 #if !defined(VTK_LEGACY_REMOVE)
73 vtkSetVector2Macro(LatitudeRange,
double);
74 vtkGetVector2Macro(LatitudeRange,
double);
75 vtkSetVector2Macro(LongitudeRange,
double);
76 vtkGetVector2Macro(LongitudeRange,
double);
84 vtkGetMacro(Overlap,
double);
91 vtkSetMacro(PowerOfTwoSize,
bool);
92 vtkGetMacro(PowerOfTwoSize,
bool);
93 vtkBooleanMacro(PowerOfTwoSize,
bool);
101 int PowerOfTwo(
int val);
105 double LatitudeRange[2];
106 double LongitudeRange[2];
118 #endif //VTK_LEGACY_REMOVE
virtual bool FetchRoot(vtkGeoTreeNode *root)=0
Blocking access methods to be implemented in subclasses.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Stores data for a patch of the globe.
A node in a multi-resolution image tree.
virtual bool FetchChild(vtkGeoTreeNode *node, int index, vtkGeoTreeNode *child)=0
Composite dataset that organizes datasets into blocks.
vtkProgressObserver * ProgressObserver
vtkMultiBlockDataSet * LevelImages
topologically and geometrically regular array of data
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Splits hi-res image into tiles.
Basic class to optionally replace vtkAlgorithm progress functionality.
A multi-resolution geographic data source.