\( \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 - 3D Triangulations
CGAL::Regular_triangulation_vertex_base_3< Traits, TDSVb > Class Template Reference

#include <CGAL/Regular_triangulation_vertex_base_3.h>

Inherits from

TDSVb.

Definition

The class Regular_triangulation_vertex_base_3 is a model of the concept RegularTriangulationVertexBase_3, the base vertex of a 3D regular triangulation.

This class stores a weighted point.

This class can be used directly or can serve as a base to derive other classes with some additional attributes (a color for example) tuned for a specific application.

Template Parameters
Traitsis the geometric traits class and must be a model of RegularTriangulationTraits_3. Users of the geometric triangulations are strongly advised to use the same geometric traits class as the one used in Regular_triangulation_3. This way, the point type defined by the base vertex is the same as the point type defined by the geometric traits class.
TDSVbis a combinatorial vertex base class from which Regular_triangulation_vertex_base_3 derives. It must be a model of the TriangulationDSVertexBase_3 concept. It has the default value Triangulation_ds_vertex_base_3<TDS>.
Is Model Of:
RegularTriangulationVertexBase_3
See also
CGAL::Triangulation_cell_base_3
CGAL::Triangulation_ds_vertex_base_3
CGAL::Triangulation_vertex_base_with_info_3
Examples:
Triangulation_3/parallel_insertion_and_removal_in_regular_3.cpp, and Triangulation_3/regular_with_info_3.cpp.

Types

typedef Traits::Weighted_point_3 Point