#include <primitives_array.h>
Implementation | |
| class | CL_GraphicContext |
| class | CL_PrimitivesArrayBuilder |
Public Member Functions | |
Construction | |
| CL_PrimitivesArray () | |
| CL_PrimitivesArray (CL_GraphicContext &gc) | |
| Constructs a PrimitivesArray. | |
| ~CL_PrimitivesArray () | |
Attributes | |
| bool | is_null () const |
| Returns true if the primitives array was created without specifying a graphic context. | |
Operations | |
| void | set_attribute (int index, const CL_Vec1ub &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec1b &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec1us &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec1s &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec1ui &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec1i &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec1f &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec2ub &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec2b &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec2us &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec2s &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec2ui &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec2i &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec2f &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec3ub &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec3b &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec3us &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec3s &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec3ui &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec3i &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec3f &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec4ub &value, bool normalize=false) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec4b &value, bool normalize=false) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec4us &value, bool normalize=false) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec4s &value, bool normalize=false) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec4ui &value, bool normalize=false) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec4i &value, bool normalize=false) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Vec4f &value) |
| Set attribute. | |
| void | set_attribute (int index, const CL_Colorf &value) |
| Set attribute. | |
| void | set_attributes (int index, CL_VertexArrayBuffer &buffer, int size, CL_VertexAttributeDataType type, void *offset=0, int stride=0, bool normalize=false) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec1ub *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec1b *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec1us *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec1s *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec1ui *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec1i *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec1f *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec2ub *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec2b *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec2us *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec2s *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec2ui *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec2i *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec2f *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec3ub *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec3b *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec3us *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec3s *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec3ui *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec3i *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec3f *const values, int stride=0) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec4ub *const values, int stride=0, bool normalize=false) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec4b *const values, int stride=0, bool normalize=false) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec4us *const values, int stride=0, bool normalize=false) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec4s *const values, int stride=0, bool normalize=false) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec4ui *const values, int stride=0, bool normalize=false) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec4i *const values, int stride=0, bool normalize=false) |
| Set attributes. | |
| void | set_attributes (int index, const CL_Vec4f *const values, int stride=0) |
| Set attributes. | |
|
|
|
|
|
Constructs a PrimitivesArray.
|
|
|
|
|
|
Returns true if the primitives array was created without specifying a graphic context.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||||||
|
Set attribute.
|
|
||||||||||||||||
|
Set attribute.
|
|
||||||||||||||||
|
Set attribute.
|
|
||||||||||||||||
|
Set attribute.
|
|
||||||||||||||||
|
Set attribute.
|
|
||||||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||
|
Set attribute.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||
|
Set attributes.
|
|
||||||||||||||||||||||||||||||||
|
Set attributes.
|
|
|
|
|
|
|
1.4.6