BWAPI
|
#include <CGAL/enum.h>
Go to the source code of this file.
Enumerations | |
enum | Arr_curve_end { ARR_MIN_END, ARR_MAX_END } |
enum | Arr_halfedge_direction { ARR_LEFT_TO_RIGHT = -1, ARR_RIGHT_TO_LEFT = 1 } |
enum | Arr_boundary_type { ARR_OBLIVIOUS = 0, ARR_OPEN, ARR_CLOSED, ARR_CONTRACTION, ARR_IDENTIFICATION } |
enum | Arr_parameter_space { ARR_LEFT_BOUNDARY = 0, ARR_RIGHT_BOUNDARY, ARR_BOTTOM_BOUNDARY, ARR_TOP_BOUNDARY, ARR_INTERIOR } |
Functions | |
template<class OutputStream > | |
OutputStream & | operator<< (OutputStream &os, const Arr_curve_end &ce) |
prints curve end (for debugging) | |
template<class OutputStream > | |
OutputStream & | operator<< (OutputStream &os, const Arr_halfedge_direction &dir) |
prints halfedge direction (for debugging) | |
template<class OutputStream > | |
OutputStream & | operator<< (OutputStream &os, const Arr_boundary_type &bt) |
prints boundary type (for debugging) | |
template<class OutputStream > | |
OutputStream & | operator<< (OutputStream &os, const Arr_parameter_space &ps) |
prints parameter space (for debugging) |
Definition of the enumeration types for the arrangement package.
enum Arr_boundary_type |
enum Arr_curve_end |
enum Arr_parameter_space |
OutputStream& operator<< | ( | OutputStream & | os, |
const Arr_curve_end & | ce | ||
) | [inline] |
prints curve end (for debugging)
OutputStream& operator<< | ( | OutputStream & | os, |
const Arr_halfedge_direction & | dir | ||
) | [inline] |
prints halfedge direction (for debugging)
OutputStream& operator<< | ( | OutputStream & | os, |
const Arr_boundary_type & | bt | ||
) | [inline] |
prints boundary type (for debugging)
OutputStream& operator<< | ( | OutputStream & | os, |
const Arr_parameter_space & | ps | ||
) | [inline] |
prints parameter space (for debugging)