\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.6 - 2D Conforming Triangulations and Meshes
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
DelaunayMeshFaceBase_2 Concept Reference

Definition

The concept DelaunayMeshFaceBase_2 refines the concept TriangulationFaceBase_2. It adds two functions giving access to a Boolean marker, that indicates if the face is in the meshing domain or not.

Refines:
ConstrainedTriangulationFaceBase_2
Has Models:
CGAL::Delaunay_mesh_face_base_2<Traits, Fb>

Access Functions

bool is_in_domain () const
 returns true if this face is in the domain to be refined.
 
void set_in_domain (const bool b)
 sets if this face is in the domain.