MEPP2 Project
|
Enriches the faces of a triangulation. More...
#include <boolops_triangulation.hpp>
Classes | |
struct | Rebind_TDS |
Public Types | |
typedef Fb::Triangulation_data_structure::Vertex_handle | Vertex_handle |
Handle for a vertex of a triangulation. More... | |
typedef Fb::Triangulation_data_structure::Face_handle | Face_handle |
Handle for a face of a triangulation. More... | |
Public Member Functions | |
Enriched_face_base () | |
Enriched_face_base (Vertex_handle v0, Vertex_handle v1, Vertex_handle v2) | |
Enriched_face_base (Vertex_handle v0, Vertex_handle v1, Vertex_handle v2, Face_handle n0, Face_handle n1, Face_handle n2) | |
Enriched_face_base (Vertex_handle v0, Vertex_handle v1, Vertex_handle v2, Face_handle n0, Face_handle n1, Face_handle n2, bool c0, bool c1, bool c2) | |
void | set_Ext (bool Ext) |
Accessor. More... | |
bool | get_Ext () |
Accessor. More... | |
void | set_OK (bool OK) |
Accessor. More... | |
bool | get_OK () |
Accessor. More... | |
Private Attributes | |
bool | m_OK |
True if the vertex has been processed. More... | |
bool | m_Ext |
True if the vertex belongs to the result. More... | |
Enriches the faces of a triangulation.
Definition at line 55 of file boolops_triangulation.hpp.
typename Enriched_face_base< Gt, Fb >::Face_handle |
Handle for a face of a triangulation.
Definition at line 68 of file boolops_triangulation.hpp.
typename Enriched_face_base< Gt, Fb >::Vertex_handle |
Handle for a vertex of a triangulation.
Definition at line 62 of file boolops_triangulation.hpp.
|
inline |
Definition at line 83 of file boolops_triangulation.hpp.
|
inline |
Definition at line 84 of file boolops_triangulation.hpp.
|
inline |
Definition at line 85 of file boolops_triangulation.hpp.
|
inline |
Definition at line 87 of file boolops_triangulation.hpp.
|
inline |
Accessor.
Definition at line 94 of file boolops_triangulation.hpp.
|
inline |
Accessor.
Definition at line 100 of file boolops_triangulation.hpp.
|
inline |
Accessor.
Ext | : The value to assign |
Definition at line 91 of file boolops_triangulation.hpp.
|
inline |
Accessor.
OK | : The value to assign |
Definition at line 97 of file boolops_triangulation.hpp.
|
private |
True if the vertex belongs to the result.
Definition at line 80 of file boolops_triangulation.hpp.
|
private |
True if the vertex has been processed.
Definition at line 78 of file boolops_triangulation.hpp.