OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
osg::Drawable::AttributeFunctor Class Reference

#include <Drawable.h>

Inheritance diagram for osg::Drawable::AttributeFunctor:
Inheritance graph
[legend]

Public Member Functions

virtual ~AttributeFunctor ()
 
virtual void apply (AttributeType, unsigned int, GLbyte *)
 
virtual void apply (AttributeType, unsigned int, GLshort *)
 
virtual void apply (AttributeType, unsigned int, GLint *)
 
virtual void apply (AttributeType, unsigned int, GLubyte *)
 
virtual void apply (AttributeType, unsigned int, GLushort *)
 
virtual void apply (AttributeType, unsigned int, GLuint *)
 
virtual void apply (AttributeType, unsigned int, float *)
 
virtual void apply (AttributeType, unsigned int, Vec2 *)
 
virtual void apply (AttributeType, unsigned int, Vec3 *)
 
virtual void apply (AttributeType, unsigned int, Vec4 *)
 
virtual void apply (AttributeType, unsigned int, Vec4ub *)
 
virtual void apply (AttributeType, unsigned int, double *)
 
virtual void apply (AttributeType, unsigned int, Vec2d *)
 
virtual void apply (AttributeType, unsigned int, Vec3d *)
 
virtual void apply (AttributeType, unsigned int, Vec4d *)
 

Detailed Description

Definition at line 409 of file Drawable.h.

Constructor & Destructor Documentation

virtual osg::Drawable::AttributeFunctor::~AttributeFunctor ( )
inlinevirtual

Definition at line 412 of file Drawable.h.

Member Function Documentation

virtual void osg::Drawable::AttributeFunctor::apply ( AttributeType  ,
unsigned int  ,
GLbyte *   
)
inlinevirtual

Definition at line 414 of file Drawable.h.

Here is the caller graph for this function:

virtual void osg::Drawable::AttributeFunctor::apply ( AttributeType  ,
unsigned int  ,
GLshort *   
)
inlinevirtual

Definition at line 415 of file Drawable.h.

virtual void osg::Drawable::AttributeFunctor::apply ( AttributeType  ,
unsigned int  ,
GLint *   
)
inlinevirtual

Definition at line 416 of file Drawable.h.

virtual void osg::Drawable::AttributeFunctor::apply ( AttributeType  ,
unsigned int  ,
GLubyte *   
)
inlinevirtual

Definition at line 418 of file Drawable.h.

virtual void osg::Drawable::AttributeFunctor::apply ( AttributeType  ,
unsigned int  ,
GLushort *   
)
inlinevirtual

Definition at line 419 of file Drawable.h.

virtual void osg::Drawable::AttributeFunctor::apply ( AttributeType  ,
unsigned int  ,
GLuint *   
)
inlinevirtual

Definition at line 420 of file Drawable.h.

virtual void osg::Drawable::AttributeFunctor::apply ( AttributeType  ,
unsigned int  ,
float *   
)
inlinevirtual

Definition at line 422 of file Drawable.h.

virtual void osg::Drawable::AttributeFunctor::apply ( AttributeType  ,
unsigned int  ,
Vec2  
)
inlinevirtual

Definition at line 423 of file Drawable.h.

virtual void osg::Drawable::AttributeFunctor::apply ( AttributeType  ,
unsigned int  ,
Vec3  
)
inlinevirtual

Reimplemented in osgUtil::TransformAttributeFunctor.

Definition at line 424 of file Drawable.h.

virtual void osg::Drawable::AttributeFunctor::apply ( AttributeType  ,
unsigned int  ,
Vec4  
)
inlinevirtual

Definition at line 425 of file Drawable.h.

virtual void osg::Drawable::AttributeFunctor::apply ( AttributeType  ,
unsigned int  ,
Vec4ub  
)
inlinevirtual

Definition at line 426 of file Drawable.h.

virtual void osg::Drawable::AttributeFunctor::apply ( AttributeType  ,
unsigned int  ,
double *   
)
inlinevirtual

Definition at line 428 of file Drawable.h.

virtual void osg::Drawable::AttributeFunctor::apply ( AttributeType  ,
unsigned int  ,
Vec2d  
)
inlinevirtual

Definition at line 429 of file Drawable.h.

virtual void osg::Drawable::AttributeFunctor::apply ( AttributeType  ,
unsigned int  ,
Vec3d  
)
inlinevirtual

Reimplemented in osgUtil::TransformAttributeFunctor.

Definition at line 430 of file Drawable.h.

virtual void osg::Drawable::AttributeFunctor::apply ( AttributeType  ,
unsigned int  ,
Vec4d  
)
inlinevirtual

Definition at line 431 of file Drawable.h.


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