|
typedef T | object_type |
|
typedef osg::observer_ptr< object_type > | ptr_type |
|
typedef std::vector< ptr_type > | Vector |
|
typedef Vector::iterator | Iterator |
|
typedef Vector::const_iterator | ConstIterator |
|
|
Iterator | begin () |
|
ConstIterator | begin () const |
|
Iterator | end () |
|
ConstIterator | end () const |
|
Vector::size_type | size () const |
|
object_type * | getByName (const std::string &name) |
|
const object_type * | getByName (const std::string &name) const |
|
object_type * | getByIndex (unsigned int index) |
|
const object_type * | getByIndex (unsigned int index) const |
|
unsigned int | getNumObjects () const |
|
Vector & | getObjects () |
|
const Vector & | getObjects () const |
|
|
bool | _remove (object_type *obj) |
|
bool | _removeByName (const std::string &name) |
|
The documentation for this class was generated from the following file:
- /home/karlu20/private/installs/OpenSceneGraph/include/osgWidget/UIObjectParent