From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/class_NL3D__CTrackKeyFramerLinear.html | 258 +++++++++++++++++++++ 1 file changed, 258 insertions(+) create mode 100644 docs/doxygen/nel/class_NL3D__CTrackKeyFramerLinear.html (limited to 'docs/doxygen/nel/class_NL3D__CTrackKeyFramerLinear.html') diff --git a/docs/doxygen/nel/class_NL3D__CTrackKeyFramerLinear.html b/docs/doxygen/nel/class_NL3D__CTrackKeyFramerLinear.html new file mode 100644 index 00000000..2c614e8a --- /dev/null +++ b/docs/doxygen/nel/class_NL3D__CTrackKeyFramerLinear.html @@ -0,0 +1,258 @@ + + + + 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  
+

NL3D::CTrackKeyFramerLinear Template Class Reference

ITrack implementation for linear keyframer. +More... +

+#include <track_keyframer.h> +

+Inheritance diagram for NL3D::CTrackKeyFramerLinear

Inheritance graph
+ + + + + + + + + +
[legend]
Collaboration diagram for NL3D::CTrackKeyFramerLinear:

Collaboration graph
+ + + + + + + + +
[legend]
List of all members. + + + + + + + +

Public Methods

virtual const IAnimatedValuegetValue () const
 From ITrack. More...

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


Private Attributes

CAnimatedValueBlendable<T> _Value
+

Detailed Description

+

template<class CKeyT, class T> template class NL3D::CTrackKeyFramerLinear

+ +ITrack implementation for linear keyframer. +

+

+Author(s):
+ Cyril 'Hulud' Corvazier , Nevrax France
+Date:
+ 2001
+

+ +

+Definition at line 492 of file track_keyframer.h.


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+template<classCKeyT, classT>
+void NL3D::CTrackKeyFramerLinear<CKeyT, T>::evalKey ( + +const CKeyT * previous, +
+const CKeyT * next, +
+CAnimationTime datePrevious, +
+CAnimationTime dateNext, +
+CAnimationTime date ) [inline, virtual] +
+
+ + + + + +
+   + + +

+From ITrackKeyFramer. +

+ +

+Reimplemented from NL3D::ITrackKeyFramer. +

+Definition at line 503 of file track_keyframer.h.

+

+ + + + +
+ + + + + + + + + +
+template<classCKeyT, classT>
+const IAnimatedValue & NL3D::CTrackKeyFramerLinear<CKeyT, T>::getValue ( + +) const [inline, virtual] +
+
+ + + + + +
+   + + +

+From ITrack. +

+ +

+Reimplemented from NL3D::ITrack. +

+Definition at line 497 of file track_keyframer.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + + + + +
+template<classCKeyT, classT>
+CAnimatedValueBlendable< T > NL3D::CTrackKeyFramerLinear<CKeyT, T>::_Value [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 529 of file track_keyframer.h.

+


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