Public Member Functions | |
virtual | ~ReversePrimitiveFunctor () |
osg::PrimitiveSet * | getReversedPrimitiveSet () |
virtual void | setVertexArray (unsigned int, const osg::Vec2 *) |
virtual void | setVertexArray (unsigned int, const osg::Vec3 *) |
virtual void | setVertexArray (unsigned int, const osg::Vec4 *) |
virtual void | setVertexArray (unsigned int, const osg::Vec2d *) |
virtual void | setVertexArray (unsigned int, const osg::Vec3d *) |
virtual void | setVertexArray (unsigned int, const osg::Vec4d *) |
virtual void | drawArrays (GLenum mode, GLint first, GLsizei count) |
virtual void | drawElements (GLenum mode, GLsizei count, const GLubyte *indices) |
virtual void | drawElements (GLenum mode, GLsizei count, const GLushort *indices) |
virtual void | drawElements (GLenum mode, GLsizei count, const GLuint *indices) |
virtual void | begin (GLenum mode) |
Mimics the OpenGL glBegin() function. | |
virtual void | vertex (unsigned int) |
virtual void | end () |
Public Attributes | |
osg::ref_ptr< osg::PrimitiveSet > | _reversedPrimitiveSet |
virtual osgUtil::ReversePrimitiveFunctor::~ReversePrimitiveFunctor | ( | ) | [inline, virtual] |
virtual void osgUtil::ReversePrimitiveFunctor::begin | ( | GLenum | mode | ) | [virtual] |
virtual void osgUtil::ReversePrimitiveFunctor::drawArrays | ( | GLenum | mode, | |
GLint | first, | |||
GLsizei | count | |||
) | [virtual] |
Implements osg::PrimitiveIndexFunctor.
virtual void osgUtil::ReversePrimitiveFunctor::drawElements | ( | GLenum | mode, | |
GLsizei | count, | |||
const GLuint * | indices | |||
) | [virtual] |
Implements osg::PrimitiveIndexFunctor.
virtual void osgUtil::ReversePrimitiveFunctor::drawElements | ( | GLenum | mode, | |
GLsizei | count, | |||
const GLushort * | indices | |||
) | [virtual] |
Implements osg::PrimitiveIndexFunctor.
virtual void osgUtil::ReversePrimitiveFunctor::drawElements | ( | GLenum | mode, | |
GLsizei | count, | |||
const GLubyte * | indices | |||
) | [virtual] |
Implements osg::PrimitiveIndexFunctor.
virtual void osgUtil::ReversePrimitiveFunctor::end | ( | ) | [virtual] |
Implements osg::PrimitiveIndexFunctor.
osg::PrimitiveSet* osgUtil::ReversePrimitiveFunctor::getReversedPrimitiveSet | ( | ) | [inline] |
virtual void osgUtil::ReversePrimitiveFunctor::setVertexArray | ( | unsigned int | , | |
const osg::Vec4d * | ||||
) | [inline, virtual] |
Implements osg::PrimitiveIndexFunctor.
virtual void osgUtil::ReversePrimitiveFunctor::setVertexArray | ( | unsigned int | , | |
const osg::Vec3d * | ||||
) | [inline, virtual] |
Implements osg::PrimitiveIndexFunctor.
virtual void osgUtil::ReversePrimitiveFunctor::setVertexArray | ( | unsigned int | , | |
const osg::Vec2d * | ||||
) | [inline, virtual] |
Implements osg::PrimitiveIndexFunctor.
virtual void osgUtil::ReversePrimitiveFunctor::setVertexArray | ( | unsigned int | , | |
const osg::Vec4 * | ||||
) | [inline, virtual] |
Implements osg::PrimitiveIndexFunctor.
virtual void osgUtil::ReversePrimitiveFunctor::setVertexArray | ( | unsigned int | , | |
const osg::Vec3 * | ||||
) | [inline, virtual] |
Implements osg::PrimitiveIndexFunctor.
virtual void osgUtil::ReversePrimitiveFunctor::setVertexArray | ( | unsigned int | , | |
const osg::Vec2 * | ||||
) | [inline, virtual] |
Implements osg::PrimitiveIndexFunctor.
virtual void osgUtil::ReversePrimitiveFunctor::vertex | ( | unsigned | int | ) | [virtual] |
Implements osg::PrimitiveIndexFunctor.
![]() | Generated at Mon Feb 23 19:05:55 2009 for the OpenSceneGraph by doxygen 1.5.8. |