openscenegraph
Public Member Functions | Protected Attributes | List of all members
osgAnimation::Target Class Reference

#include <Target>

Inheritance diagram for osgAnimation::Target:
osg::Referenced osgAnimation::TemplateTarget< float > osgAnimation::TemplateTarget< osg::Matrixf > osgAnimation::TemplateTarget< osg::Vec2f > osgAnimation::TemplateTarget< osg::Vec3f > osgAnimation::TemplateTarget< osg::Vec4f > osgAnimation::TemplateTarget< T >

Public Member Functions

 Target ()
 
virtual ~Target ()
 
void reset ()
 
int getCount () const
 
float getWeight () const
 
- Public Member Functions inherited from osg::Referenced
 Referenced ()
 
 Referenced (bool threadSafeRefUnref)
 
 Referenced (const Referenced &)
 
Referencedoperator= (const Referenced &)
 
virtual void setThreadSafeRefUnref (bool)
 
bool getThreadSafeRefUnref () const
 
OpenThreads::MutexgetRefMutex () const
 
int ref () const
 
int unref () const
 
int unref_nodelete () const
 
int referenceCount () const
 
ObserverSetgetObserverSet () const
 
ObserverSetgetOrCreateObserverSet () const
 
void addObserver (Observer *observer) const
 
void removeObserver (Observer *observer) const
 

Protected Attributes

float _weight
 
float _priorityWeight
 
int _lastPriority
 
- 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::MutexgetGlobalReferencedMutex ()
 
static void setDeleteHandler (DeleteHandler *handler)
 
static DeleteHandlergetDeleteHandler ()
 
- Protected Member Functions inherited from osg::Referenced
virtual ~Referenced ()
 
void signalObserversAndDelete (bool signalDelete, bool doDelete) const
 
void deleteUsingDeleteHandler () const
 

Constructor & Destructor Documentation

◆ Target()

osgAnimation::Target::Target ( )

◆ ~Target()

virtual osgAnimation::Target::~Target ( )
inlinevirtual

Member Function Documentation

◆ getCount()

int osgAnimation::Target::getCount ( ) const
inline

◆ getWeight()

float osgAnimation::Target::getWeight ( ) const
inline

◆ reset()

void osgAnimation::Target::reset ( )
inline

Member Data Documentation

◆ _lastPriority

int osgAnimation::Target::_lastPriority
protected

◆ _priorityWeight

float osgAnimation::Target::_priorityWeight
protected

◆ _weight

float osgAnimation::Target::_weight
protected

The documentation for this class was generated from the following file: