mirror of https://github.com/CGAL/cgal
33 lines
740 B
TeX
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: ***
|