Files
cgal/Mesh_2/doc_tex/Mesh_2_ref/DelaunayMeshFaceBase_2.tex
T
Laurent Rineau 0a1b5756e5 Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch
"cannot_wait_for_CGAL-3.2" to the trunk.

My idea: the branch is the real working version, and I want it to be joined
back to the trunk:

          __________________________         cannot_wait_for_CGAL-3.2 branch
         /                          \
        /                            \ 
-------------------------------------------- trunk
        S                             M

The modification of the trunk between the splitting point S and the merging
point M has already been merged into "cannot_wait_for_CGAL-3.2".

The trunk versions of these three packages have been removed already.
2006-06-06 13:38:15 +00:00

33 lines
740 B
TeX

\begin{ccRefConcept}{DelaunayMeshFaceBase_2}
\ccDefinition
The concept \ccRefName\ refines the concept
\ccc{TriangulationFaceBase_2}. It adds two functions giving access
to a boolean marker, that indicates if the face is in the
meshing domain or not.
\ccRefines
\ccc{ConstrainedTriangulationFaceBase_2}
\ccCreationVariable{f}
\ccAccessFunctions
\ccMethod{ bool is_in_domain() const;}
{ returns true if this face is in the domain to be refined.}
\ccMethod{ void set_in_domain(const bool b);}
{ sets if this face is in the domain. }
\ccHasModels
\ccc{Delaunay_mesh_face_base_2<Traits, Fb>}
\end{ccRefConcept}
%%% For emacs/AucTeX:
%%% Local Variables: ***
%%% mode:latex ***
%%% TeX-master: "../Mesh_2.tex" ***
%%% End: ***