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

This is a Values blender (sampled version, with n sample) class, that operate on value of type T To use this, just derive a class from a specialization of this template , create a ctor, and declare it to the class registry in the ctor, you should call _F.setValue to init the functor object. +More... +

+#include <ps_attrib_maker_template.h> +

+

Inheritance diagram for NL3D::CPSValueBlenderSample: +

+ +NL3D::CPSAttribMakerT< T, CPSValueBlendSampleFunc< T, n > > +NL3D::CPSAttribMaker +NL3D::CPSAttribMakerBase +NLMISC::IStreamable +NLMISC::IClassable + +List of all members. + + + + + +

Public Methods

 CPSValueBlenderSample (float nbCycles)
 ctor With nbCycles, you can set the pattern frequency. More...

virtual T getMaxValue (void) const
 get the max value (meaningful for ordered set only). More...

+

Detailed Description

+

template<typename T, const uint n>
+ class NL3D::CPSValueBlenderSample< T, n >

+ +This is a Values blender (sampled version, with n sample) class, that operate on value of type T To use this, just derive a class from a specialization of this template , create a ctor, and declare it to the class registry in the ctor, you should call _F.setValue to init the functor object. +

+ +

+Definition at line 259 of file ps_attrib_maker_template.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + +
+template<typename T, const uint n>
NL3D::CPSValueBlenderSample< T, n >::CPSValueBlenderSample float   nbCycles [inline]
+
+ + + + + +
+   + + +

+ctor With nbCycles, you can set the pattern frequency. +

+It is usually one. See ps_attrib_maker.h For further details +

+Definition at line 267 of file ps_attrib_maker_template.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + +
+template<typename T, const uint n>
virtual T NL3D::CPSValueBlenderSample< T, n >::getMaxValue void   const [inline, virtual]
+
+ + + + + +
+   + + +

+get the max value (meaningful for ordered set only). +

+ +

+Reimplemented from NL3D::CPSAttribMaker. +

+Definition at line 270 of file ps_attrib_maker_template.h.

+


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