osgEarth 2.1.1
Public Member Functions | Public Attributes

ImageRecord Struct Reference

Collaboration diagram for ImageRecord:

List of all members.

Public Member Functions

 ImageRecord (const TileKey &key)

Public Attributes

TileKey _key
int _created
int _accessed
osg::ref_ptr< const osg::Image > _image

Detailed Description

Definition at line 308 of file Sqlite3Cache.cpp.


Constructor & Destructor Documentation

ImageRecord::ImageRecord ( const TileKey key) [inline]

Definition at line 310 of file Sqlite3Cache.cpp.

: _key(key) { }

Member Data Documentation

Definition at line 313 of file Sqlite3Cache.cpp.

Definition at line 312 of file Sqlite3Cache.cpp.

osg::ref_ptr<const osg::Image> ImageRecord::_image

Definition at line 314 of file Sqlite3Cache.cpp.

Definition at line 311 of file Sqlite3Cache.cpp.


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