CGAL 6.0 - 2D Straight Skeleton and Polygon Offsetting
Loading...
Searching...
No Matches
CGAL::Dummy_straight_skeleton_builder_2_visitor< Ss > Struct Template Reference

#include <CGAL/Straight_skeleton_builder_2.h>

Definition

template<typename Ss>
struct CGAL::Dummy_straight_skeleton_builder_2_visitor< Ss >

The class Dummy_straight_skeleton_builder_2_visitor provides a model for the concept StraightSkeletonBuilder_2_Visitor, which is the visitor type required by the Straight_skeleton_builder_2 algorithm class.

Template Parameters
Ssmust be a model of the StraightSkeleton_2.

This class is the default visitor parameter of the straight skeleton builder. All its methods are empty.

Is model of
StraightSkeletonBuilder_2_Visitor
See also
Straight_skeleton_builder_2