|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::ITrackDefault Class ReferenceITrack interface for default tracks.
More...
#include <track.h>
Inheritance diagram for NL3D::ITrackDefault:
List of all members.
Detailed Description
ITrack interface for default tracks.
The ITrack and animated value types MUST match else assertions will be raised.
-
Author:
-
Cyril 'Hulud' Corvazier , Nevrax France
-
Date:
-
2001
Definition at line 112 of file track.h.
Member Function Documentation
virtual void NL3D::ITrackDefault::eval |
( |
const TAnimationTime & |
date |
) |
[inline, virtual] |
|
TAnimationTime NL3D::ITrackDefault::getBeginTime |
( |
|
) |
const [inline, virtual] |
|
TAnimationTime NL3D::ITrackDefault::getEndTime |
( |
|
) |
const [inline, virtual] |
|
virtual bool NL3D::ITrackDefault::getLoopMode |
( |
|
) |
const [inline, virtual] |
|
|
get LoopMode.
2 mode only: "constant" (<=>false), and "loop" (<=> true). NB: same mode if time < getBeginTIme() and if time > getEndTime()
Implements NL3D::ITrack.
Definition at line 126 of file track.h. |
The documentation for this class was generated from the following file:
|
|