|
OpenSceneGraph
3.0.1
|

Public Member Functions | |
| GraphicsOperation (const std::string &name, bool keep) | |
| virtual void | operator() (Object *object) |
| Override the standard Operation operator and dynamic cast object to a GraphicsContext, on success call operation()(GraphicsContext*). | |
| virtual void | operator() (GraphicsContext *context)=0 |
| osg::GraphicsOperation::GraphicsOperation | ( | const std::string & | name, |
| bool | keep | ||
| ) | [inline] |
Override the standard Operation operator and dynamic cast object to a GraphicsContext, on success call operation()(GraphicsContext*).
Implements osg::Operation.
Reimplemented in osgViewer::Renderer.
| virtual void osg::GraphicsOperation::operator() | ( | GraphicsContext * | context | ) | [pure virtual] |
| Generated at Thu Sep 27 2012 17:02:54 for the OpenSceneGraph by doxygen 1.7.6.1. |