|
OpenSceneGraph
3.0.1
|

Public Member Functions | |
| ElementBufferObject () | |
| ElementBufferObject (const ElementBufferObject &pbo, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
| Copy constructor using CopyOp to manage deep vs shallow copy. | |
| META_Object (osg, ElementBufferObject) | |
| unsigned int | addDrawElements (osg::DrawElements *PrimitiveSet) |
| void | removeDrawElements (osg::DrawElements *PrimitiveSet) |
| void | setDrawElements (unsigned int i, DrawElements *PrimitiveSet) |
| DrawElements * | getDrawElements (unsigned int i) |
| const DrawElements * | getDrawElements (unsigned int i) const |
Protected Member Functions | |
| virtual | ~ElementBufferObject () |
| osg::ElementBufferObject::ElementBufferObject | ( | const ElementBufferObject & | pbo, |
| const CopyOp & | copyop = CopyOp::SHALLOW_COPY |
||
| ) |
Copy constructor using CopyOp to manage deep vs shallow copy.
| virtual osg::ElementBufferObject::~ElementBufferObject | ( | ) | [protected, virtual] |
| unsigned int osg::ElementBufferObject::addDrawElements | ( | osg::DrawElements * | PrimitiveSet | ) |
| DrawElements* osg::ElementBufferObject::getDrawElements | ( | unsigned int | i | ) |
| const DrawElements* osg::ElementBufferObject::getDrawElements | ( | unsigned int | i | ) | const |
| void osg::ElementBufferObject::removeDrawElements | ( | osg::DrawElements * | PrimitiveSet | ) |
| void osg::ElementBufferObject::setDrawElements | ( | unsigned int | i, |
| DrawElements * | PrimitiveSet | ||
| ) |
| Generated at Thu Sep 27 2012 17:02:48 for the OpenSceneGraph by doxygen 1.7.6.1. |