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

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.

Detailed Description

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

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

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

Member Typedef Documentation

◆ Self

template<class Refs, class WeightedAlphaComplex3, class DelaunayTriangulation3>
typedef T_Union_of_balls_medial_axis_3_vertex<Refs, WeightedAlphaComplex3, DelaunayTriangulation3> Self

The class itself.