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_1CTrackDefaultBlendable.html | 335 +++++++++++++++++++++ 1 file changed, 335 insertions(+) create mode 100644 docs/doxygen/nel/classNL3D_1_1CTrackDefaultBlendable.html (limited to 'docs/doxygen/nel/classNL3D_1_1CTrackDefaultBlendable.html') diff --git a/docs/doxygen/nel/classNL3D_1_1CTrackDefaultBlendable.html b/docs/doxygen/nel/classNL3D_1_1CTrackDefaultBlendable.html new file mode 100644 index 00000000..23b9db5d --- /dev/null +++ b/docs/doxygen/nel/classNL3D_1_1CTrackDefaultBlendable.html @@ -0,0 +1,335 @@ + + + + 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::CTrackDefaultBlendable Class Template Reference

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

+#include <track.h> +

+

Inheritance diagram for NL3D::CTrackDefaultBlendable: +

+ +NL3D::ITrackDefault +NL3D::ITrack +NLMISC::IStreamable +NL3D::UTrack +NLMISC::IClassable + +List of all members. + + + + + + + + + + + +

Public Methods

 CTrackDefaultBlendable ()
 CTrackDefaultBlendable (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

CAnimatedValueBlendable< T > _Value
+

Detailed Description

+

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

+ +ITrackDefault implementation for blendable values. +

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

+

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

+ +

+Definition at line 149 of file track.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + +
+template<class T>
NL3D::CTrackDefaultBlendable< T >::CTrackDefaultBlendable   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 153 of file track.h.

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class T>
NL3D::CTrackDefaultBlendable< T >::CTrackDefaultBlendable const T &   val [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 156 of file track.h.

+


Member Function Documentation

+

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

+From ITrack. Return a const value. +

+ +

+Implements NL3D::ITrack. +

+Definition at line 169 of file track.h.

+

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

+Serial the template. +

+ +

+Implements NLMISC::IStreamable. +

+Definition at line 175 of file track.h.

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class T>
void NL3D::CTrackDefaultBlendable< T >::setValue const T &   val [inline]
+
+ + + + + +
+   + + +

+set the default value. +

+ +

+Definition at line 162 of file track.h.

+


Member Data Documentation

+

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

+ +

+Definition at line 186 of file track.h. +

+Referenced by NL3D::CTrackDefaultBlendable< CVector >::CTrackDefaultBlendable, NL3D::CTrackDefaultBlendable< CVector >::getValue, NL3D::CTrackDefaultBlendable< CVector >::serial, and NL3D::CTrackDefaultBlendable< CVector >::setValue.

+


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