Public Methods | |
DrawElementsUInt (GLenum mode=0) | |
DrawElementsUInt (const DrawElementsUInt &array, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
DrawElementsUInt (GLenum mode, unsigned int no, GLuint *ptr) | |
DrawElementsUInt (GLenum mode, unsigned int no) | |
template<class InputIterator> | DrawElementsUInt (GLenum mode, InputIterator first, InputIterator last) |
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. | |
virtual void | draw () const |
virtual void | accept (Drawable::PrimitiveFunctor &functor) |
virtual void | offsetIndices (int offset) |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from osg::Primitive. |
|
return the name of the object's class type. Must be defined by derived classes. Reimplemented from osg::Primitive. |
|
Clone the an object, with Object* return type. Must be defined by derived classes. Implements osg::Object. |
|
Clone the type of an object, with Object* return type. Must be defined by derived classes. Implements osg::Object. |
|
Implements osg::Primitive. |
|
Reimplemented from osg::Primitive. |
|
return the name of the object's library. Must be defined by derived classes. The OpenSceneGraph convention the is that the namspace of a library is the same as the library name. Reimplemented from osg::Primitive. |
|
Implements osg::Primitive. |