\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 5.0 - 2D Straight Skeleton and Polygon Offsetting
CGAL::Straight_skeleton_items_converter_2< SrcSs, TgtSs, NTConverter > Struct Template Reference

#include <CGAL/Straight_skeleton_converter_2.h>

Definition

Straight_skeleton_items_converter_2 is a model of the StraightSkeletonItemsConverter_2 concept

Template Parameters
SrcSstype of the source straight skeleton
TgtSstype of the target straight skeleton
NTConvertera function object that must provide TgtSs::Traits::FT operator()(SrcSs::Traits::FT n) that converts n to an TgtSs::Traits::FT which has the same value. The default value of this parameter is NT_converter<SrcSs::Traits::FT, TgtSs::Traits::FT>.
Is Model Of:

StraightSkeletonItemsConverter_2

DefaultConstructible

CopyConstructible

Assignable

See also
Straight_skeleton_2
Straight_skeleton_converter_2
Straight_skeleton_builder_2

Creation

 Straight_skeleton_items_converter_2 ()
 Default constructor.