CGAL 5.2 - 2D Arrangements
ArrangementIdentifiedBottomTraits_2 Class Reference

#include <Concepts/ArrangementIdentifiedBottomTraits_2.h>

Definition


A model of the concept ArrangementIdentifiedBottomTraits_2 must be used when the parameter space of the surface, the arrangement is embedded on, is identified on the bottom side and curves inserted into the arrangement are expected to reach this boundary side. A model of this concept can handle curves that reach the bottom boundary side when it is identified.

Refines:
ArrangementBottomSideTraits_2
See also
ArrangementIdentifiedRightTraits_2, ArrangementIdentifiedBottomTraits_2, ArrangementIdentifiedTopTraits_2, ArrangementOpenBottomTraits_2, ArrangementClosedBottomTraits_2, and ArrangementConstractedBottomTraits_2

Categories

typedef unspecified_type Bottom_side_category
 Must be convertible to Arr_identified_side_tag.