Inheritance diagram for osg::buffered_value< T >:

Public Member Functions | |
| buffered_value () | |
| buffered_value & | operator= (const buffered_value &rhs) |
| void | setAllElementsTo (const T &t) |
| void | clear () |
| bool | empty () const |
| unsigned int | size () const |
| T & | operator[] (unsigned int pos) |
| T | operator[] (unsigned int pos) const |
Protected Attributes | |
| std::vector< T > | _array |
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||
|
|