CGAL 6.1 - 2D Arrangements
Loading...
Searching...
No Matches
AosClosedBottomTraits_2 Class Reference

#include <Concepts/AosClosedBottomTraits_2.h>

Definition

A model of the concept AosClosedBottomTraits_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
AosBottomSideTraits_2
See also
AosClosedLeftTraits_2
AosClosedRightTraits_2
AosClosedTopTraits_2
AosOpenBottomTraits_2
AosContractedBottomTraits_2
AosIdentifiedHorizontalTraits_2

Categories

typedef unspecified_type Bottom_side_category
 Must be convertible to CGAL::Arr_closed_side_tag.
 

Functor Types

typedef unspecified_type Compare_x_on_boundary_2
 models the concept AosTraits::CompareXOnBoundary_2.
 

Accessing Functor Objects

Compare_x_on_boundary_2 compare_x_on_boundary_2_object () const
 

Member Typedef Documentation

◆ Bottom_side_category

◆ Compare_x_on_boundary_2

Member Function Documentation

◆ compare_x_on_boundary_2_object()

Compare_x_on_boundary_2 AosClosedBottomTraits_2::compare_x_on_boundary_2_object ( ) const