osgEarth 2.1.1
|
Public Member Functions | |
TileImage (osg::Image *image, const TileKey &key) | |
osg::Image * | getImage () |
Public Attributes | |
osg::ref_ptr< osg::Image > | _image |
double | _minX |
double | _minY |
double | _maxX |
double | _maxY |
unsigned int | _tileX |
unsigned int | _tileY |
Pairs an OSG image with TileKey parameters.
Definition at line 37 of file ImageMosaic.
TileImage::TileImage | ( | osg::Image * | image, |
const TileKey & | key | ||
) |
osg::Image* osgEarth::TileImage::getImage | ( | ) | [inline] |
Gets a reference to the Image held by this GeoImage
Definition at line 47 of file ImageMosaic.
{return _image.get();}
osg::ref_ptr<osg::Image> osgEarth::TileImage::_image |
Definition at line 49 of file ImageMosaic.
double osgEarth::TileImage::_maxX |
Definition at line 50 of file ImageMosaic.
double osgEarth::TileImage::_maxY |
Definition at line 50 of file ImageMosaic.
double osgEarth::TileImage::_minX |
Definition at line 50 of file ImageMosaic.
double osgEarth::TileImage::_minY |
Definition at line 50 of file ImageMosaic.
unsigned int osgEarth::TileImage::_tileX |
Definition at line 51 of file ImageMosaic.
unsigned int osgEarth::TileImage::_tileY |
Definition at line 52 of file ImageMosaic.