class SG_EXPORT osg::DrawElementsUInt


Inheritance:


Public Methods

[more] DrawElementsUInt(GLenum mode=0)
[more] DrawElementsUInt(const DrawElementsUInt& array, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
[more] DrawElementsUInt(GLenum mode, unsigned int no, GLuint* ptr)
[more] DrawElementsUInt(GLenum mode, unsigned int no)
[more]template<class InputIterator> DrawElementsUInt(GLenum mode, InputIterator first, InputIterator last)
[more]virtual Object* cloneType() const
[more]virtual Object* clone(const CopyOp& copyop) const
[more]virtual bool isSameKindAs(const Object* obj) const
[more]virtual const char* libraryName() const
[more]virtual const char* className() const
[more]virtual void draw(State& state, bool useVertexBufferObjects) const
[more]virtual void accept(Drawable::PrimitiveFunctor& functor) const
[more]virtual void accept(Drawable::PrimitiveIndexFunctor& functor) const
[more]virtual unsigned int getNumIndices() const
[more]virtual unsigned int index(unsigned int pos) const
[more]virtual void offsetIndices(int offset)

Protected Fields

[more]mutable GLObjectList _vboList

Protected Methods

[more]virtual ~DrawElementsUInt()

Protected

[more]typedef osg::buffered_value<GLuint> GLObjectList


Inherited from PrimitiveSet:

Public Classes

oenum Type
oenum Mode

Public Methods

oType getType() const
ovoid setMode(GLenum mode)
oGLenum getMode() const
ovirtual unsigned int getNumPrimitives() const

Protected Fields

oType _primitiveType
oGLenum _mode


Inherited from Object:

Public Classes

oenum DataVariance

Public Methods

oinline void setDataVariance(DataVariance dv)
oinline DataVariance getDataVariance() const
oinline void setUserData(Referenced* obj)
oinline Referenced* getUserData()
oinline const Referenced* getUserData() const

Protected Fields

oDataVariance _dataVariance
oref_ptr<Referenced> _userData


Inherited from Referenced:

Public Methods

oinline Referenced& operator = (const Referenced&)
ostatic void setDeleteHandler(DeleteHandler* handler)
ostatic DeleteHandler* getDeleteHandler()
oinline void ref() const
oinline void unref_nodelete() const
oinline int referenceCount() const
oinline void unref() const

Protected Fields

omutable OpenThreads::Mutex _refMutex
omutable int _refCount


Documentation

o DrawElementsUInt(GLenum mode=0)

o DrawElementsUInt(const DrawElementsUInt& array, const CopyOp& copyop=CopyOp::SHALLOW_COPY)

o DrawElementsUInt(GLenum mode, unsigned int no, GLuint* ptr)

o DrawElementsUInt(GLenum mode, unsigned int no)

otemplate<class InputIterator> DrawElementsUInt(GLenum mode, InputIterator first, InputIterator last)

ovirtual Object* cloneType() const

ovirtual Object* clone(const CopyOp& copyop) const

ovirtual bool isSameKindAs(const Object* obj) const

ovirtual const char* libraryName() const

ovirtual const char* className() const

ovirtual void draw(State& state, bool useVertexBufferObjects) const

ovirtual void accept(Drawable::PrimitiveFunctor& functor) const

ovirtual void accept(Drawable::PrimitiveIndexFunctor& functor) const

ovirtual unsigned int getNumIndices() const

ovirtual unsigned int index(unsigned int pos) const

ovirtual void offsetIndices(int offset)

otypedef osg::buffered_value<GLuint> GLObjectList

omutable GLObjectList _vboList

ovirtual ~DrawElementsUInt()


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.