|
CGAL 6.3 - Halfedge Data Structures
|
#include <CGAL/HalfedgeDS_halfedge_min_base.h>
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.
HalfedgeDSHalfedge Creation | |
| HalfedgeDS_halfedge_min_base () | |
| default constructor. | |