OpenSceneGraph
3.0.1
|
Public Member Functions | |
VertexBufferObject () | |
VertexBufferObject (const VertexBufferObject &vbo, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
Copy constructor using CopyOp to manage deep vs shallow copy. | |
META_Object (osg, VertexBufferObject) | |
unsigned int | addArray (osg::Array *array) |
void | removeArray (osg::Array *array) |
void | setArray (unsigned int i, Array *array) |
Array * | getArray (unsigned int i) |
const Array * | getArray (unsigned int i) const |
Protected Member Functions | |
virtual | ~VertexBufferObject () |
osg::VertexBufferObject::VertexBufferObject | ( | const VertexBufferObject & | vbo, |
const CopyOp & | copyop = CopyOp::SHALLOW_COPY |
||
) |
Copy constructor using CopyOp to manage deep vs shallow copy.
virtual osg::VertexBufferObject::~VertexBufferObject | ( | ) | [protected, virtual] |
unsigned int osg::VertexBufferObject::addArray | ( | osg::Array * | array | ) |
Array* osg::VertexBufferObject::getArray | ( | unsigned int | i | ) |
const Array* osg::VertexBufferObject::getArray | ( | unsigned int | i | ) | const |
void osg::VertexBufferObject::removeArray | ( | osg::Array * | array | ) |
void osg::VertexBufferObject::setArray | ( | unsigned int | i, |
Array * | array | ||
) |
![]() | Generated at Mon May 7 2012 07:18:27 for the OpenSceneGraph by doxygen 1.8.0. |