CGAL 6.1 - 2D Regularized Boolean Set-Operations
Loading...
Searching...
No Matches
GeneralPolygonSetDcelHalfedge Class Reference

#include <Concepts/GeneralPolygonSetDcelHalfedge.h>

Definition

A halfedge record in a Dcel data structure used by the General_polygon_set_2 and Polygon_set_2 template classes to represent the underlying internal Arrangement_2 data structure.

Refines
AosDcelHalfedge
Has models
CGAL::Gps_face_halfedge
See also
AosDcel
AosDcelVertex
GeneralPolygonSetDcelFace

Access Functions

int flag () const
 returns an integer passed to set_flag(), if the latter function was not called the output is not specified.
 

Modifiers

void set_flag (int i)
 set an integer flag for this halfedge.
 

Member Function Documentation

◆ flag()

int GeneralPolygonSetDcelHalfedge::flag ( ) const

returns an integer passed to set_flag(), if the latter function was not called the output is not specified.

◆ set_flag()

void GeneralPolygonSetDcelHalfedge::set_flag ( int  i)

set an integer flag for this halfedge.