OSG
3.4.0
|
#include <PositionalStateContainer.h>
Public Types | |
typedef std::pair < osg::ref_ptr< const osg::StateAttribute > , osg::ref_ptr< osg::RefMatrix > > | AttrMatrixPair |
typedef std::vector < AttrMatrixPair > | AttrMatrixList |
typedef std::map< unsigned int, AttrMatrixList > | TexUnitAttrMatrixListMap |
![]() | |
enum | DataVariance { DYNAMIC, STATIC, UNSPECIFIED } |
Public Member Functions | |
PositionalStateContainer () | |
virtual osg::Object * | cloneType () const |
virtual osg::Object * | clone (const osg::CopyOp &) const |
virtual bool | isSameKindAs (const osg::Object *obj) const |
virtual const char * | libraryName () const |
virtual const char * | className () const |
virtual void | reset () |
AttrMatrixList & | getAttrMatrixList () |
virtual void | addPositionedAttribute (osg::RefMatrix *matrix, const osg::StateAttribute *attr) |
TexUnitAttrMatrixListMap & | getTexUnitAttrMatrixListMap () |
virtual void | addPositionedTextureAttribute (unsigned int textureUnit, osg::RefMatrix *matrix, const osg::StateAttribute *attr) |
virtual void | draw (osg::State &state, RenderLeaf *&previous, const osg::Matrix *postMultMatrix=0) |
![]() | |
Object () | |
Object (bool threadSafeRefUnref) | |
Object (const Object &, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
std::string | getCompoundClassName () const |
virtual Node * | asNode () |
virtual const Node * | asNode () const |
virtual NodeVisitor * | asNodeVisitor () |
virtual const NodeVisitor * | asNodeVisitor () const |
virtual StateAttribute * | asStateAttribute () |
virtual const StateAttribute * | asStateAttribute () const |
virtual Uniform * | asUniform () |
virtual const Uniform * | asUniform () const |
virtual void | setThreadSafeRefUnref (bool threadSafe) |
virtual void | setName (const std::string &name) |
void | setName (const char *name) |
const std::string & | getName () const |
void | setDataVariance (DataVariance dv) |
DataVariance | getDataVariance () const |
virtual void | computeDataVariance () |
void | setUserDataContainer (osg::UserDataContainer *udc) |
osg::UserDataContainer * | getUserDataContainer () |
const osg::UserDataContainer * | getUserDataContainer () const |
osg::UserDataContainer * | getOrCreateUserDataContainer () |
virtual void | setUserData (Referenced *obj) |
virtual Referenced * | getUserData () |
virtual const Referenced * | getUserData () const |
template<typename T > | |
bool | getUserValue (const std::string &name, T &value) const |
template<typename T > | |
void | setUserValue (const std::string &name, const T &value) |
virtual void | resizeGLObjectBuffers (unsigned int) |
virtual void | releaseGLObjects (osg::State *=0) const |
template<typename T > | |
BoolValueObject UCharValueObject UShortValueObject UIntValueObject DoubleValueObject Vec3fValueObject Vec2dValueObject Vec4dValueObject PlaneValueObject MatrixdValueObject BoundingBoxdValueObject BoundingSpheredValueObject bool | getUserValue (const std::string &name, T &value) const |
![]() | |
Referenced () | |
Referenced (bool threadSafeRefUnref) | |
Referenced (const Referenced &) | |
Referenced & | operator= (const Referenced &) |
bool | getThreadSafeRefUnref () const |
OpenThreads::Mutex * | getRefMutex () const |
int | ref () const |
int | unref () const |
int | unref_nodelete () const |
int | referenceCount () const |
ObserverSet * | getObserverSet () const |
ObserverSet * | getOrCreateObserverSet () const |
void | addObserver (Observer *observer) const |
void | removeObserver (Observer *observer) const |
Public Attributes | |
AttrMatrixList | _attrList |
TexUnitAttrMatrixListMap | _texAttrListMap |
Protected Member Functions | |
virtual | ~PositionalStateContainer () |
![]() | |
virtual | ~Object () |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
Additional Inherited Members | |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
static bool | getThreadSafeReferenceCounting () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
![]() | |
std::string | _name |
DataVariance | _dataVariance |
osg::UserDataContainer * | _userDataContainer |
![]() | |
OpenThreads::AtomicPtr | _observerSet |
OpenThreads::Atomic | _refCount |
PositionalStateContainer base class. Used in RenderStage class.
Definition at line 29 of file PositionalStateContainer.h.
typedef std::vector< AttrMatrixPair > osgUtil::PositionalStateContainer::AttrMatrixList |
Definition at line 44 of file PositionalStateContainer.h.
typedef std::pair< osg::ref_ptr<const osg::StateAttribute> , osg::ref_ptr<osg::RefMatrix> > osgUtil::PositionalStateContainer::AttrMatrixPair |
Definition at line 43 of file PositionalStateContainer.h.
typedef std::map< unsigned int, AttrMatrixList > osgUtil::PositionalStateContainer::TexUnitAttrMatrixListMap |
Definition at line 45 of file PositionalStateContainer.h.
osgUtil::PositionalStateContainer::PositionalStateContainer | ( | ) |
|
protectedvirtual |
|
inlinevirtual |
Definition at line 49 of file PositionalStateContainer.h.
|
inlinevirtual |
Definition at line 56 of file PositionalStateContainer.h.
|
inlinevirtual |
return the name of the object's class type. Must be defined by derived classes.
Implements osg::Object.
Definition at line 39 of file PositionalStateContainer.h.
|
inlinevirtual |
Clone an object, with Object* return type. Must be defined by derived classes.
Implements osg::Object.
Definition at line 36 of file PositionalStateContainer.h.
|
inlinevirtual |
Clone the type of an object, with Object* return type. Must be defined by derived classes.
Implements osg::Object.
Definition at line 35 of file PositionalStateContainer.h.
|
virtual |
|
inline |
Definition at line 47 of file PositionalStateContainer.h.
|
inline |
Definition at line 54 of file PositionalStateContainer.h.
|
inlinevirtual |
Reimplemented from osg::Object.
Definition at line 37 of file PositionalStateContainer.h.
|
inlinevirtual |
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.
Implements osg::Object.
Definition at line 38 of file PositionalStateContainer.h.
|
virtual |
AttrMatrixList osgUtil::PositionalStateContainer::_attrList |
Definition at line 65 of file PositionalStateContainer.h.
TexUnitAttrMatrixListMap osgUtil::PositionalStateContainer::_texAttrListMap |
Definition at line 66 of file PositionalStateContainer.h.