Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Class allowing to have identical template parameters for Alpha_shape and Fixed_alpha_shape classes. More...
#include <Alpha_complex_of_molecular_model.hpp>
Constructors | |
T_Alpha_complex_base_3 (const typename Dt::FT &alpha=0) | |
Constructor initializing this alpha-complex with a default alpha value (0 if none is given). More... | |
T_Alpha_complex_base_3 (Dt &T, const typename Dt::FT &alpha=0) | |
Constructor initializing this alpha-complex with a given triangulation and a default alpha value (0 if none is given). More... | |
Class allowing to have identical template parameters for Alpha_shape and Fixed_alpha_shape classes.
Dt | Representation of a Delaunay Triangulation. |
|
inline |
Constructor initializing this alpha-complex with a default alpha value (0 if none is given).
|
inline |
Constructor initializing this alpha-complex with a given triangulation and a default alpha value (0 if none is given).