OSG
3.4.0
|
#include <ArrayDispatchers.h>
Protected Types | |
typedef std::vector < AttributeDispatchMap * > | AttributeDispatchMapList |
typedef std::vector < AttributeDispatch * > | AttributeDispatchList |
typedef std::vector < AttributeDispatchList > | ActiveDispatchList |
Protected Member Functions | |
void | init () |
void | assignTexCoordDispatchers (unsigned int unit) |
void | assignVertexAttribDispatchers (unsigned int unit) |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
Protected Attributes | |
bool | _initialized |
State * | _state |
AttributeDispatchMap * | _vertexDispatchers |
AttributeDispatchMap * | _normalDispatchers |
AttributeDispatchMap * | _colorDispatchers |
AttributeDispatchMap * | _secondaryColorDispatchers |
AttributeDispatchMap * | _fogCoordDispatchers |
AttributeDispatchMapList | _texCoordDispatchers |
AttributeDispatchMapList | _vertexAttribDispatchers |
ActiveDispatchList | _activeDispatchList |
bool | _useVertexAttribAlias |
![]() | |
OpenThreads::AtomicPtr | _observerSet |
OpenThreads::Atomic | _refCount |
Additional Inherited Members | |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
static bool | getThreadSafeReferenceCounting () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
Helper class for managing the dispatch to OpenGL of various attribute arrays such as stored in osg::Geometry.
Definition at line 34 of file ArrayDispatchers.h.
|
protected |
Definition at line 104 of file ArrayDispatchers.h.
|
protected |
Definition at line 102 of file ArrayDispatchers.h.
|
protected |
Definition at line 98 of file ArrayDispatchers.h.
osg::ArrayDispatchers::ArrayDispatchers | ( | ) |
osg::ArrayDispatchers::~ArrayDispatchers | ( | ) |
|
inline |
Definition at line 48 of file ArrayDispatchers.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 80 of file ArrayDispatchers.h.
|
protected |
|
protected |
AttributeDispatch* osg::ArrayDispatchers::colorDispatcher | ( | Array * | array | ) |
|
inline |
Definition at line 69 of file ArrayDispatchers.h.
AttributeDispatch* osg::ArrayDispatchers::fogCoordDispatcher | ( | Array * | array | ) |
|
inline |
Definition at line 46 of file ArrayDispatchers.h.
|
protected |
AttributeDispatch* osg::ArrayDispatchers::normalDispatcher | ( | Array * | array | ) |
void osg::ArrayDispatchers::reset | ( | ) |
AttributeDispatch* osg::ArrayDispatchers::secondaryColorDispatcher | ( | Array * | array | ) |
void osg::ArrayDispatchers::setState | ( | osg::State * | state | ) |
|
inline |
Definition at line 45 of file ArrayDispatchers.h.
AttributeDispatch* osg::ArrayDispatchers::texCoordDispatcher | ( | unsigned int | unit, |
Array * | array | ||
) |
AttributeDispatch* osg::ArrayDispatchers::vertexAttribDispatcher | ( | unsigned int | unit, |
Array * | array | ||
) |
AttributeDispatch* osg::ArrayDispatchers::vertexDispatcher | ( | Array * | array | ) |
|
protected |
Definition at line 105 of file ArrayDispatchers.h.
|
protected |
Definition at line 94 of file ArrayDispatchers.h.
|
protected |
Definition at line 96 of file ArrayDispatchers.h.
|
protected |
Definition at line 89 of file ArrayDispatchers.h.
|
protected |
Definition at line 93 of file ArrayDispatchers.h.
|
protected |
Definition at line 95 of file ArrayDispatchers.h.
|
protected |
Definition at line 90 of file ArrayDispatchers.h.
|
protected |
Definition at line 99 of file ArrayDispatchers.h.
|
protected |
Definition at line 107 of file ArrayDispatchers.h.
|
protected |
Definition at line 100 of file ArrayDispatchers.h.
|
protected |
Definition at line 92 of file ArrayDispatchers.h.