Home | nevrax.com |
|
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...
Inheritance diagram for NL3D::CPSValueBlenderSample:
Detailed Descriptiontemplate<typename T, const uint 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.
|
|
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. |
|
get the max value (meaningful for ordered set only).
Reimplemented from NL3D::CPSAttribMaker. Definition at line 270 of file ps_attrib_maker_template.h. |