![]() |
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_boundary_3_data_structure.hpp>
Queries | |
| bool | is_full_circle (void) const |
| A halfedge is a full circle if it incident to no vertex. | |
| bool | is_degenerated (void) const |
| A halfedge is degenerated iff it is the only one intersection point of 2 spheres. | |
| bool | is_incident_to_degenerated_vertex (void) const |
| The incident vertex is degenerated. | |
| bool | is_degenerated_full_circle (void) const |
| The halfedge is a full circle incident to a degenerated vertex. | |
Representation of a half-edge in the half-edge data structure.
| Ref | Internal class. |
| WeightedAlphaComplex3 | A Model of the 3D Weighted |
A halfedge is degenerated iff it is the only one intersection point of 2 spheres.
|
inline |
The halfedge is a full circle incident to a degenerated vertex.
A halfedge is a full circle if it incident to no vertex.