OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
TriangleLinePointIndexFunctor< T > Class Template Reference

#include <TriangleLinePointIndexFunctor.h>

Inheritance diagram for TriangleLinePointIndexFunctor< T >:
Inheritance graph
[legend]
Collaboration diagram for TriangleLinePointIndexFunctor< T >:
Collaboration graph
[legend]

Public Member Functions

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 begin (GLenum mode)
 
virtual void vertex (unsigned int vert)
 
virtual void end ()
 
virtual void drawArrays (GLenum mode, GLint first, GLsizei count)
 
template<typename I >
void drawElements (GLenum mode, GLsizei count, const I *indices)
 
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 Member Functions inherited from osg::PrimitiveIndexFunctor
virtual ~PrimitiveIndexFunctor ()
 
void useVertexCacheAsVertexArray ()
 

Public Attributes

GLenum _modeCache
 
std::vector< GLuint > _indexCache
 
std::vector< unsigned int > _remap
 
- Public Attributes inherited from osg::PrimitiveIndexFunctor
std::vector< Vec3_vertexCache
 
bool _treatVertexDataAsTemporary
 

Detailed Description

template<class T>
class TriangleLinePointIndexFunctor< T >

Definition at line 21 of file TriangleLinePointIndexFunctor.h.

Member Function Documentation

template<class T >
virtual void TriangleLinePointIndexFunctor< T >::begin ( GLenum  mode)
inlinevirtual

Implements osg::PrimitiveIndexFunctor.

Definition at line 42 of file TriangleLinePointIndexFunctor.h.

template<class T >
virtual void TriangleLinePointIndexFunctor< T >::drawArrays ( GLenum  mode,
GLint  first,
GLsizei  count 
)
inlinevirtual

Implements osg::PrimitiveIndexFunctor.

Definition at line 57 of file TriangleLinePointIndexFunctor.h.

template<class T >
template<typename I >
void TriangleLinePointIndexFunctor< T >::drawElements ( GLenum  mode,
GLsizei  count,
const I *  indices 
)
inline

Definition at line 143 of file TriangleLinePointIndexFunctor.h.

Here is the caller graph for this function:

template<class T >
virtual void TriangleLinePointIndexFunctor< T >::drawElements ( GLenum  mode,
GLsizei  count,
const GLubyte *  indices 
)
inlinevirtual

Implements osg::PrimitiveIndexFunctor.

Definition at line 239 of file TriangleLinePointIndexFunctor.h.

template<class T >
virtual void TriangleLinePointIndexFunctor< T >::drawElements ( GLenum  mode,
GLsizei  count,
const GLushort *  indices 
)
inlinevirtual

Implements osg::PrimitiveIndexFunctor.

Definition at line 243 of file TriangleLinePointIndexFunctor.h.

template<class T >
virtual void TriangleLinePointIndexFunctor< T >::drawElements ( GLenum  mode,
GLsizei  count,
const GLuint *  indices 
)
inlinevirtual

Implements osg::PrimitiveIndexFunctor.

Definition at line 247 of file TriangleLinePointIndexFunctor.h.

template<class T >
virtual void TriangleLinePointIndexFunctor< T >::end ( )
inlinevirtual

Implements osg::PrimitiveIndexFunctor.

Definition at line 51 of file TriangleLinePointIndexFunctor.h.

Here is the call graph for this function:

template<class T >
virtual void TriangleLinePointIndexFunctor< T >::setVertexArray ( unsigned int  ,
const osg::Vec2  
)
inlinevirtual

Implements osg::PrimitiveIndexFunctor.

Definition at line 24 of file TriangleLinePointIndexFunctor.h.

template<class T >
virtual void TriangleLinePointIndexFunctor< T >::setVertexArray ( unsigned int  ,
const osg::Vec3  
)
inlinevirtual

Implements osg::PrimitiveIndexFunctor.

Definition at line 27 of file TriangleLinePointIndexFunctor.h.

template<class T >
virtual void TriangleLinePointIndexFunctor< T >::setVertexArray ( unsigned int  ,
const osg::Vec4  
)
inlinevirtual

Implements osg::PrimitiveIndexFunctor.

Definition at line 30 of file TriangleLinePointIndexFunctor.h.

template<class T >
virtual void TriangleLinePointIndexFunctor< T >::setVertexArray ( unsigned int  ,
const osg::Vec2d  
)
inlinevirtual

Implements osg::PrimitiveIndexFunctor.

Definition at line 33 of file TriangleLinePointIndexFunctor.h.

template<class T >
virtual void TriangleLinePointIndexFunctor< T >::setVertexArray ( unsigned int  ,
const osg::Vec3d  
)
inlinevirtual

Implements osg::PrimitiveIndexFunctor.

Definition at line 36 of file TriangleLinePointIndexFunctor.h.

template<class T >
virtual void TriangleLinePointIndexFunctor< T >::setVertexArray ( unsigned int  ,
const osg::Vec4d  
)
inlinevirtual

Implements osg::PrimitiveIndexFunctor.

Definition at line 39 of file TriangleLinePointIndexFunctor.h.

template<class T >
virtual void TriangleLinePointIndexFunctor< T >::vertex ( unsigned int  vert)
inlinevirtual

Implements osg::PrimitiveIndexFunctor.

Definition at line 47 of file TriangleLinePointIndexFunctor.h.

Member Data Documentation

template<class T >
std::vector<GLuint> TriangleLinePointIndexFunctor< T >::_indexCache

Definition at line 253 of file TriangleLinePointIndexFunctor.h.

template<class T >
GLenum TriangleLinePointIndexFunctor< T >::_modeCache

Definition at line 252 of file TriangleLinePointIndexFunctor.h.

template<class T >
std::vector<unsigned int> TriangleLinePointIndexFunctor< T >::_remap

Definition at line 254 of file TriangleLinePointIndexFunctor.h.


The documentation for this class was generated from the following file: