|
| struct | CGAL::Protect_FPU_rounding< Protected > |
| | The class Protect_FPU_rounding allows to reduce the number of rounding mode changes when evaluating sequences of interval arithmetic operations. More...
|
| |
| class | CGAL::Set_ieee_double_precision |
| | The class Set_ieee_double_precision provides a mechanism to set the correct 53 bits precision for a block of code. More...
|
| |
| struct | CGAL::NT_converter< NT1, NT2 > |
| | A number type converter usable as default, for Cartesian_converter and Homogeneous_converter. More...
|
| |
| class | CGAL::Is_valid< T > |
| | Not all values of a type need to be valid. More...
|
| |
| struct | CGAL::Max< T, Less > |
| | The function object class Max returns the larger of two values. More...
|
| |
| struct | CGAL::Min< T, Less > |
| | The function object class Min returns the smaller of two values. More...
|
| |