|
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 Thu Sep 27 2012 17:02:48 for the OpenSceneGraph by doxygen 1.7.6.1. |