|
openscenegraph
|
#include <AttributeDispatchers>
Protected Types | |
| typedef std::vector< AttributeDispatchMap * > | AttributeDispatchMapList |
| typedef std::vector< AttributeDispatch * > | AttributeDispatchList |
Protected Member Functions | |
| void | init () |
| void | assignTexCoordDispatchers (unsigned int unit) |
| void | assignVertexAttribDispatchers (unsigned int unit) |
| Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
Protected Attributes | |
| bool | _initialized |
| State * | _state |
| AttributeDispatchMap * | _normalDispatchers |
| AttributeDispatchMap * | _colorDispatchers |
| AttributeDispatchMap * | _secondaryColorDispatchers |
| AttributeDispatchMap * | _fogCoordDispatchers |
| AttributeDispatchMapList | _vertexAttribDispatchers |
| AttributeDispatchList | _activeDispatchList |
| bool | _useVertexAttribAlias |
| Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
Additional Inherited Members | |
| Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| 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.
|
protected |
|
protected |
| osg::AttributeDispatchers::AttributeDispatchers | ( | ) |
| osg::AttributeDispatchers::~AttributeDispatchers | ( | ) |
|
inline |
References colorDispatcher(), and DISPATCH_OR_ACTIVATE.
|
inline |
References DISPATCH_OR_ACTIVATE, and fogCoordDispatcher().
|
inline |
References DISPATCH_OR_ACTIVATE, and normalDispatcher().
|
inline |
References DISPATCH_OR_ACTIVATE, and secondaryColorDispatcher().
|
inline |
References DISPATCH_OR_ACTIVATE, and vertexAttribDispatcher().
|
inline |
References _activeDispatchList.
|
protected |
|
protected |
| AttributeDispatch * osg::AttributeDispatchers::colorDispatcher | ( | Array * | array | ) |
Referenced by activateColorArray().
|
inline |
References _activeDispatchList.
| AttributeDispatch * osg::AttributeDispatchers::fogCoordDispatcher | ( | Array * | array | ) |
Referenced by activateFogCoordArray().
|
inline |
References _useVertexAttribAlias.
|
protected |
| AttributeDispatch * osg::AttributeDispatchers::normalDispatcher | ( | Array * | array | ) |
Referenced by activateNormalArray().
| void osg::AttributeDispatchers::reset | ( | ) |
| AttributeDispatch * osg::AttributeDispatchers::secondaryColorDispatcher | ( | Array * | array | ) |
Referenced by activateSecondaryColorArray().
| void osg::AttributeDispatchers::setState | ( | osg::State * | state | ) |
|
inline |
References _useVertexAttribAlias.
| AttributeDispatch * osg::AttributeDispatchers::vertexAttribDispatcher | ( | unsigned int | unit, |
| Array * | array ) |
Referenced by activateVertexAttribArray().
|
protected |
Referenced by active(), and dispatch().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Referenced by getUseVertexAttribAlias(), and setUseVertexAttribAlias().
|
protected |