|
OpenSceneGraph
3.4.0
|

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 Tue Dec 8 2015 00:16:42 for the OpenSceneGraph by doxygen 1.7.6.1. |