CGAL 6.0 - 2D Straight Skeleton and Polygon Offsetting
Loading...
Searching...
No Matches
CGAL::Straight_skeleton_halfedge_base_2< Refs, FT > Class Template Reference

#include <CGAL/Straight_skeleton_halfedge_base_2.h>

Definition

template<typename Refs, typename FT>
class CGAL::Straight_skeleton_halfedge_base_2< Refs, FT >
Is model of
StraightSkeletonHalfedge_2

The class Straight_skeleton_halfedge_base_2 provides a model for the concept StraightSkeletonHalfedge_2, which is the halfedge type required by the StraightSkeleton_2 concept.

Template Parameters
Refsmust be a model of StraightSkeleton_2
FTmust be a model of the FieldWithSqrt, which is the numeric type used to represent the weight of a halfedge.

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

See also
StraightSkeletonFace_2
StraightSkeletonVertex_2
StraightSkeleton_2
CGAL::Straight_skeleton_vertex_base_2
CGAL::Straight_skeleton_face_base_2