|
CGAL 4.7 - 2D Conforming Triangulations and Meshes
|
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.
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. More... | |
| void | set_in_domain (const bool b) |
| sets if this face is in the domain. More... | |
| bool DelaunayMeshFaceBase_2::is_in_domain | ( | ) | const |
returns true if this face is in the domain to be refined.
| void DelaunayMeshFaceBase_2::set_in_domain | ( | const bool | b | ) |
sets if this face is in the domain.