\( \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 4.12 - 2D Polyline Simplification
CGAL::Polyline_simplification_2::Vertex_base_2< K, Vb > Class Template Reference

#include <CGAL/Polyline_simplification_2/Vertex_base_2.h>

Inherits from

Vb.

Definition

template<class K, class Vb = CGAL::Triangulation_vertex_base_2<K>>
class CGAL::Polyline_simplification_2::Vertex_base_2< K, Vb >

A vertex base class with data members needed by the simplification algorithm.

Template Parameters
Vbmust be a model of the concept TriangulationVertexBase_2
Is Model Of:
PolylineSimplificationVertexBase_2.