Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Representation of a face in the half-edge data structure. More...
#include <Union_of_balls_medial_axis_3_data_structure.hpp>
Public Types | |
typedef T_Union_of_balls_medial_axis_3_vertex< Refs, WeightedAlphaComplex3, DelaunayTriangulation3 > | Self |
The class itself. More... | |
Modifiers | |
const WeightedAlphaComplex3::Facet & | get_alpha_complex_facet (void) const |
void | set_full_Voronoi_facet (void) |
void | set_clipped_Voronoi_facet (void) |
void | add_vertex (Vertex_handle v) |
Representation of a face in the half-edge data structure.
Ref | Internal class. |
WeightedAlphaComplex3 | A Model of the 3D Weighted -complex of the CGAL Library. |
typedef T_Union_of_balls_medial_axis_3_vertex<Refs, WeightedAlphaComplex3, DelaunayTriangulation3> Self |
The class itself.