|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CTrackDefaultBlendable Class Template ReferenceITrackDefault implementation for blendable values.
More...
#include <track.h>
Inheritance diagram for NL3D::CTrackDefaultBlendable:
List of all members.
Detailed Description
template<class T>
class NL3D::CTrackDefaultBlendable< T >
ITrackDefault implementation for blendable values.
The ITrack and animated value types MUST match else assertions will be raised.
-
Author:
-
Cyril 'Hulud' Corvazier , Nevrax France
-
Date:
-
2001
Definition at line 149 of file track.h.
Constructor & Destructor Documentation
template<class T> |
NL3D::CTrackDefaultBlendable< T >::CTrackDefaultBlendable |
( |
|
) |
[inline] |
|
template<class T> |
NL3D::CTrackDefaultBlendable< T >::CTrackDefaultBlendable |
( |
const T & |
val |
) |
[inline] |
|
Member Function Documentation
template<class T> |
virtual const IAnimatedValue& NL3D::CTrackDefaultBlendable< T >::getValue |
( |
|
) |
const [inline, virtual] |
|
template<class T> |
void NL3D::CTrackDefaultBlendable< T >::setValue |
( |
const T & |
val |
) |
[inline] |
|
|
set the default value.
Definition at line 162 of file track.h. |
Member Data Documentation
The documentation for this class was generated from the following file:
|
|