CGAL 4.8.1 - 2D Straight Skeleton and Polygon Offsetting
|
#include <CGAL/Straight_skeleton_converter_2.h>
Straight_skeleton_items_converter_2
is a model of the StraightSkeletonItemsConverter_2
concept
SrcSs | type of the source straight skeleton |
TgtSs | type of the target straight skeleton |
NTConverter | a 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> . |
Creation | |
Straight_skeleton_items_converter_2 () | |
Default constructor. | |