Google

class SG_EXPORT osg::AnimationPathCallback


Inheritance:


Public Fields

[more]ref_ptr<AnimationPath> _animationPath
[more]double _timeOffset
[more]double _timeMultiplier
[more]double _firstTime
[more]mutable double _animationTime

Public Methods

[more] AnimationPathCallback()
[more] AnimationPathCallback(const AnimationPathCallback& apc, const CopyOp& copyop)
[more]META_Object (osg, AnimationPathCallback)(AnimationPath* ap, double timeOffset=0.0f, double timeMultiplier=1.0f)
[more]void setAnimationPath(AnimationPath* path)
[more]AnimationPath* getAnimationPath()
[more]const AnimationPath* getAnimationPath() const
[more]virtual void operator()(Node* node, NodeVisitor* nv)
implements the callback

Protected Methods

[more] ~AnimationPathCallback()


Inherited from NodeCallback:

Public Fields

oref_ptr<NodeCallback> _nestedCallback

Public Methods

oMETA_Object(osg, NodeCallback) ()(Node* node, NodeVisitor* nv)
ovoid traverse(Node* node, NodeVisitor* nv)
ovoid setNestedCallback(NodeCallback* nc)
oNodeCallback* getNestedCallback()
oinline void addNestedCallback(NodeCallback* nc)
oinline void removeNestedCallback(NodeCallback* nc)


Inherited from Object:

Public Methods

ovirtual Object* cloneType() const
ovirtual Object* clone(const CopyOp&) const
ovirtual bool isSameKindAs(const Object*) const
ovirtual const char* libraryName() const
ovirtual const char* className() const
oinline void setDataVariance(DataVariance dv)
oinline DataVariance getDataVariance() const
oinline void setUserData(Referenced* obj)
oinline Referenced* getUserData()
oinline const Referenced* getUserData() const

Public Members

oenum DataVariance

Protected Fields

oDataVariance _dataVariance
oref_ptr<Referenced> _userData


Inherited from Referenced:

Public Methods

oinline Referenced& operator = (Referenced&)
ostatic void setDeleteHandler(DeleteHandler* handler)
ostatic DeleteHandler* getDeleteHandler()
oinline void ref() const
oinline void unref_nodelete() const
oinline int referenceCount() const
oinline void unref() const

Protected Fields

omutable int _refCount


Documentation

o AnimationPathCallback()

o AnimationPathCallback(const AnimationPathCallback& apc, const CopyOp& copyop)

oMETA_Object (osg, AnimationPathCallback)(AnimationPath* ap, double timeOffset=0.0f, double timeMultiplier=1.0f)

ovoid setAnimationPath(AnimationPath* path)

oAnimationPath* getAnimationPath()

oconst AnimationPath* getAnimationPath() const

ovirtual void operator()(Node* node, NodeVisitor* nv)
implements the callback

oref_ptr<AnimationPath> _animationPath

odouble _timeOffset

odouble _timeMultiplier

odouble _firstTime

omutable double _animationTime

o ~AnimationPathCallback()


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.