newspeoplefor developersdocumentationdownloads

nAnimClip Class Reference
[Animation Subsystem]

#include <nanimclip.h>

List of all members.


Detailed Description

An animation clip bundles several animation curves into an unit and associates them with a weight value.

(C) 2003 RadonLabs GmbH

Definition at line 18 of file nanimclip.h.


Public Member Functions

 nAnimClip ()
 default constructor
 nAnimClip (const nString &clipName, int animGroupIndex, int numCurves)
 constructor
const nStringGetClipName () const
 get the name of the clip
int GetAnimGroupIndex () const
 get animation group index
int GetNumCurves () const
 get number of curves in the clip's animation group
void SetNumAnimEventTracks (int num)
 set number of animation event tracks
int GetNumAnimEventTracks () const
 get number of animation event tracks
const nAnimEventTrackGetAnimEventTrackAt (int index) const
 get to animation event track
nFixedArray< nAnimEventTrack > & GetAnimEventTracks ()
 read/write access to animation event tracks array

Constructor & Destructor Documentation

nAnimClip::nAnimClip  )  [inline]
 

default constructor

Definition at line 51 of file nanimclip.h.

nAnimClip::nAnimClip const nString clipName,
int  animGroupIndex,
int  numCurves
[inline]
 

constructor

Definition at line 62 of file nanimclip.h.


Member Function Documentation

const nString & nAnimClip::GetClipName  )  const [inline]
 

get the name of the clip

Definition at line 74 of file nanimclip.h.

int nAnimClip::GetAnimGroupIndex  )  const [inline]
 

get animation group index

Definition at line 84 of file nanimclip.h.

int nAnimClip::GetNumCurves  )  const [inline]
 

get number of curves in the clip's animation group

Definition at line 94 of file nanimclip.h.

void nAnimClip::SetNumAnimEventTracks int  num  )  [inline]
 

set number of animation event tracks

Definition at line 104 of file nanimclip.h.

int nAnimClip::GetNumAnimEventTracks  )  const [inline]
 

get number of animation event tracks

Definition at line 114 of file nanimclip.h.

const nAnimEventTrack & nAnimClip::GetAnimEventTrackAt int  index  )  const [inline]
 

get to animation event track

Definition at line 124 of file nanimclip.h.

nFixedArray< nAnimEventTrack > & nAnimClip::GetAnimEventTracks  )  [inline]
 

read/write access to animation event tracks array

Definition at line 134 of file nanimclip.h.


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

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.