![]() |
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>
Public Types | |
typedef T_Alpha_complex_base_3< Dt, AlphaExactComparisonTag > | Self |
typedef CGAL::Fixed_alpha_shape_3< Dt > | Base |
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. |
typedef CGAL::Fixed_alpha_shape_3<Dt> Base |
typedef T_Alpha_complex_base_3<Dt, AlphaExactComparisonTag> Self |
|
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).