Public Member Functions

osg::GraphicsOperation Struct Reference

Inheritance diagram for osg::GraphicsOperation:
osg::Operation osg::Referenced osg::BlockAndFlushOperation osg::FlushDeletedGLObjectsOperation osg::ReleaseContext_Block_MakeCurrentOperation osg::RunOperations osg::SwapBuffersOperation osgDB::DatabasePager::CompileOperation osgUtil::GLObjectsOperation osgViewer::Renderer

List of all members.

Public Member Functions

 GraphicsOperation (const std::string &name, bool keep)
virtual void operator() (Object *object)
virtual void operator() (GraphicsContext *context)=0

Constructor & Destructor Documentation

osg::GraphicsOperation::GraphicsOperation ( const std::string &  name,
bool  keep 
) [inline]

Member Function Documentation

virtual void osg::GraphicsOperation::operator() ( Object object  )  [virtual]

Override the standard Operation operator and dynamic cast object to a GraphicsContext, on success call operation()(GraphicsContext*).

Implements osg::Operation.

virtual void osg::GraphicsOperation::operator() ( GraphicsContext context  )  [pure virtual]

The documentation for this struct was generated from the following file: