OSG
3.4.0
|
#include <TriangleIndexFunctor.h>
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) |
![]() | |
virtual | ~PrimitiveIndexFunctor () |
void | useVertexCacheAsVertexArray () |
Public Attributes | |
GLenum | _modeCache |
std::vector< GLuint > | _indexCache |
![]() | |
std::vector< Vec3 > | _vertexCache |
bool | _treatVertexDataAsTemporary |
Definition at line 23 of file TriangleIndexFunctor.h.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
Definition at line 52 of file TriangleIndexFunctor.h.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
Definition at line 71 of file TriangleIndexFunctor.h.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
Definition at line 134 of file TriangleIndexFunctor.h.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
Definition at line 202 of file TriangleIndexFunctor.h.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
Definition at line 270 of file TriangleIndexFunctor.h.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
Definition at line 63 of file TriangleIndexFunctor.h.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
Definition at line 28 of file TriangleIndexFunctor.h.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
Definition at line 32 of file TriangleIndexFunctor.h.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
Definition at line 36 of file TriangleIndexFunctor.h.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
Definition at line 40 of file TriangleIndexFunctor.h.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
Definition at line 44 of file TriangleIndexFunctor.h.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
Definition at line 48 of file TriangleIndexFunctor.h.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
Definition at line 58 of file TriangleIndexFunctor.h.
std::vector<GLuint> osg::TriangleIndexFunctor< T >::_indexCache |
Definition at line 339 of file TriangleIndexFunctor.h.
GLenum osg::TriangleIndexFunctor< T >::_modeCache |
Definition at line 338 of file TriangleIndexFunctor.h.