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

ITrackDefault implementation for blendable values. +More... +

+#include <track.h> +

+Inheritance diagram for NL3D::CTrackDefaultNotBlendable

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

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

Public Methods

 CTrackDefaultNotBlendable ()
 CTrackDefaultNotBlendable (const T &val)
void setValue (const T &val)
 set the default value. More...

virtual const IAnimatedValuegetValue () const
 From ITrack. Return a const value. More...

virtual void serial (NLMISC::IStream& f) throw (NLMISC::EStream)
 Serial the template. More...


Private Attributes

CAnimatedValueNotBlendable<T> _Value
+

Detailed Description

+

template<class T> template class NL3D::CTrackDefaultNotBlendable

+ +ITrackDefault implementation for blendable values. +

+The ITrack and animated value types MUST match else assertions will be raised. +

+

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

+ +

+Definition at line 191 of file track.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
+template<classT>
+NL3D::CTrackDefaultNotBlendable<T>::CTrackDefaultNotBlendable<T> ( + +) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 195 of file track.h.

+

+ + + + +
+ + + + + + + + + +
+template<classT>
+NL3D::CTrackDefaultNotBlendable<T>::CTrackDefaultNotBlendable<T> ( + +const T & val ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 198 of file track.h.

+


Member Function Documentation

+

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

+From ITrack. Return a const value. +

+ +

+Reimplemented from NL3D::ITrack. +

+Definition at line 211 of file track.h.

+

+ + + + +
+ + + + + + + + + +
+template<classT>
+void NL3D::CTrackDefaultNotBlendable<T>::serial ( + +NLMISC::IStream & f ) throw (NLMISC::EStream) [inline, virtual] +
+
+ + + + + +
+   + + +

+Serial the template. +

+ +

+Reimplemented from NLMISC::IStreamable. +

+Definition at line 217 of file track.h.

+

+ + + + +
+ + + + + + + + + +
+template<classT>
+void NL3D::CTrackDefaultNotBlendable<T>::setValue ( + +const T & val ) [inline] +
+
+ + + + + +
+   + + +

+set the default value. +

+ +

+Definition at line 204 of file track.h.

+


Member Data Documentation

+

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

+ +

+Definition at line 228 of file track.h.

+


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