
Public Member Functions | |
| VertexBufferObject () | |
| VertexBufferObject (const VertexBufferObject &vbo, const CopyOp ©op=CopyOp::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 | ( | ) |
| 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] |
| osg::VertexBufferObject::META_Object | ( | osg | , | |
| VertexBufferObject | ||||
| ) |
| unsigned int osg::VertexBufferObject::addArray | ( | osg::Array * | array | ) |
| void osg::VertexBufferObject::removeArray | ( | osg::Array * | array | ) |
| void osg::VertexBufferObject::setArray | ( | unsigned int | i, | |
| Array * | array | |||
| ) |
| Array* osg::VertexBufferObject::getArray | ( | unsigned int | i | ) |
| const Array* osg::VertexBufferObject::getArray | ( | unsigned int | i | ) | const |
1.5.6