|
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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
| AttributeDispatch * osg::AttributeDispatchers::colorDispatcher | ( | Array * | array | ) |
|
inline |
| AttributeDispatch * osg::AttributeDispatchers::fogCoordDispatcher | ( | Array * | array | ) |
|
inline |
|
protected |
| AttributeDispatch * osg::AttributeDispatchers::normalDispatcher | ( | Array * | array | ) |
| void osg::AttributeDispatchers::reset | ( | ) |
| AttributeDispatch * osg::AttributeDispatchers::secondaryColorDispatcher | ( | Array * | array | ) |
| void osg::AttributeDispatchers::setState | ( | osg::State * | state | ) |
|
inline |
| AttributeDispatch * osg::AttributeDispatchers::vertexAttribDispatcher | ( | unsigned int | unit, |
| Array * | array | ||
| ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |