\( \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 - Halfedge Data Structures
CGAL::HalfedgeDS_halfedge_min_base< Refs > Class Template Reference

#include <CGAL/HalfedgeDS_halfedge_min_base.h>

Definition

The class HalfedgeDS_halfedge_min_base is a model of the HalfedgeDSHalfedge concept.

Refs is an instantiation of a HalfedgeDS. It is equivalent to CGAL::HalfedgeDS_halfedge_base< Refs, CGAL::Tag_false, CGAL::Tag_false, CGAL::Tag_false>. The class contains support for the next and the opposite pointer and the required type definitions. It can be used for deriving own halfedges.

Is Model Of:
HalfedgeDSHalfedge
See also
HalfedgeDS<Traits,Items,Alloc>
HalfedgeDSItems
PolyhedronItems_3
CGAL::HalfedgeDS_min_items
CGAL::HalfedgeDS_vertex_min_base<Refs>
CGAL::HalfedgeDS_face_min_base<Refs>
CGAL::HalfedgeDS_halfedge_base<Refs>

Creation

 HalfedgeDS_halfedge_min_base ()
 default constructor.