Representation of a face in the half-edge data structure.
More...
#include <Union_of_balls_boundary_3_data_structure.hpp>
|
| T_Union_of_balls_boundary_3_face (void) |
|
| T_Union_of_balls_boundary_3_face (const Vertex_handle &vertex_handle, unsigned index, bool is_full_sphere, bool is_degenerated) |
|
|
const WeightedAlphaComplex3::Vertex_handle & | get_dual_simplex (void) const |
|
unsigned | get_index (void) const |
|
|
bool | is_incident_cell (Cell_handle cell) const |
|
bool | is_exterior (void) const |
|
|
void | add_incident_cell (Cell_handle cell, const WeightedAlphaComplex3 &A) |
|
void | set_exterior (bool b) |
|
|
Incident_cell_iterator | incident_cells_begin (void) const |
|
Incident_cell_iterator | incident_cells_end (void) const |
|
template<class Refs, class WeightedAlphaComplex3>
class SBL::GT::T_Union_of_balls_boundary_3_face< Refs, WeightedAlphaComplex3 >
Representation of a face in the half-edge data structure.
- Template Parameters
-
Ref | Internal class. |
WeightedAlphaComplex3 | A Model of the 3D Weighted -complex of the CGAL Library. |
◆ Self
◆ is_degenerated()
bool is_degenerated |
( |
void |
| ) |
const |
|
inline |
A face is degenerated if it is reduced to a vertex.
◆ is_full_sphere()
bool is_full_sphere |
( |
void |
| ) |
const |
|
inline |
A face is a full sphere if it incident to no halfedge.