Public Member Functions | |
GraphicsOperation (const std::string &name, bool keep) | |
virtual void | operator() (Object *object) |
Override the standard Operation opertator 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] |
virtual void osg::GraphicsOperation::operator() | ( | Object * | object | ) | [virtual] |
Override the standard Operation opertator 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] |