|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
CTrackKeyFramerBezier Template Class ReferenceITrack implementation for Bezier keyframer.
More...
#include <track_bezier.h>
Inheritance diagram for CTrackKeyFramerBezier
[legend]Collaboration diagram for CTrackKeyFramerBezier:
[legend]List of all members.
Public Methods |
virtual const IAnimatedValue& | getValue () const |
| From ITrack. More...
|
Protected Types |
typedef CKeyT::TValueType | TKeyValueType |
Protected Methods |
virtual void | evalKey ( const CKeyT* previous, const CKeyT* next, CAnimationTime datePrevious, CAnimationTime dateNext, CAnimationTime date ) |
| evalKey (runtime). More...
|
virtual void | compile () |
| compile (precalc). More...
|
Private Attributes |
CAnimatedValueBlendable<T> | _Value |
Detailed Description
template<class CKeyT, class T> template class CTrackKeyFramerBezier
ITrack implementation for Bezier keyframer.
-
Author(s):
-
Lionel Berneguier , Nevrax France
-
Date:
-
2001
Definition at line 49 of file track_bezier.h.
Member Typedef Documentation
template<classCKeyT, classT> |
typedef CKeyT::TValueType CTrackKeyFramerBezier<CKeyT, T>::TKeyValueType [protected]
|
|
Member Function Documentation
template<classCKeyT, classT> |
void CTrackKeyFramerBezier<CKeyT, T>::compile (
|
) [inline, protected, virtual]
|
|
template<classCKeyT, classT> |
void CTrackKeyFramerBezier<CKeyT, T>::evalKey (
|
const CKeyT * previous,
|
|
const CKeyT * next,
|
|
CAnimationTime datePrevious,
|
|
CAnimationTime dateNext,
|
|
CAnimationTime date ) [inline, protected, virtual]
|
|
template<classCKeyT, classT> |
const IAnimatedValue & CTrackKeyFramerBezier<CKeyT, T>::getValue (
|
) const [inline, virtual]
|
|
Member Data Documentation
template<classCKeyT, classT> |
CAnimatedValueBlendable< T > CTrackKeyFramerBezier<CKeyT, T>::_Value [private]
|
|
The documentation for this class was generated from the following file:
|
|