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

these are some attribute makers for float This is a float blender class. It just blend between 2 values. +More... +

+#include <ps_float.h> +

+

Inheritance diagram for NL3D::CPSFloatBlender: +

+ +NL3D::CPSValueBlender< float > +NL3D::CPSAttribMakerT< float, CPSValueBlendFunc< float > > +NL3D::CPSAttribMaker< float > +NL3D::CPSAttribMakerBase +NLMISC::IStreamable +NLMISC::IClassable + +List of all members. + + + + +

Public Methods

 NLMISC_DECLARE_CLASS (CPSFloatBlender)
 CPSFloatBlender (float startFloat=0.1f, float endFloat=1.f, float nbCycles=1.0f)
CPSAttribMakerBaseclone () const
+

Detailed Description

+these are some attribute makers for float This is a float blender class. It just blend between 2 values. +

+ +

+Definition at line 44 of file ps_float.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
NL3D::CPSFloatBlender::CPSFloatBlender float   startFloat = 0.1f,
float   endFloat = 1.f,
float   nbCycles = 1.0f
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 48 of file ps_float.h. +

+References NL3D::CPSAttribMakerT< float, CPSValueBlendFunc< float > >::_F, and NL3D::CPSValueBlender< float >::CPSValueBlender. +

+Referenced by clone.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
CPSAttribMakerBase* NL3D::CPSFloatBlender::clone void   const [inline, virtual]
+
+ + + + + +
+   + + +

+ +

+Implements NL3D::CPSAttribMakerBase. +

+Definition at line 52 of file ps_float.h. +

+References CPSFloatBlender.

+

+ + + + +
+ + + + + + + + + + +
NL3D::CPSFloatBlender::NLMISC_DECLARE_CLASS CPSFloatBlender  
+
+ + + + + +
+   + + +

+

+


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