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

A template implementation of IAnimatedValue. +More... +

+#include <animated_value.h> +

+

Inheritance diagram for NL3D::CAnimatedValueBlendable: +

+ +NL3D::IAnimatedValue + +List of all members. + + + + + + + +

Public Methods

virtual void blend (const IAnimatedValue &value, float blendFactor)
 A default blend method. Doesn't work for all type. More...

virtual void affect (const IAnimatedValue &value)
 An assignation method. More...


Public Attributes

Value
+

Detailed Description

+

template<class T>
+ class NL3D::CAnimatedValueBlendable< T >

+ +A template implementation of IAnimatedValue. +

+

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

+ +

+Definition at line 77 of file animated_value.h.


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class T>
virtual void NL3D::CAnimatedValueBlendable< T >::affect const IAnimatedValue  value [inline, virtual]
+
+ + + + + +
+   + + +

+An assignation method. +

+This method assign a values in the object.

+Parameters:
+ + +
value  +is the new value.
+
+

+Implements NL3D::IAnimatedValue. +

+Definition at line 99 of file animated_value.h.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+template<class T>
virtual void NL3D::CAnimatedValueBlendable< T >::blend const IAnimatedValue  value,
float   blendFactor
[inline, virtual]
+
+ + + + + +
+   + + +

+A default blend method. Doesn't work for all type. +

+ +

+Implements NL3D::IAnimatedValue. +

+Definition at line 82 of file animated_value.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+template<class T>
T NL3D::CAnimatedValueBlendable::Value +
+
+ + + + + +
+   + + +

+ +

+Definition at line 112 of file animated_value.h. +

+Referenced by NL3D::CAnimatedValueBlendable< NLMISC::CRGBA >::affect, NL3D::CAnimatedValueBlendable< NLMISC::CQuat >::affect, NL3D::CAnimatedValueBlendable< CVector >::affect, NL3D::CAnimatedValueBlendable< NLMISC::CRGBA >::blend, NL3D::CAnimatedValueBlendable< NLMISC::CQuat >::blend, and NL3D::CAnimatedValueBlendable< CVector >::blend.

+


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