|
OpenSceneGraph
3.0.1
|

Classes | |
| class | SetValueVisitor |
Public Member Functions | |
| ValueObject () | |
| ValueObject (const std::string &name) | |
| ValueObject (const ValueObject &rhs, const osg::CopyOp copyop=osg::CopyOp::SHALLOW_COPY) | |
| META_Object (osg, ValueObject) class GetValueVisitor | |
| virtual bool | get (GetValueVisitor &gvv) const |
| virtual bool | set (SetValueVisitor &gvv) |
| osg::ValueObject::ValueObject | ( | ) | [inline] |
| osg::ValueObject::ValueObject | ( | const std::string & | name | ) | [inline] |
References osg::Object::setName().
| osg::ValueObject::ValueObject | ( | const ValueObject & | rhs, |
| const osg::CopyOp | copyop = osg::CopyOp::SHALLOW_COPY |
||
| ) | [inline] |
| virtual bool osg::ValueObject::get | ( | GetValueVisitor & | gvv | ) | const [inline, virtual] |
Reimplemented in osg::TemplateValueObject< T >.
| osg::ValueObject::META_Object | ( | osg | , |
| ValueObject | |||
| ) | [inline] |
| virtual bool osg::ValueObject::set | ( | SetValueVisitor & | gvv | ) | [inline, virtual] |
Reimplemented in osg::TemplateValueObject< T >.
| Generated at Thu Sep 27 2012 17:03:06 for the OpenSceneGraph by doxygen 1.7.6.1. |