OpenSceneGraph
|
Public Member Functions | |
buffered_object (unsigned int size) | |
buffered_object & | operator= (const buffered_object &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) |
const T & | operator[] (unsigned int pos) const |
Protected Attributes | |
std::vector< T > | _array |