|
openscenegraph
|
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) |
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 * | _vertexDispatchers |
| AttributeDispatchMap * | _normalDispatchers |
| AttributeDispatchMap * | _colorDispatchers |
| AttributeDispatchMap * | _secondaryColorDispatchers |
| AttributeDispatchMap * | _fogCoordDispatchers |
| AttributeDispatchMapList | _texCoordDispatchers |
| AttributeDispatchMapList | _vertexAttribDispatchers |
| ActiveDispatchList | _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 | 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.
|
protected |
|
protected |
|
protected |
| osg::ArrayDispatchers::ArrayDispatchers | ( | ) |
| osg::ArrayDispatchers::~ArrayDispatchers | ( | ) |
|
inline |
|
inline |
References osg::Array::BIND_OFF, and osg::Array::getBinding().
|
inline |
References osg::Array::BIND_OFF, and osg::Array::getBinding().
|
inline |
References osg::Array::BIND_OFF, and osg::Array::getBinding().
|
inline |
References osg::Array::BIND_OFF, and osg::Array::getBinding().
|
inline |
References osg::Array::BIND_OFF, and osg::Array::getBinding().
|
inline |
References osg::Array::BIND_OFF, and osg::Array::getBinding().
|
inline |
References osg::Array::BIND_OFF, and osg::Array::getBinding().
|
inline |
|
protected |
|
protected |
| AttributeDispatch* osg::ArrayDispatchers::colorDispatcher | ( | Array * | array | ) |
|
inline |
| AttributeDispatch* osg::ArrayDispatchers::fogCoordDispatcher | ( | Array * | array | ) |
|
inline |
|
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 |
| 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 |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.6