osgEarth 2.1.1
Public Member Functions | Public Attributes

anonymous_namespace{ImageLayer.cpp}::ImageLayerPreCacheOperation Struct Reference

Inheritance diagram for anonymous_namespace{ImageLayer.cpp}::ImageLayerPreCacheOperation:
Collaboration diagram for anonymous_namespace{ImageLayer.cpp}::ImageLayerPreCacheOperation:

List of all members.

Public Member Functions

void operator() (osg::ref_ptr< osg::Image > &image)

Public Attributes

ImageLayerTileProcessor _processor

Detailed Description

Definition at line 128 of file ImageLayer.cpp.


Member Function Documentation

void anonymous_namespace{ImageLayer.cpp}::ImageLayerPreCacheOperation::operator() ( osg::ref_ptr< osg::Image > &  image) [inline, virtual]

Implements osgEarth::TileSource::ImageOperation.

Definition at line 130 of file ImageLayer.cpp.

        {
            _processor.process( image );
        }

Member Data Documentation

Definition at line 135 of file ImageLayer.cpp.


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