Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Union_of_balls_boundary_3_data_structure< WeightedAlphaComplex3, IS_CCW, HalfedgeDSBase > Class Template Reference

Representation of the boundary of the union of balls. More...

#include <Union_of_balls_boundary_3_data_structure.hpp>

Public Types

typedef T_Union_of_balls_boundary_3_data_structure< WeightedAlphaComplex3, IS_CCW, HalfedgeDSBase > Self
 The class itself.
typedef WeightedAlphaComplex3 Weighted_alpha_complex_3
 $\alpha$-complex representing the input set of 3D balls.

Detailed Description

template<class WeightedAlphaComplex3, bool IS_CCW = true, class HalfedgeDSBase = CGAL::HalfedgeDS_vector<typename WeightedAlphaComplex3::Geom_traits::Kernel, T_Union_of_balls_boundary_3_items<WeightedAlphaComplex3> >>
class SBL::GT::T_Union_of_balls_boundary_3_data_structure< WeightedAlphaComplex3, IS_CCW, HalfedgeDSBase >

Representation of the boundary of the union of balls.

Representation of the boundary of the union of balls.

Template Parameters
WeightedAlphaComplex3A Model of the 3D Weighted $\alpha$-complex of the CGAL Library.
IS_CCWTag allowing to orientate in CW or CCW the sense of the half-edges.
HalfedgeDSBaseBase data structure for the boundary of union of balls.

Member Typedef Documentation

◆ Self

template<class WeightedAlphaComplex3, bool IS_CCW = true, class HalfedgeDSBase = CGAL::HalfedgeDS_vector<typename WeightedAlphaComplex3::Geom_traits::Kernel, T_Union_of_balls_boundary_3_items<WeightedAlphaComplex3> >>
typedef T_Union_of_balls_boundary_3_data_structure<WeightedAlphaComplex3, IS_CCW, HalfedgeDSBase> Self

The class itself.

◆ Weighted_alpha_complex_3

template<class WeightedAlphaComplex3, bool IS_CCW = true, class HalfedgeDSBase = CGAL::HalfedgeDS_vector<typename WeightedAlphaComplex3::Geom_traits::Kernel, T_Union_of_balls_boundary_3_items<WeightedAlphaComplex3> >>
typedef WeightedAlphaComplex3 Weighted_alpha_complex_3

$\alpha$-complex representing the input set of 3D balls.