CGAL 5.4 - Halfedge Data Structures
|
#include <CGAL/HalfedgeDS_face_min_base.h>
The class HalfedgeDS_face_min_base
is a model of the HalfedgeDSFace
concept.
Refs
is an instantiation of a HalfedgeDS
. It is equivalent to CGAL::HalfedgeDS_face_base< Refs, CGAL::Tag_false>
. It is empty besides the required type definitions. It can be used for deriving own faces.
HalfedgeDS<Traits,Items,Alloc>
HalfedgeDSItems
PolyhedronItems_3
CGAL::HalfedgeDS_min_items
CGAL::HalfedgeDS_vertex_min_base<Refs>
CGAL::HalfedgeDS_halfedge_min_base<Refs>
CGAL::HalfedgeDS_face_base<Refs>
Creation | |
HalfedgeDS_face_min_base () | |
default constructor. | |