OpenSceneGraph
3.0.1
|
Implements a simple buffered value for values that need to be buffered on a per graphics context basis. More...
Public Member Functions | |
buffered_value () | |
buffered_value (unsigned int size) | |
buffered_value & | operator= (const buffered_value &rhs) |
void | setAllElementsTo (const T &t) |
void | clear () |
bool | empty () const |
unsigned int | size () const |
void | resize (unsigned int newSize) |
T & | operator[] (unsigned int pos) |
T | operator[] (unsigned int pos) const |
Protected Attributes | |
std::vector< T > | _array |
Implements a simple buffered value for values that need to be buffered on a per graphics context basis.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by osg::RenderBuffer::dirtyAll(), and osg::FrameBufferObject::dirtyAll().
|
inline |
|
mutableprotected |
Referenced by osg::buffered_value< GLuint >::clear(), osg::buffered_value< GLuint >::empty(), osg::buffered_value< GLuint >::operator=(), osg::buffered_value< GLuint >::operator[](), osg::buffered_value< GLuint >::resize(), osg::buffered_value< GLuint >::setAllElementsTo(), and osg::buffered_value< GLuint >::size().
![]() | Generated at Thu Oct 4 2012 13:45:05 for the OpenSceneGraph by doxygen 1.8.1.1. |