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_1CChannelBlendable.html | 336 +++++++++++++++++++++ 1 file changed, 336 insertions(+) create mode 100644 docs/doxygen/nel/classNL3D_1_1CChannelBlendable.html (limited to 'docs/doxygen/nel/classNL3D_1_1CChannelBlendable.html') diff --git a/docs/doxygen/nel/classNL3D_1_1CChannelBlendable.html b/docs/doxygen/nel/classNL3D_1_1CChannelBlendable.html new file mode 100644 index 00000000..4802a89d --- /dev/null +++ b/docs/doxygen/nel/classNL3D_1_1CChannelBlendable.html @@ -0,0 +1,336 @@ + + + + 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::CChannelBlendable Class Template Reference

An animated template channel. +More... +

+#include <channel.h> +

+

Inheritance diagram for NL3D::CChannelBlendable: +

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

Public Methods

virtual void setValue (const IAnimatedValue &value)
 Set the channel value. More...

virtual const IAnimatedValuegetValue (const IAnimatedValue &value) const
 Get the read only value reference. More...

virtual IAnimatedValuegetValue ()
 Get a writable value reference. More...

const IAnimatedValuegetDefaultValue () const
 Return the default value of this channel. Must be implemented. More...


Private Attributes

CAnimatedValueBlendable< T > _Value
CAnimatedValueBlendable< T > _DefaultValue
+

Detailed Description

+

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

+ +An animated template channel. +

+

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

+ +

+Definition at line 92 of file channel.h.


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + +
+template<class T>
const IAnimatedValue& NL3D::CChannelBlendable< T >::getDefaultValue   const [inline, virtual]
+
+ + + + + +
+   + + +

+Return the default value of this channel. Must be implemented. +

+ +

+Implements NL3D::IChannel. +

+Definition at line 119 of file channel.h. +

+References _DefaultValue.

+

+ + + + +
+ + + + + + + + + + + + +
+template<class T>
virtual IAnimatedValue& NL3D::CChannelBlendable< T >::getValue   [inline, virtual]
+
+ + + + + +
+   + + +

+Get a writable value reference. +

+ +

+Implements NL3D::IChannel. +

+Definition at line 113 of file channel.h. +

+References _Value.

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class T>
virtual const IAnimatedValue& NL3D::CChannelBlendable< T >::getValue const IAnimatedValue  value const [inline, virtual]
+
+ + + + + +
+   + + +

+Get the read only value reference. +

+ +

+Implements NL3D::IChannel. +

+Definition at line 107 of file channel.h. +

+References _Value, and value.

+

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

+Set the channel value. +

+ +

+Definition at line 97 of file channel.h. +

+References _DefaultValue, _Value, nlassert, and value.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+template<class T>
CAnimatedValueBlendable<T> NL3D::CChannelBlendable::_DefaultValue [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 128 of file channel.h. +

+Referenced by getDefaultValue, and setValue.

+

+ + + + +
+ + + + + +
+template<class T>
CAnimatedValueBlendable<T> NL3D::CChannelBlendable::_Value [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 125 of file channel.h. +

+Referenced by getValue, and setValue.

+


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