Go to the documentation of this file.
36 #ifndef vtkGeoAlignedImageSource_h
37 #define vtkGeoAlignedImageSource_h
39 #include "vtkGeovisCoreModule.h"
75 vtkSetVector2Macro(LatitudeRange,
double);
76 vtkGetVector2Macro(LatitudeRange,
double);
77 vtkSetVector2Macro(LongitudeRange,
double);
78 vtkGetVector2Macro(LongitudeRange,
double);
86 vtkGetMacro(Overlap,
double);
94 vtkGetMacro(PowerOfTwoSize,
bool);
107 double LatitudeRange[2];
108 double LongitudeRange[2];
vtkGeoAlignedImageSource()
~vtkGeoAlignedImageSource()
Stores data for a patch of the globe.
A node in a multi-resolution image tree.
Composite dataset that organizes datasets into blocks.
virtual bool FetchChild(vtkGeoTreeNode *parent, int index, vtkGeoTreeNode *child)
Fetch a child image.
void CropImageForNode(vtkGeoImageNode *node, vtkImageData *image)
vtkProgressObserver * ProgressObserver
vtkMultiBlockDataSet * LevelImages
topologically and geometrically regular array of data
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
Splits hi-res image into tiles.
static vtkGeoAlignedImageSource * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual bool FetchRoot(vtkGeoTreeNode *node)
Fetch the root image.
Basic class to optionally replace vtkAlgorithm progress functionality.
virtual void SetImage(vtkImageData *image)
A multi-resolution geographic data source.