#include <projection_mesh.h>
Classes | |
struct | Rebind_TDS |
Public Types | |
typedef Fb::Face_handle | Face_handle |
typedef Gt | Geom_traits |
typedef Fb::Vertex_handle | Vertex_handle |
Public Member Functions | |
face_extension (Vertex_handle v0, Vertex_handle v1, Vertex_handle v2, Face_handle n0, Face_handle n1, Face_handle n2) | |
face_extension (Vertex_handle v0, Vertex_handle v1, Vertex_handle v2) | |
face_extension () | |
bool | is_in_domain () const |
void | set_in_domain (const bool b) |
Public Attributes | |
int | counter |
int | status |
bool | visited |
float | weight |
Definition at line 90 of file projection_mesh.h.
typedef Fb::Face_handle face_extension< Gt, Fb >::Face_handle |
Reimplemented from Enriched_face_base_2< Gt, Fb >.
Definition at line 95 of file projection_mesh.h.
typedef Gt face_extension< Gt, Fb >::Geom_traits |
Reimplemented from Enriched_face_base_2< Gt, Fb >.
Definition at line 93 of file projection_mesh.h.
typedef Fb::Vertex_handle face_extension< Gt, Fb >::Vertex_handle |
Reimplemented from Enriched_face_base_2< Gt, Fb >.
Definition at line 94 of file projection_mesh.h.
face_extension< Gt, Fb >::face_extension | ( | ) | [inline] |
Definition at line 114 of file projection_mesh.h.
face_extension< Gt, Fb >::face_extension | ( | Vertex_handle | v0, | |
Vertex_handle | v1, | |||
Vertex_handle | v2 | |||
) | [inline] |
Definition at line 116 of file projection_mesh.h.
face_extension< Gt, Fb >::face_extension | ( | Vertex_handle | v0, | |
Vertex_handle | v1, | |||
Vertex_handle | v2, | |||
Face_handle | n0, | |||
Face_handle | n1, | |||
Face_handle | n2 | |||
) | [inline] |
Definition at line 120 of file projection_mesh.h.
bool face_extension< Gt, Fb >::is_in_domain | ( | ) | const [inline] |
Reimplemented from Enriched_face_base_2< Gt, Fb >.
Definition at line 109 of file projection_mesh.h.
void face_extension< Gt, Fb >::set_in_domain | ( | const bool | b | ) | [inline] |
Reimplemented from Enriched_face_base_2< Gt, Fb >.
Definition at line 111 of file projection_mesh.h.
int face_extension< Gt, Fb >::counter |
Reimplemented from Enriched_face_base_2< Gt, Fb >.
Definition at line 105 of file projection_mesh.h.
int face_extension< Gt, Fb >::status |
Reimplemented from Enriched_face_base_2< Gt, Fb >.
Definition at line 104 of file projection_mesh.h.
bool face_extension< Gt, Fb >::visited |
Reimplemented from Enriched_face_base_2< Gt, Fb >.
Definition at line 106 of file projection_mesh.h.
float face_extension< Gt, Fb >::weight |
Reimplemented from Enriched_face_base_2< Gt, Fb >.
Definition at line 108 of file projection_mesh.h.