osgEarth 2.1.1
|
Public Member Functions | |
void | operator() (osg::ref_ptr< osg::Image > &image) |
Public Attributes | |
ImageLayerTileProcessor | _processor |
Definition at line 117 of file CompositeTileSource.cpp.
void anonymous_namespace{CompositeTileSource.cpp}::ImageLayerPreCacheOperation::operator() | ( | osg::ref_ptr< osg::Image > & | image | ) | [inline, virtual] |
Implements osgEarth::TileSource::ImageOperation.
Definition at line 119 of file CompositeTileSource.cpp.
{ _processor.process( image ); }
ImageLayerTileProcessor anonymous_namespace{CompositeTileSource.cpp}::ImageLayerPreCacheOperation::_processor |
Definition at line 124 of file CompositeTileSource.cpp.