Public Member Functions | Protected Member Functions

SNodeAnimation Class Reference

#include <SO3NodeAnimation.h>

Inheritance diagram for SNodeAnimation:
SAnim SData

List of all members.

Public Member Functions

 SNodeAnimation (std::string animationName, SNode *node, unsigned short id, float animationLenght)
 ~SNodeAnimation ()

Protected Member Functions

virtual SAnimTrackCreateAnimationTrackImpl (std::string newAnimationTrackName)

Detailed Description

Definition at line 40 of file SO3NodeAnimation.h.


Constructor & Destructor Documentation

SNodeAnimation::SNodeAnimation ( std::string  animationName,
SNode node,
unsigned short  id,
float  animationLenght 
)

Create a scene node animation.

Definition at line 40 of file SO3NodeAnimation.cpp.

SNodeAnimation::~SNodeAnimation (  )

Definition at line 53 of file SO3NodeAnimation.cpp.


Member Function Documentation

SAnimTrack * SNodeAnimation::CreateAnimationTrackImpl ( std::string  newAnimationTrackName ) [protected, virtual]

If the user can manually create animation tracks, then this function must be re-defined in the derived class, otherwise not.

Reimplemented from SAnim.

Definition at line 59 of file SO3NodeAnimation.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines