StraightSkeletonFace_2

Definition

The concept StraightSkeletonFace_2 describes the requirements for the face type of the StraightSkeleton_2 concept. It is a refinement of the HalfedgeDSFace concept with support for storage of the incident halfedge.

Refines

HalfedgeDSFace

Creation

StraightSkeletonFace_2 f;
Default constructor

StraightSkeletonFace_2 f ( int id);
Constructs a face with ID number id

Access Functions

int f.id () The ID of the face.

Has Models

CGAL::Straight_skeleton_face_base_2<Refs>.

See Also

StraightSkeleton_2
CGAL::Straight_skeleton_face_base_2<Refs>
CGAL::Straight_skeleton_vertex_base_2<Refs,Point,FT>
CGAL::Straight_skeleton_halfedge_base_2<Refs>