Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Representation of a half-edge in the half-edge data structure. More...
#include <Union_of_balls_medial_axis_3_data_structure.hpp>
Constructors | |
T_Union_of_balls_medial_axis_3_halfedge (void) | |
T_Union_of_balls_medial_axis_3_halfedge (bool is_singular) | |
Queries | |
bool | is_alpha_complex_edge (void) const |
bool | is_crossing_edge (void) const |
bool | is_singular (void) const |
Representation of a half-edge in the half-edge data structure.
Ref | Internal class. |
WeightedAlphaComplex3 | A Model of the 3D Weighted -complex of the CGAL Library. |