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

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

#include <Union_of_balls_boundary_3_data_structure.hpp>

Public Types

typedef T_Union_of_balls_boundary_3_vertex< Refs, WeightedAlphaComplex3 > Self
 The class itself.

Queries

bool is_full_sphere (void) const
 A face is a full sphere if it incident to no halfedge.
bool is_degenerated (void) const
 A face is degenerated if it is reduced to a vertex.

Detailed Description

template<class Refs, class WeightedAlphaComplex3>
class SBL::GT::T_Union_of_balls_boundary_3_face< Refs, WeightedAlphaComplex3 >

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>
typedef T_Union_of_balls_boundary_3_vertex<Refs, WeightedAlphaComplex3> Self

The class itself.

Member Function Documentation

◆ is_degenerated()

template<class Refs, class WeightedAlphaComplex3>
bool is_degenerated ( void ) const
inline

A face is degenerated if it is reduced to a vertex.

◆ is_full_sphere()

template<class Refs, class WeightedAlphaComplex3>
bool is_full_sphere ( void ) const
inline

A face is a full sphere if it incident to no halfedge.