Splits hi-res image into tiles.
More...
#include <vtkGeoAlignedImageSource.h>
Splits hi-res image into tiles.
vtkGeoAlignedImageSource uses a high resolution image to generate tiles at multiple resolutions in a hierarchy. It should be used as a source in vtkGeoAlignedImageRepresentation.
- See Also
- vtkGeoAlignedImageRepresentation vtkGeoView vtkGeoView2D
- Events:
- vtkCommand::ProgressEvent
- Tests:
- vtkGeoAlignedImageSource (Tests)
Definition at line 48 of file vtkGeoAlignedImageSource.h.
vtkGeoAlignedImageSource::vtkGeoAlignedImageSource |
( |
| ) |
|
|
protected |
vtkGeoAlignedImageSource::~vtkGeoAlignedImageSource |
( |
| ) |
|
|
protected |
static int vtkGeoAlignedImageSource::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkGeoAlignedImageSource::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkGeoAlignedImageSource::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkGeoAlignedImageSource::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual bool vtkGeoAlignedImageSource::FetchRoot |
( |
vtkGeoTreeNode * |
node | ) |
|
|
virtual |
virtual vtkImageData* vtkGeoAlignedImageSource::GetImage |
( |
| ) |
|
|
virtual |
The high-resolution image to be used to cover the globe.
virtual void vtkGeoAlignedImageSource::SetImage |
( |
vtkImageData * |
image | ) |
|
|
virtual |
The high-resolution image to be used to cover the globe.
virtual void vtkGeoAlignedImageSource::SetLatitudeRange |
( |
double |
, |
|
|
double |
|
|
) |
| |
|
virtual |
The range of the input hi-res image.
void vtkGeoAlignedImageSource::SetLatitudeRange |
( |
double |
[2] | ) |
|
The range of the input hi-res image.
virtual double* vtkGeoAlignedImageSource::GetLatitudeRange |
( |
| ) |
|
|
virtual |
The range of the input hi-res image.
virtual void vtkGeoAlignedImageSource::GetLatitudeRange |
( |
double & |
, |
|
|
double & |
|
|
) |
| |
|
virtual |
The range of the input hi-res image.
virtual void vtkGeoAlignedImageSource::GetLatitudeRange |
( |
double |
[2] | ) |
|
|
virtual |
The range of the input hi-res image.
virtual void vtkGeoAlignedImageSource::SetLongitudeRange |
( |
double |
, |
|
|
double |
|
|
) |
| |
|
virtual |
The range of the input hi-res image.
void vtkGeoAlignedImageSource::SetLongitudeRange |
( |
double |
[2] | ) |
|
The range of the input hi-res image.
virtual double* vtkGeoAlignedImageSource::GetLongitudeRange |
( |
| ) |
|
|
virtual |
The range of the input hi-res image.
virtual void vtkGeoAlignedImageSource::GetLongitudeRange |
( |
double & |
, |
|
|
double & |
|
|
) |
| |
|
virtual |
The range of the input hi-res image.
virtual void vtkGeoAlignedImageSource::GetLongitudeRange |
( |
double |
[2] | ) |
|
|
virtual |
The range of the input hi-res image.
virtual void vtkGeoAlignedImageSource::SetOverlap |
( |
double |
| ) |
|
|
virtual |
The overlap of adjacent tiles.
virtual double vtkGeoAlignedImageSource::GetOverlap |
( |
| ) |
|
|
virtual |
The overlap of adjacent tiles.
virtual void vtkGeoAlignedImageSource::SetPowerOfTwoSize |
( |
bool |
| ) |
|
|
virtual |
Whether to force image sizes to a power of two.
virtual bool vtkGeoAlignedImageSource::GetPowerOfTwoSize |
( |
| ) |
|
|
virtual |
Whether to force image sizes to a power of two.
virtual void vtkGeoAlignedImageSource::PowerOfTwoSizeOn |
( |
| ) |
|
|
virtual |
Whether to force image sizes to a power of two.
virtual void vtkGeoAlignedImageSource::PowerOfTwoSizeOff |
( |
| ) |
|
|
virtual |
Whether to force image sizes to a power of two.
void vtkGeoAlignedImageSource::CropImageForNode |
( |
vtkGeoImageNode * |
node, |
|
|
vtkImageData * |
image |
|
) |
| |
|
protected |
int vtkGeoAlignedImageSource::PowerOfTwo |
( |
int |
val | ) |
|
|
protected |
vtkImageData* vtkGeoAlignedImageSource::Image |
|
protected |
double vtkGeoAlignedImageSource::LatitudeRange[2] |
|
protected |
double vtkGeoAlignedImageSource::LongitudeRange[2] |
|
protected |
double vtkGeoAlignedImageSource::Overlap |
|
protected |
bool vtkGeoAlignedImageSource::PowerOfTwoSize |
|
protected |
vtkProgressObserver* vtkGeoAlignedImageSource::ProgressObserver |
|
protected |
The documentation for this class was generated from the following file: