![]() |
Straight_skeleton_items_converter_2<SrcSs, TgtSs, NTConverter>is a model of the StraightSkeletonItemsConverter_2 concept
The first and second template parameters are the target and source straight skeleton types, resp.
The third template parameter NTConverter is 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 CGAL::NT_converter<SrcSs::Traits::FT, TgtSs::Traits::FT>.
#include <CGAL/Straight_skeleton_converter_2.h>
| |
Default constructor.
|