CGAL 4.8 - Kinetic Framework
|
This functor allows you to create certificate objects of some type. The models of this "concept" take some set of arguments which depend on the certificate being computed (for example three points for a two dimensional orientation) followed by either one or two instances of the Kinetic::Simulator::Time
concept. The functions either return a Certificate
or the corresponding value at the current time (if only a time value rather than an interval is passed).
Kinetic::KineticKernel
Example
Here you see how to use both functions on an orientation predicate.
Operations | |
Certificate | operator() (Args, Time begin, Time end) |
Return a Certifate object for the corresponding certificate. | |
CGAL::Sign | operator() (Args, Time t) |
Compute the sign of the function at \( \lim_{\delta\rightarrow0} t+\delta\). More... | |
CGAL::Sign Kinetic::CertificateGenerator::operator() | ( | Args | , |
Time | t | ||
) |
Compute the sign of the function at \( \lim_{\delta\rightarrow0} t+\delta\).
This can be used to evaluate predicates at the current moment.