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__CChannelNotBlendable.html | 338 +++++++++++++++++++++ 1 file changed, 338 insertions(+) create mode 100644 docs/doxygen/nel/class_NL3D__CChannelNotBlendable.html (limited to 'docs/doxygen/nel/class_NL3D__CChannelNotBlendable.html') diff --git a/docs/doxygen/nel/class_NL3D__CChannelNotBlendable.html b/docs/doxygen/nel/class_NL3D__CChannelNotBlendable.html new file mode 100644 index 00000000..c8fe64dd --- /dev/null +++ b/docs/doxygen/nel/class_NL3D__CChannelNotBlendable.html @@ -0,0 +1,338 @@ + + + + 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::CChannelNotBlendable Template Class Reference

An animated template channel. +More... +

+#include <channel.h> +

+Inheritance diagram for NL3D::CChannelNotBlendable

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

Collaboration graph
+ + + + + +
[legend]
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

CAnimatedValueNotBlendable<T> _Value
CAnimatedValueNotBlendable<T> _DefaultValue
+

Detailed Description

+

template<class T> template class NL3D::CChannelNotBlendable

+ +An animated template channel. +

+

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

+ +

+Definition at line 140 of file channel.h.


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
+template<classT>
+const IAnimatedValue & NL3D::CChannelNotBlendable<T>::getDefaultValue ( + +) const [inline, virtual] +
+
+ + + + + +
+   + + +

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

+ +

+Reimplemented from NL3D::IChannel. +

+Definition at line 167 of file channel.h.

+

+ + + + +
+ + + + + + + + + +
+template<classT>
+IAnimatedValue & NL3D::CChannelNotBlendable<T>::getValue ( + +) [inline, virtual] +
+
+ + + + + +
+   + + +

+Get a writable value reference. +

+ +

+Reimplemented from NL3D::IChannel. +

+Definition at line 161 of file channel.h.

+

+ + + + +
+ + + + + + + + + +
+template<classT>
+const IAnimatedValue & NL3D::CChannelNotBlendable<T>::getValue ( + +const IAnimatedValue & value ) const [inline, virtual] +
+
+ + + + + +
+   + + +

+Get the read only value reference. +

+ +

+Reimplemented from NL3D::IChannel. +

+Definition at line 155 of file channel.h.

+

+ + + + +
+ + + + + + + + + +
+template<classT>
+void NL3D::CChannelNotBlendable<T>::setValue ( + +const IAnimatedValue & value ) [inline, virtual] +
+
+ + + + + +
+   + + +

+Set the channel value. +

+ +

+Definition at line 145 of file channel.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + + + + +
+template<classT>
+CAnimatedValueNotBlendable< T > NL3D::CChannelNotBlendable<T>::_DefaultValue [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 176 of file channel.h.

+

+ + + + +
+ + + + + + + + +
+template<classT>
+CAnimatedValueNotBlendable< T > NL3D::CChannelNotBlendable<T>::_Value [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 173 of file channel.h.

+


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