CGAL 6.1 - 2D Movable Separability of Sets
Loading...
Searching...
No Matches
CastingTraits_2 Class Reference

#include <Concepts/CastingTraits_2.h>

Definition

This concept generalizes the concept of a 2D Kernel.

Refines
DefaultConstructible
PolygonTraits_2
Has models
Any CGAL kernel, e.g., CGAL::Exact_predicates_exact_constructions_kernel.

Types

typedef unspecified_type Direction_2
 The direction type. Models the concept Kernel::Direction_2.
 

Functor Types

typedef unspecified_type Counterclockwise_in_between_2
 Models the concept Kernel::Counterclockwise_in_between_2.
 
typedef unspecified_type Collinear_2
 Models the concept Kernel::Collinear_2.
 

Accessing Functor Objects

Counterclockwise_in_between_2 counterclockwise_in_between_2_object () const
 
Collinear_2 collinear_2_object () const
 

Member Typedef Documentation

◆ Collinear_2

typedef unspecified_type CastingTraits_2::Collinear_2

Models the concept Kernel::Collinear_2.

◆ Counterclockwise_in_between_2

Models the concept Kernel::Counterclockwise_in_between_2.

◆ Direction_2

typedef unspecified_type CastingTraits_2::Direction_2

The direction type. Models the concept Kernel::Direction_2.

Member Function Documentation

◆ collinear_2_object()

Collinear_2 CastingTraits_2::collinear_2_object ( ) const

◆ counterclockwise_in_between_2_object()

Counterclockwise_in_between_2 CastingTraits_2::counterclockwise_in_between_2_object ( ) const