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);
105 double LatitudeRange[2];
106 double LongitudeRange[2];
118 #endif //VTK_LEGACY_REMOVE
bool FetchChild(vtkGeoTreeNode *parent, int index, vtkGeoTreeNode *child) override
Fetch a child image.
vtkGeoAlignedImageSource()
Stores data for a patch of the globe.
A node in a multi-resolution image tree.
Composite dataset that organizes datasets into blocks.
~vtkGeoAlignedImageSource() override
void CropImageForNode(vtkGeoImageNode *node, vtkImageData *image)
vtkProgressObserver * ProgressObserver
vtkMultiBlockDataSet * LevelImages
topologically and geometrically regular array of data
a simple class to control print indentation
Splits hi-res image into tiles.
static vtkGeoAlignedImageSource * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Basic class to optionally replace vtkAlgorithm progress functionality.
virtual void SetImage(vtkImageData *image)
A multi-resolution geographic data source.
bool FetchRoot(vtkGeoTreeNode *node) override
Fetch the root image.