|
OpenSceneGraph
3.4.0
|

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 &) const |
| virtual bool | set (SetValueVisitor &) |
Protected Member Functions | |
| virtual | ~ValueObject () |
| 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 osg::ValueObject::~ValueObject | ( | ) | [inline, protected, virtual] |
| virtual bool osg::ValueObject::get | ( | GetValueVisitor & | ) | const [inline, virtual] |
Reimplemented in osg::TemplateValueObject< T >.
| osg::ValueObject::META_Object | ( | osg | , |
| ValueObject | |||
| ) | [inline] |
| virtual bool osg::ValueObject::set | ( | SetValueVisitor & | ) | [inline, virtual] |
Reimplemented in osg::TemplateValueObject< T >.
| Generated at Tue Dec 8 2015 00:16:45 for the OpenSceneGraph by doxygen 1.7.6.1. |