Inheritance:
Public Methods
-
DrawElementsUByte(GLenum mode=0)
-
DrawElementsUByte(const DrawElementsUByte& array, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
-
DrawElementsUByte(GLenum mode, unsigned int no, GLubyte* ptr)
-
DrawElementsUByte(GLenum mode, unsigned int no)
-
template<class InputIterator> DrawElementsUByte(GLenum mode, InputIterator first, InputIterator last)
-
virtual Object* cloneType() const
-
virtual Object* clone(const CopyOp& copyop) const
-
virtual bool isSameKindAs(const Object* obj) const
-
virtual const char* libraryName() const
-
virtual const char* className() const
-
virtual void draw() const
-
virtual void accept(Drawable::PrimitiveFunctor& functor)
-
virtual void offsetIndices(int offset)
Public Methods
-
Type getType() const
-
void setMode(GLenum mode)
-
GLenum getMode() const
Public Members
-
enum Type
-
enum Mode
Protected Fields
-
Type _primitiveType
-
GLenum _mode
Inherited from Object:
Public Methods
-
inline void setDataVariance(const DataVariance dv)
-
inline const DataVariance getDataVariance() const
-
inline void setUserData(Referenced* obj)
-
inline Referenced* getUserData()
-
inline const Referenced* getUserData() const
Public Members
-
enum DataVariance
Protected Fields
-
DataVariance _dataVariance
-
ref_ptr<Referenced> _userData
Public Methods
-
inline Referenced& operator = (Referenced&)
-
inline void ref() const
-
inline void unref() const
-
inline void unref_nodelete() const
-
inline const int referenceCount() const
Protected Fields
-
mutable int _refCount
Documentation
- DrawElementsUByte(GLenum mode=0)
- DrawElementsUByte(const DrawElementsUByte& array, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
- DrawElementsUByte(GLenum mode, unsigned int no, GLubyte* ptr)
- DrawElementsUByte(GLenum mode, unsigned int no)
- template<class InputIterator> DrawElementsUByte(GLenum mode, InputIterator first, InputIterator last)
- virtual Object* cloneType() const
- virtual Object* clone(const CopyOp& copyop) const
- virtual bool isSameKindAs(const Object* obj) const
- virtual const char* libraryName() const
- virtual const char* className() const
- virtual void draw() const
- virtual void accept(Drawable::PrimitiveFunctor& functor)
- virtual void offsetIndices(int offset)
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.