#include <Drawable.h>
|
| 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 *) |
| |
Definition at line 409 of file Drawable.h.
| virtual osg::Drawable::AttributeFunctor::~AttributeFunctor |
( |
| ) |
|
|
inlinevirtual |
| virtual void osg::Drawable::AttributeFunctor::apply |
( |
AttributeType |
, |
|
|
unsigned int |
, |
|
|
GLbyte * |
|
|
) |
| |
|
inlinevirtual |
| virtual void osg::Drawable::AttributeFunctor::apply |
( |
AttributeType |
, |
|
|
unsigned int |
, |
|
|
GLshort * |
|
|
) |
| |
|
inlinevirtual |
| virtual void osg::Drawable::AttributeFunctor::apply |
( |
AttributeType |
, |
|
|
unsigned int |
, |
|
|
GLint * |
|
|
) |
| |
|
inlinevirtual |
| virtual void osg::Drawable::AttributeFunctor::apply |
( |
AttributeType |
, |
|
|
unsigned int |
, |
|
|
GLubyte * |
|
|
) |
| |
|
inlinevirtual |
| virtual void osg::Drawable::AttributeFunctor::apply |
( |
AttributeType |
, |
|
|
unsigned int |
, |
|
|
GLushort * |
|
|
) |
| |
|
inlinevirtual |
| virtual void osg::Drawable::AttributeFunctor::apply |
( |
AttributeType |
, |
|
|
unsigned int |
, |
|
|
GLuint * |
|
|
) |
| |
|
inlinevirtual |
| virtual void osg::Drawable::AttributeFunctor::apply |
( |
AttributeType |
, |
|
|
unsigned int |
, |
|
|
float * |
|
|
) |
| |
|
inlinevirtual |
| virtual void osg::Drawable::AttributeFunctor::apply |
( |
AttributeType |
, |
|
|
unsigned int |
, |
|
|
double * |
|
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file: