CGAL 4.10 - Kinetic Framework
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Kinetic::FunctionKernel::ConstructFunction Concept Reference

Definition

The concept ConstructFunction is used to construct functions.

See Also
FunctionKernel

Example

Function_kernel fk;
Function_kernel::Construct_function cf= fk.construct_function_object();
Function_kernel::Function f= cf(0,1,2,3,4,5);

Operations

Function operator() (NT a,...)
 This family of methods takes a list of coefficients and returns a function. More...
 

Member Function Documentation

Function Kinetic::FunctionKernel::ConstructFunction::operator() ( NT  a,
  ... 
)

This family of methods takes a list of coefficients and returns a function.

There can be any number of coeffients passed as arguments (up to about 25 in the current implementations).