CGAL::Straight_skeleton_items_converter_2<SrcSs, TgtSs, NTConverter>

Definition

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>.

Is Model for the Concepts

StraightSkeletonItemsConverter_2
DefaultConstructible
CopyConstructible
Assignable

#include <CGAL/Straight_skeleton_converter_2.h>

Creation

Straight_skeleton_items_converter_2<SrcSs, TgtSs, NTConverter> conv;
Default constructor.

See Also

CGAL::Straight_skeleton_2<Traits,Items,Alloc>
CGAL::Straight_skeleton_converter_2<SrcSs,TgtSs,ItemsConverter>
CGAL::Straight_skeleton_builder_2<Gt,Ss,Visitor>