Attached a simplex of the
-complex to an item of the half-edge data structure.
More...
#include <Union_of_balls_boundary_3_data_structure.hpp>
|
| T_Union_of_balls_boundary_3_item_info (void) |
|
| T_Union_of_balls_boundary_3_item_info (const Simplex &simplex, unsigned index) |
|
|
const Simplex & | 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 |
|