|
CGAL 6.2 - 3D Triangulations
|
#include <CGAL/Robust_weighted_circumcenter_filtered_traits_3.h>
K.
Inherited by CGAL::Robust_weighted_circumcenter_filtered_traits_3< K >.
Upgrades the functors models of Kernel::ConstructCircumcenter_3, Kernel::ComputeSquaredRadius_3 that are provided by K with robust versions.
This improved robustness is achieved by using exact computations if the geometric configuration is close to degenerate (e.g. almost coplanar points). The upgrade is completely invisible from an interface point of view as the class Robust_circumcenter_filtered_traits_3 overrides the types and function objects provided by K.
| K | must be a model of the Kernel concept. |
Types | |
| typedef unspecified_type | Construct_circumcenter_3 |
a model of Kernel::ConstructCircumcenter_3 | |
| typedef unspecified_type | Compute_squared_radius_3 |
a model of Kernel::ComputeSquaredRadius_3 | |
Operations | |
| Construct_circumcenter_2 | construct_circumcenter_2_object () |
| Compute_squared_radius_3 | compute_squared_radius_3_object () |