 |
|
 |
 |
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 ReferenceThis 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:
List of all members.
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] |
|
Member Function Documentation
template<typename T, const uint n> |
virtual T NL3D::CPSValueBlenderSample< T, n >::getMaxValue |
( |
void |
|
) |
const [inline, virtual] |
|
The documentation for this class was generated from the following file:
|
 |