
Public Member Functions | |
| DrawArrays (GLenum mode=0) | |
| DrawArrays (GLenum mode, GLint first, GLsizei count) | |
| DrawArrays (const DrawArrays &da, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
| virtual Object * | cloneType () const |
| Clone the type of an object, with Object* return type. | |
| virtual Object * | clone (const CopyOp ©op) const |
| Clone 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 | set (GLenum mode, GLint first, GLsizei count) |
| void | setFirst (GLint first) |
| GLint | getFirst () const |
| void | setCount (GLsizei count) |
| GLsizei | getCount () const |
| virtual void | draw (State &state, bool useVertexBufferObjects) const |
| virtual void | accept (PrimitiveFunctor &functor) const |
| virtual void | accept (PrimitiveIndexFunctor &functor) const |
| virtual unsigned int | getNumIndices () const |
| virtual unsigned int | index (unsigned int pos) const |
| virtual void | offsetIndices (int offset) |
Protected Member Functions | |
| virtual | ~DrawArrays () |
Protected Attributes | |
| GLint | _first |
| GLsizei | _count |
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
Implements osg::PrimitiveSet. |
|
|
Implements osg::PrimitiveSet. |
|
|
return the name of the object's class type. Must be defined by derived classes. Reimplemented from osg::PrimitiveSet. |
|
|
Clone 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::PrimitiveSet. |
|
|
|
|
|
|
|
|
Implements osg::PrimitiveSet. |
|
|
Implements osg::PrimitiveSet. |
|
|
Reimplemented from osg::PrimitiveSet. |
|
|
return the name of the object's library. Must be defined by derived classes. The OpenSceneGraph convention is that the namespace of a library is the same as the library name. Reimplemented from osg::PrimitiveSet. |
|
|
Implements osg::PrimitiveSet. |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|