CGAL 5.2 - 2D Arrangements
ArrangementClosedLeftTraits_2 Class Reference

#include <Concepts/ArrangementClosedLeftTraits_2.h>

Definition


A model of the concept ArrangementClosedLeftTraits_2 must be used when the parameter space of the surface, the arrangement is embedded on, is closed on the left 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 left boundary side when it is closed.

Refines:
ArrangementLeftSideTraits_2
See also
ArrangementClosedRightTraits_2, ArrangementClosedBottomTraits_2, ArrangementClosedTopTraits_2, ArrangementOpenLeftTraits_2, ArrangementContractedLeftTraits_2, and ArrangementIdentifiedLeftTraits_2,

Categories

typedef unspecified_type Left_side_category
 Must be convertible to Arr_closed_side_tag.