CGAL 4.12.1 - 2D Snap Rounding
|
The concept SnapRoundingTraits_2
lists the set of requirements that must be fulfilled by an instance of the Traits
template-parameter of the free function CGAL::snap_rounding_2() CGAL::snap_rounding_2<Traits,InputIterator,OutputContainer>()
. The list includes the nested types of the geometric primitives used in this class and some function object types for the required predicates on those primitives.
Types | |
typedef unspecified_type | FT |
The number type. More... | |
typedef unspecified_type | Point_2 |
Models the concept ArrTraits::Point_2 . | |
typedef unspecified_type | Segment_2 |
Models the concept ArrTraits::XMonotoneCurve_2 . | |
typedef unspecified_type | Iso_rectangle_2 |
Models the concept SRTraits_2::IsoRectangle_2 | |
typedef unspecified_type | Cartesian_const_iterator_2 |
Models the concept SearchTraits::Cartesian_const_iterator_2 | |
The number type.
This type must fulfill the requirements on FieldNumberType
Models the concept RealEmbeddableTraits::ToDouble
.
The precision of this operation is of not high significance, as it is only used in the implementation of the heuristic technique to exploit a cluster of kd-trees rather than just one.