Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Union_of_balls_epsilon_mesh_3< UnionOfBallsBoundary3, EXTERIOR_TAG > Class Template Reference

Construction of the mesh of the union of 3D balls such that any point at the surface of the union of balls has a point of the mesh in its epsilon-neighborhood. More...

#include <Union_of_balls_epsilon_mesh_3.hpp>

Public Types

typedef GeometricKernel::FT FT
 Number type used for representing coordinates of 3D balls and points.
typedef GeometricKernel::Point_3 Point_3
 Representation of a 3D point.

Detailed Description

template<class UnionOfBallsBoundary3, bool EXTERIOR_TAG = false>
class SBL::GT::T_Union_of_balls_epsilon_mesh_3< UnionOfBallsBoundary3, EXTERIOR_TAG >

Construction of the mesh of the union of 3D balls such that any point at the surface of the union of balls has a point of the mesh in its epsilon-neighborhood.

...

Member Typedef Documentation

◆ FT

template<class UnionOfBallsBoundary3, bool EXTERIOR_TAG = false>
typedef GeometricKernel::FT FT

Number type used for representing coordinates of 3D balls and points.

◆ Point_3

template<class UnionOfBallsBoundary3, bool EXTERIOR_TAG = false>
typedef GeometricKernel::Point_3 Point_3

Representation of a 3D point.