From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/classCTrackKeyFramerBezier.html | 313 +++++++++++++++++++++++ 1 file changed, 313 insertions(+) create mode 100644 docs/doxygen/nel/classCTrackKeyFramerBezier.html (limited to 'docs/doxygen/nel/classCTrackKeyFramerBezier.html') diff --git a/docs/doxygen/nel/classCTrackKeyFramerBezier.html b/docs/doxygen/nel/classCTrackKeyFramerBezier.html new file mode 100644 index 00000000..f93fbf59 --- /dev/null +++ b/docs/doxygen/nel/classCTrackKeyFramerBezier.html @@ -0,0 +1,313 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

CTrackKeyFramerBezier Class Template Reference

ITrack implementation for Bezier keyframer. +More... +

+#include <track_bezier.h> +

+List of all members. + + + + + + + + + + + + + +

Public Methods

virtual const IAnimatedValue & getValue () const
 From ITrack. More...


Protected Types

typedef CKeyT::TValueType TKeyValueType

Protected Methods

From ITrackKeyFramer
virtual void evalKey (const CKeyT *previous, const CKeyT *next, TAnimationTime datePrevious, TAnimationTime dateNext, TAnimationTime date)
 evalKey (runtime). More...

virtual void compile ()
 compile (precalc). More...


Private Attributes

CAnimatedValueBlendable< T > _Value
+


Detailed Description

+

template<class CKeyT, class T>
+ class CTrackKeyFramerBezier< CKeyT, T >

+ +ITrack implementation for Bezier keyframer. +

+

+Author:
+Lionel Berneguier , Nevrax France
+Date:
+2001
+

+ +

+Definition at line 49 of file track_bezier.h.


Member Typedef Documentation

+

+ + + + +
+ + + + + +
+template<class CKeyT, class T>
typedef CKeyT::TValueType CTrackKeyFramerBezier::TKeyValueType [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 61 of file track_bezier.h. +

+Referenced by evalKey.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + +
+template<class CKeyT, class T>
virtual void CTrackKeyFramerBezier< CKeyT, T >::compile   [inline, protected, virtual]
+
+ + + + + +
+   + + +

+compile (precalc). +

+ +

+Definition at line 108 of file track_bezier.h.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+template<class CKeyT, class T>
virtual void CTrackKeyFramerBezier< CKeyT, T >::evalKey const CKeyT *   previous,
const CKeyT *   next,
TAnimationTime   datePrevious,
TAnimationTime   dateNext,
TAnimationTime   date
[inline, protected, virtual]
+
+ + + + + +
+   + + +

+evalKey (runtime). +

+ +

+Definition at line 68 of file track_bezier.h. +

+References _Value, NLMISC::clamp, s, NL3D::TAnimationTime, and TKeyValueType.

+

+ + + + +
+ + + + + + + + + + + + +
+template<class CKeyT, class T>
virtual const IAnimatedValue& CTrackKeyFramerBezier< CKeyT, T >::getValue   const [inline, virtual]
+
+ + + + + +
+   + + +

+From ITrack. +

+ +

+Definition at line 54 of file track_bezier.h. +

+References _Value.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+template<class CKeyT, class T>
CAnimatedValueBlendable<T> CTrackKeyFramerBezier::_Value [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 118 of file track_bezier.h. +

+Referenced by CTrackKeyFramerBezier< CKeyBezierQuat, CQuat >::evalKey, evalKey, CTrackKeyFramerBezier< CKeyBezierQuat, CQuat >::getValue, and getValue.

+


The documentation for this class was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1