OpenSceneGraph
Public Member Functions | Protected Attributes | List of all members
osg::buffered_object< T > Class Template Reference
Collaboration diagram for osg::buffered_object< T >:
Collaboration graph
[legend]

Public Member Functions

 buffered_object (unsigned int size)
 
buffered_objectoperator= (const buffered_object &rhs)
 
void setAllElementsTo (const T &t)
 
void clear ()
 
bool empty () const
 
unsigned int size () const
 
void resize (unsigned int newSize)
 
Toperator[] (unsigned int pos)
 
const Toperator[] (unsigned int pos) const
 

Protected Attributes

std::vector< T_array
 

The documentation for this class was generated from the following file: