\( \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.2 - 2D Straight Skeleton and Polygon Offsetting
CGAL::Dummy_straight_skeleton_builder_2_visitor< Ss > Struct Template Reference

#include <CGAL/Straight_skeleton_builder_2.h>

Definition

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

Template Parameters
Ssa model of the StraightSkeleton_2 concept.

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

Is Model Of:

StraightSkeletonBuilder_2_Visitor

DefaultConstructible

See also
Straight_skeleton_builder_2