List of all members.
Constructor & Destructor Documentation
osg::DrawArrays::DrawArrays |
( |
GLenum |
mode = 0 | ) |
[inline] |
osg::DrawArrays::DrawArrays |
( |
GLenum |
mode, |
|
|
GLint |
first, |
|
|
GLsizei |
count, |
|
|
int |
numInstances = 0 |
|
) |
| [inline] |
osg::DrawArrays::DrawArrays |
( |
const DrawArrays & |
da, |
|
|
const CopyOp & |
copyop = CopyOp::SHALLOW_COPY |
|
) |
| [inline] |
virtual osg::DrawArrays::~DrawArrays |
( |
| ) |
[inline, protected, virtual] |
Member Function Documentation
virtual void osg::DrawArrays::accept |
( |
PrimitiveFunctor & |
functor | ) |
const [virtual] |
virtual const char* osg::DrawArrays::className |
( |
| ) |
const [inline, virtual] |
return the name of the object's class type.
Must be defined by derived classes.
Reimplemented from osg::PrimitiveSet.
virtual Object* osg::DrawArrays::clone |
( |
const CopyOp & |
| ) |
const [inline, virtual] |
Clone an object, with Object* return type.
Must be defined by derived classes.
Implements osg::Object.
virtual Object* osg::DrawArrays::cloneType |
( |
| ) |
const [inline, virtual] |
Clone the type of an object, with Object* return type.
Must be defined by derived classes.
Implements osg::Object.
virtual void osg::DrawArrays::draw |
( |
State & |
state, |
|
|
bool |
useVertexBufferObjects |
|
) |
| const [virtual] |
GLsizei osg::DrawArrays::getCount |
( |
| ) |
const [inline] |
GLint osg::DrawArrays::getFirst |
( |
| ) |
const [inline] |
virtual unsigned int osg::DrawArrays::getNumIndices |
( |
| ) |
const [inline, virtual] |
virtual unsigned int osg::DrawArrays::index |
( |
unsigned int |
pos | ) |
const [inline, virtual] |
virtual bool osg::DrawArrays::isSameKindAs |
( |
const Object * |
obj | ) |
const [inline, virtual] |
virtual const char* osg::DrawArrays::libraryName |
( |
| ) |
const [inline, virtual] |
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.
virtual void osg::DrawArrays::offsetIndices |
( |
int |
offset | ) |
[inline, virtual] |
void osg::DrawArrays::set |
( |
GLenum |
mode, |
|
|
GLint |
first, |
|
|
GLsizei |
count |
|
) |
| [inline] |
void osg::DrawArrays::setCount |
( |
GLsizei |
count | ) |
[inline] |
void osg::DrawArrays::setFirst |
( |
GLint |
first | ) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: