Dev Essential  1.6.3
Loading...
Searching...
No Matches
polynomial_function.h File Reference
Include dependency graph for polynomial_function.h:

Go to the source code of this file.

Classes

class  ddl::mapping::PolynomialFunction
 Polynomial function with type string "polynomial". The callable function retrieved with getCallable() will transform the value with
result = (a * value^0 + b * value^1 + c * value^2 + d * value^3 + d * value^4 + e * value^5) Properties: More...
 
struct  ddl::mapping::PolynomialFunction::TransformParameter
 

Namespaces

namespace  ddl
 definition of the ddl namespace
 
namespace  ddl::mapping
 definition of the mapping namespace
 

Detailed Description