Public Methods |
| DrawArrayLengths (GLenum mode=0) |
| DrawArrayLengths (const DrawArrayLengths &dal, const CopyOp ©op=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 |
| Clone the type of an object, with Object* return type.
|
virtual Object * | clone (const CopyOp ©op) const |
| Clone the an object, with Object* return type.
|
virtual bool | isSameKindAs (const Object *obj) const |
virtual const char * | libraryName () const |
| return the name of the object's library.
|
virtual const char * | className () const |
| return the name of the object's class type.
|
void | setFirst (GLint first) |
GLint | getFirst () const |
virtual void | draw () const |
virtual void | accept (Drawable::PrimitiveFunctor &functor) |
virtual void | offsetIndices (int offset) |
Protected Attributes |
GLint | _first |