openscenegraph
|
Public Member Functions | |
META_Object (osgAnimation, StackedRotateAxisElement) | |
StackedRotateAxisElement () | |
StackedRotateAxisElement (const StackedRotateAxisElement &, const osg::CopyOp &) | |
StackedRotateAxisElement (const std::string &name, const osg::Vec3 &axis, double angle) | |
StackedRotateAxisElement (const osg::Vec3 &axis, double angle) | |
void | applyToMatrix (osg::Matrix &matrix) const |
osg::Matrix | getAsMatrix () const |
bool | isIdentity () const |
void | update () |
const osg::Vec3 & | getAxis () const |
double | getAngle () const |
void | setAxis (const osg::Vec3 &) |
void | setAngle (double) |
virtual Target * | getOrCreateTarget () |
virtual Target * | getTarget () |
virtual const Target * | getTarget () const |
![]() | |
StackedTransformElement () | |
StackedTransformElement (const StackedTransformElement &rhs, const osg::CopyOp &c) | |
![]() | |
Object () | |
Object (bool threadSafeRefUnref) | |
Object (const Object &, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
virtual Object * | cloneType () const =0 |
virtual Object * | clone (const CopyOp &) const =0 |
virtual bool | isSameKindAs (const Object *) const |
virtual const char * | libraryName () const =0 |
virtual const char * | className () const =0 |
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 |
![]() | |
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 |
Protected Attributes | |
osg::Vec3 | _axis |
double | _angle |
osg::ref_ptr< FloatTarget > | _target |
Additional Inherited Members | |
![]() | |
enum | DataVariance { DYNAMIC, STATIC, UNSPECIFIED } |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
static bool | getThreadSafeReferenceCounting () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
![]() | |
virtual | ~Object () |
osgAnimation::StackedRotateAxisElement::StackedRotateAxisElement | ( | ) |
osgAnimation::StackedRotateAxisElement::StackedRotateAxisElement | ( | const StackedRotateAxisElement & | , |
const osg::CopyOp & | |||
) |
osgAnimation::StackedRotateAxisElement::StackedRotateAxisElement | ( | const std::string & | name, |
const osg::Vec3 & | axis, | ||
double | angle | ||
) |
osgAnimation::StackedRotateAxisElement::StackedRotateAxisElement | ( | const osg::Vec3 & | axis, |
double | angle | ||
) |
|
virtual |
Implements osgAnimation::StackedTransformElement.
double osgAnimation::StackedRotateAxisElement::getAngle | ( | ) | const |
|
virtual |
Implements osgAnimation::StackedTransformElement.
const osg::Vec3& osgAnimation::StackedRotateAxisElement::getAxis | ( | ) | const |
|
virtual |
Reimplemented from osgAnimation::StackedTransformElement.
|
inlinevirtual |
Reimplemented from osgAnimation::StackedTransformElement.
|
inlinevirtual |
Reimplemented from osgAnimation::StackedTransformElement.
|
inlinevirtual |
Implements osgAnimation::StackedTransformElement.
osgAnimation::StackedRotateAxisElement::META_Object | ( | osgAnimation | , |
StackedRotateAxisElement | |||
) |
void osgAnimation::StackedRotateAxisElement::setAngle | ( | double | ) |
void osgAnimation::StackedRotateAxisElement::setAxis | ( | const osg::Vec3 & | ) |
|
virtual |
Implements osgAnimation::StackedTransformElement.
|
protected |
|
protected |
|
protected |