Processing math: 0%
\newcommand{\E}{\mathrm{E}} \newcommand{\A}{\mathrm{A}} \newcommand{\R}{\mathrm{R}} \newcommand{\N}{\mathrm{N}} \newcommand{\Q}{\mathrm{Q}} \newcommand{\Z}{\mathrm{Z}} \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }
CGAL 5.0 - 2D Snap Rounding
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages

Concepts

conceptSnapRoundingTraits_2
 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. More...
 
conceptSRTraits_2::IsoRectangle_2
 Represents an iso rectangle. More...
 
conceptSRTraits_2::ConstructVertex_2
 
conceptSRTraits_2::ConstructSegment_2
 
conceptSRTraits_2::ConstructIsoRectangle_2
 
conceptSRTraits_2::CompareX_2
 
conceptSRTraits_2::CompareY_2
 
conceptSRTraits_2::Snap_2
 
conceptSRTraits_2::IntegerGridPoint_2
 
conceptSRTraits_2::MinkowskiSumWithPixel_2