|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CAnimation Class ReferenceThis class describes animations for several tracks.
More...
#include <animation.h>
Inheritance diagram for NL3D::CAnimation:
List of all members.
Detailed Description
This class describes animations for several tracks.
Each track works with a IChannel for the IAnimatable objects.
-
Author:
-
Cyril 'Hulud' Corvazier , Nevrax France
-
Date:
-
2001
Definition at line 60 of file animation.h.
Member Typedef Documentation
typedef std::map<std::string, uint32> NL3D::CAnimation::TMapStringUInt [private]
|
|
typedef std::vector<ITrack* > NL3D::CAnimation::TVectAPtrTrack [private]
|
|
Member Enumeration Documentation
Constructor & Destructor Documentation
NL3D::CAnimation::CAnimation |
( |
|
) |
|
|
NL3D::CAnimation::~CAnimation |
( |
|
) |
[virtual] |
|
Member Function Documentation
void NL3D::CAnimation::addTrack |
( |
const std::string & |
name, |
|
|
ITrack * |
pChannel |
|
) |
|
|
bool NL3D::CAnimation::allTrackLoop |
( |
|
) |
const [virtual] |
|
uint NL3D::CAnimation::getIdTrackByName |
( |
const std::string & |
name |
) |
const [inline] |
|
ITrack* NL3D::CAnimation::getTrack |
( |
uint |
trackId |
) |
[inline] |
|
const ITrack* NL3D::CAnimation::getTrack |
( |
uint |
trackId |
) |
const [inline] |
|
UTrack * NL3D::CAnimation::getTrackByName |
( |
const char * |
name |
) |
[virtual] |
|
void NL3D::CAnimation::getTrackNames |
( |
std::set< std::string > & |
setString |
) |
const |
|
void NL3D::CAnimation::releaseTrack |
( |
UTrack * |
track |
) |
[virtual] |
|
Member Data Documentation
bool NL3D::CAnimation::_AnimLoop [private]
|
|
bool NL3D::CAnimation::_AnimLoopTouched [private]
|
|
bool NL3D::CAnimation::_BeginTimeTouched [private]
|
|
bool NL3D::CAnimation::_EndTimeTouched [private]
|
|
std::string NL3D::CAnimation::_Name [private]
|
|
The documentation for this class was generated from the following files:
|
|