|
CGAL 4.7 - Kinetic Framework
|
The concept Kinetic::Certificate represents certificate. Its main purpose is to provide a way of creating Time objects corresponding to when the certificate fails and to cache any useful work done in find the Time for later.
Kinetic::Kernel Operations | |
| Time | failure_time () |
| Returns the next failure time. More... | |
| bool | will_fail () |
| Returns true if the certificate will ever fail. More... | |
| void | pop_failure_time () |
| Advances to the next failure time (the next root of the certificate functions). More... | |
| Time Kinetic::Certificate::failure_time | ( | ) |
Returns the next failure time.
| void Kinetic::Certificate::pop_failure_time | ( | ) |
Advances to the next failure time (the next root of the certificate functions).
| bool Kinetic::Certificate::will_fail | ( | ) |
Returns true if the certificate will ever fail.