CGAL 5.2 - 2D Arrangements
ArrangementClosedRightTraits_2 Class Reference

#include <Concepts/ArrangementClosedRightTraits_2.h>

Definition


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

Refines:
ArrangementRightSideTraits_2
See also
ArrangementClosedLeftTraits_2, ArrangementClosedBottomTraits_2, ArrangementClosedTopTraits_2, ArrangementOpenRightTraits_2, ArrangementContractedRightTraits_2, and ArrangementIdentifiedRightTraits_2,

Categories

typedef unspecified_type Right_side_category
 Must be convertible to Arr_closed_side_tag.