CGAL 5.4 - 2D Straight Skeleton and Polygon Offsetting
CGAL::Straight_skeleton_face_base_2< Refs > Class Template Reference

#include <CGAL/Straight_skeleton_face_base_2.h>

Definition

Is Model Of:
StraightSkeletonFace_2

The class Straight_skeleton_face_base_2 provides a model for the StraightSkeletonFace_2 concept which is the face type required by the StraightSkeleton_2 concept.

Template Parameters
Refsmust be a model of StraightSkeleton_2

This class can be used as a base class allowing users of the straight skeleton data structure to decorate a face with additional data. The concrete face class must be given in the HalfedgeDSItems template parameter of the instantiation of the HalfedgeDS_default class used as the model for the Straight_skeleton_2 concept.

See also
StraightSkeletonHalfedge_2
StraightSkeletonVertex_2
StraightSkeleton_2
CGAL::Straight_skeleton_vertex_base_2
CGAL::Straight_skeleton_halfedge_base_2