Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Union_of_balls_medial_axis_3_halfedge< Refs, WeightedAlphaComplex3, DelaunayTriangulation3 > Class Template Reference

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
 

Detailed Description

template<class Refs, class WeightedAlphaComplex3, class DelaunayTriangulation3>
class SBL::GT::T_Union_of_balls_medial_axis_3_halfedge< Refs, WeightedAlphaComplex3, DelaunayTriangulation3 >

Representation of a half-edge in the half-edge data structure.

Template Parameters
RefInternal class.
WeightedAlphaComplex3A Model of the 3D Weighted $\alpha$-complex of the CGAL Library.