Inheritance:
Public Methods
-
DrawArrayLengths(GLenum mode=0)
-
DrawArrayLengths(const DrawArrayLengths& dal, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
-
DrawArrayLengths(GLenum mode, GLint first, unsigned int no, GLsizei* ptr)
-
DrawArrayLengths(GLenum mode, GLint first, unsigned int no)
-
template<class InputIterator> DrawArrayLengths(GLenum mode, GLint first, InputIterator firstItr, InputIterator lastItr)
-
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
-
void setFirst(GLint first)
-
GLint getFirst() const
-
virtual void draw() const
-
virtual void accept(Drawable::PrimitiveFunctor& functor)
-
virtual void offsetIndices(int offset)
Protected Fields
-
GLint _first
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
- DrawArrayLengths(GLenum mode=0)
- DrawArrayLengths(const DrawArrayLengths& dal, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
- DrawArrayLengths(GLenum mode, GLint first, unsigned int no, GLsizei* ptr)
- DrawArrayLengths(GLenum mode, GLint first, unsigned int no)
- template<class InputIterator> DrawArrayLengths(GLenum mode, GLint first, InputIterator firstItr, InputIterator lastItr)
- 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
- void setFirst(GLint first)
- GLint getFirst() const
- virtual void draw() const
- virtual void accept(Drawable::PrimitiveFunctor& functor)
- virtual void offsetIndices(int offset)
- GLint _first
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.