\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.8.2 - 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).