|
OpenSceneGraph
3.0.1
|

Public Member Functions | |
| virtual | ~PrimitiveIndexFunctor () |
| virtual void | setVertexArray (unsigned int count, const Vec2 *vertices)=0 |
| virtual void | setVertexArray (unsigned int count, const Vec3 *vertices)=0 |
| virtual void | setVertexArray (unsigned int count, const Vec4 *vertices)=0 |
| virtual void | setVertexArray (unsigned int count, const Vec2d *vertices)=0 |
| virtual void | setVertexArray (unsigned int count, const Vec3d *vertices)=0 |
| virtual void | setVertexArray (unsigned int count, const Vec4d *vertices)=0 |
| virtual void | drawArrays (GLenum mode, GLint first, GLsizei count)=0 |
| virtual void | drawElements (GLenum mode, GLsizei count, const GLubyte *indices)=0 |
| virtual void | drawElements (GLenum mode, GLsizei count, const GLushort *indices)=0 |
| virtual void | drawElements (GLenum mode, GLsizei count, const GLuint *indices)=0 |
| virtual void | begin (GLenum mode)=0 |
| virtual void | vertex (unsigned int pos)=0 |
| virtual void | end ()=0 |
| virtual osg::PrimitiveIndexFunctor::~PrimitiveIndexFunctor | ( | ) | [inline, virtual] |
| virtual void osg::PrimitiveIndexFunctor::begin | ( | GLenum | mode | ) | [pure virtual] |
Implemented in osg::TriangleIndexFunctor< T >, and osgUtil::ReversePrimitiveFunctor.
| virtual void osg::PrimitiveIndexFunctor::drawArrays | ( | GLenum | mode, |
| GLint | first, | ||
| GLsizei | count | ||
| ) | [pure virtual] |
Implemented in osg::TriangleIndexFunctor< T >, and osgUtil::ReversePrimitiveFunctor.
| virtual void osg::PrimitiveIndexFunctor::drawElements | ( | GLenum | mode, |
| GLsizei | count, | ||
| const GLubyte * | indices | ||
| ) | [pure virtual] |
Implemented in osg::TriangleIndexFunctor< T >, and osgUtil::ReversePrimitiveFunctor.
| virtual void osg::PrimitiveIndexFunctor::drawElements | ( | GLenum | mode, |
| GLsizei | count, | ||
| const GLushort * | indices | ||
| ) | [pure virtual] |
Implemented in osg::TriangleIndexFunctor< T >, and osgUtil::ReversePrimitiveFunctor.
| virtual void osg::PrimitiveIndexFunctor::drawElements | ( | GLenum | mode, |
| GLsizei | count, | ||
| const GLuint * | indices | ||
| ) | [pure virtual] |
Implemented in osg::TriangleIndexFunctor< T >, and osgUtil::ReversePrimitiveFunctor.
| virtual void osg::PrimitiveIndexFunctor::end | ( | ) | [pure virtual] |
Implemented in osg::TriangleIndexFunctor< T >, and osgUtil::ReversePrimitiveFunctor.
| virtual void osg::PrimitiveIndexFunctor::setVertexArray | ( | unsigned int | count, |
| const Vec2 * | vertices | ||
| ) | [pure virtual] |
Implemented in osgUtil::ReversePrimitiveFunctor, and osg::TriangleIndexFunctor< T >.
| virtual void osg::PrimitiveIndexFunctor::setVertexArray | ( | unsigned int | count, |
| const Vec3 * | vertices | ||
| ) | [pure virtual] |
Implemented in osg::TriangleIndexFunctor< T >, and osgUtil::ReversePrimitiveFunctor.
| virtual void osg::PrimitiveIndexFunctor::setVertexArray | ( | unsigned int | count, |
| const Vec4 * | vertices | ||
| ) | [pure virtual] |
Implemented in osg::TriangleIndexFunctor< T >, and osgUtil::ReversePrimitiveFunctor.
| virtual void osg::PrimitiveIndexFunctor::setVertexArray | ( | unsigned int | count, |
| const Vec2d * | vertices | ||
| ) | [pure virtual] |
Implemented in osg::TriangleIndexFunctor< T >, and osgUtil::ReversePrimitiveFunctor.
| virtual void osg::PrimitiveIndexFunctor::setVertexArray | ( | unsigned int | count, |
| const Vec3d * | vertices | ||
| ) | [pure virtual] |
Implemented in osg::TriangleIndexFunctor< T >, and osgUtil::ReversePrimitiveFunctor.
| virtual void osg::PrimitiveIndexFunctor::setVertexArray | ( | unsigned int | count, |
| const Vec4d * | vertices | ||
| ) | [pure virtual] |
Implemented in osg::TriangleIndexFunctor< T >, and osgUtil::ReversePrimitiveFunctor.
| virtual void osg::PrimitiveIndexFunctor::vertex | ( | unsigned int | pos | ) | [pure virtual] |
Implemented in osg::TriangleIndexFunctor< T >, and osgUtil::ReversePrimitiveFunctor.
| Generated at Thu Sep 27 2012 17:02:58 for the OpenSceneGraph by doxygen 1.7.6.1. |