osgEarth 2.1.1
Public Member Functions | Public Attributes

osgEarth::TileImage Struct Reference

List of all members.

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

Detailed Description

Pairs an OSG image with TileKey parameters.

Definition at line 37 of file ImageMosaic.


Constructor & Destructor Documentation

TileImage::TileImage ( osg::Image *  image,
const TileKey key 
)

Constructor

Definition at line 32 of file ImageMosaic.cpp.

Here is the call graph for this function:


Member Function Documentation

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();}

Member Data Documentation

osg::ref_ptr<osg::Image> osgEarth::TileImage::_image

Definition at line 49 of file ImageMosaic.

Definition at line 50 of file ImageMosaic.

Definition at line 50 of file ImageMosaic.

Definition at line 50 of file ImageMosaic.

Definition at line 50 of file ImageMosaic.

Definition at line 51 of file ImageMosaic.

Definition at line 52 of file ImageMosaic.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines