mirror of https://github.com/CGAL/cgal
52 lines
1.6 KiB
TeX
52 lines
1.6 KiB
TeX
% +------------------------------------------------------------------------+
|
|
% | Reference manual page: HalfedgeDS_vertex_min_base.tex
|
|
% +------------------------------------------------------------------------+
|
|
% | 22.03.1999 Lutz Kettner
|
|
% | Package: HalfedgeDS
|
|
% |
|
|
\RCSdef{\RCSHalfedgeDSvertexbaseRev}{$Id$}
|
|
\RCSdefDate{\RCSHalfedgeDSvertexbaseDate}{$Date$}
|
|
% +------------------------------------------------------------------------+
|
|
|
|
%%RefPage: end of header, begin of main body
|
|
% +------------------------------------------------------------------------+
|
|
|
|
|
|
\begin{ccRefClass}{HalfedgeDS_vertex_min_base<Refs>}
|
|
|
|
\ccDefinition
|
|
|
|
The class \ccRefName\ is a model of the \ccc{HalfedgeDSVertex}
|
|
concept. \ccc{Refs} is an instantiation of a \ccc{HalfedgeDS}. It is
|
|
equivalent to \ccc{CGAL::HalfedgeDS_vertex_base< Refs, CGAL::Tag_false>}.
|
|
It is empty besides the required type definitions. It can be used for deriving
|
|
own vertices.
|
|
|
|
\ccInclude{CGAL/HalfedgeDS_vertex_min_base.h}
|
|
|
|
\ccIsModel
|
|
|
|
\ccRefConceptPage{HalfedgeDSVertex}
|
|
|
|
\ccThree{const Point&;;}{point() const;MMMMMMMMMMMM}{}
|
|
\ccThreeToTwo
|
|
|
|
\ccCreation
|
|
\ccCreationVariable{v}
|
|
|
|
\ccConstructor{HalfedgeDS_vertex_min_base();}{default constructor.}
|
|
|
|
\ccSeeAlso
|
|
|
|
\ccRefConceptPage{HalfedgeDS<Traits,Items,Alloc>}\\
|
|
\ccRefConceptPage{HalfedgeDSItems}\\
|
|
\ccRefConceptPage{PolyhedronItems_3}\\
|
|
\ccRefIdfierPage{CGAL::HalfedgeDS_min_items}\\
|
|
\ccRefIdfierPage{CGAL::HalfedgeDS_halfedge_min_base<Refs>}\\
|
|
\ccRefIdfierPage{CGAL::HalfedgeDS_face_min_base<Refs>}\\
|
|
\ccRefIdfierPage{CGAL::HalfedgeDS_vertex_base<Refs>}
|
|
|
|
\end{ccRefClass}
|
|
|
|
|