OpenSceneGraph 2.8.4
|
Public Member Functions | |
virtual void | setVertexArray (unsigned int, const Vec2 *) |
virtual void | setVertexArray (unsigned int, const Vec3 *) |
virtual void | setVertexArray (unsigned int, const Vec4 *) |
virtual void | setVertexArray (unsigned int, const Vec2d *) |
virtual void | setVertexArray (unsigned int, const Vec3d *) |
virtual void | setVertexArray (unsigned int, const Vec4d *) |
virtual void | begin (GLenum mode) |
virtual void | vertex (unsigned int vert) |
virtual void | end () |
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) |
Public Attributes | |
GLenum | _modeCache |
std::vector< GLuint > | _indexCache |
virtual void osg::TriangleIndexFunctor< T >::begin | ( | GLenum | mode | ) | [inline, virtual] |
Implements osg::PrimitiveIndexFunctor.
References osg::TriangleIndexFunctor< T >::_indexCache, and osg::TriangleIndexFunctor< T >::_modeCache.
virtual void osg::TriangleIndexFunctor< T >::drawArrays | ( | GLenum | mode, |
GLint | first, | ||
GLsizei | count | ||
) | [inline, virtual] |
Implements osg::PrimitiveIndexFunctor.
virtual void osg::TriangleIndexFunctor< T >::drawElements | ( | GLenum | mode, |
GLsizei | count, | ||
const GLubyte * | indices | ||
) | [inline, virtual] |
Implements osg::PrimitiveIndexFunctor.
Referenced by osg::TriangleIndexFunctor< T >::end().
virtual void osg::TriangleIndexFunctor< T >::drawElements | ( | GLenum | mode, |
GLsizei | count, | ||
const GLushort * | indices | ||
) | [inline, virtual] |
Implements osg::PrimitiveIndexFunctor.
virtual void osg::TriangleIndexFunctor< T >::drawElements | ( | GLenum | mode, |
GLsizei | count, | ||
const GLuint * | indices | ||
) | [inline, virtual] |
Implements osg::PrimitiveIndexFunctor.
virtual void osg::TriangleIndexFunctor< T >::end | ( | ) | [inline, virtual] |
virtual void osg::TriangleIndexFunctor< T >::setVertexArray | ( | unsigned int | , |
const Vec2d * | |||
) | [inline, virtual] |
Implements osg::PrimitiveIndexFunctor.
virtual void osg::TriangleIndexFunctor< T >::setVertexArray | ( | unsigned int | , |
const Vec4 * | |||
) | [inline, virtual] |
Implements osg::PrimitiveIndexFunctor.
virtual void osg::TriangleIndexFunctor< T >::setVertexArray | ( | unsigned int | , |
const Vec2 * | |||
) | [inline, virtual] |
Implements osg::PrimitiveIndexFunctor.
virtual void osg::TriangleIndexFunctor< T >::setVertexArray | ( | unsigned int | , |
const Vec4d * | |||
) | [inline, virtual] |
Implements osg::PrimitiveIndexFunctor.
virtual void osg::TriangleIndexFunctor< T >::setVertexArray | ( | unsigned int | , |
const Vec3 * | |||
) | [inline, virtual] |
Implements osg::PrimitiveIndexFunctor.
virtual void osg::TriangleIndexFunctor< T >::setVertexArray | ( | unsigned int | , |
const Vec3d * | |||
) | [inline, virtual] |
Implements osg::PrimitiveIndexFunctor.
virtual void osg::TriangleIndexFunctor< T >::vertex | ( | unsigned int | vert | ) | [inline, virtual] |
Implements osg::PrimitiveIndexFunctor.
References osg::TriangleIndexFunctor< T >::_indexCache.
std::vector<GLuint> osg::TriangleIndexFunctor< T >::_indexCache |
GLenum osg::TriangleIndexFunctor< T >::_modeCache |
Referenced by osg::TriangleIndexFunctor< T >::begin(), and osg::TriangleIndexFunctor< T >::end().
![]() | Generated at Sun Jan 8 2012 13:16:24 for the OpenSceneGraph by doxygen 1.7.4. |