![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Compute the buried surface area of two given partners. More...
#include <Buried_surface_area.hpp>
Public Types | |
typedef T_Buried_surface_area_without_label< ParticleTraits, FT > | Self |
typedef T_Alpha_complex_of_molecular_model< ParticleTraits > | Alpha_complex |
Derived class from CGAL alpha-complex for filling it with particles. More... | |
Public Member Functions | |
T_Buried_surface_area_without_label (Alpha_complex &alpha_complex) | |
template<class InputIterator > | |
T_Buried_surface_area_without_label (InputIterator begin, InputIterator end, const typename Alpha_complex::FT &alpha=0) | |
~T_Buried_surface_area_without_label (void) | |
template<class IsInPartner > | |
FT | operator() (const IsInPartner &is_in_partner=IsInPartner()) const |
Compute the buried surface area of two given partners.
Compute the buried surface area of two given partners
ParticleTraits | Model of the concept ParticleTraits. |
FT | Number type used for representing the buried surface area (default is intervals of double). |
typedef T_Alpha_complex_of_molecular_model<ParticleTraits> Alpha_complex |
Derived class from CGAL alpha-complex for filling it with particles.
It uses ParticleTraits for determining the geometrical kernel used for the representation and computation of the -complex, and for attaching atom data to their corresponding vertex.
ParticleTraits | Traits class defining geometric properties of a particle. |
TAlphaComplexVertexBase | Base class for representing a vertex in the 3D ![]() |
TAlphaComplexCellBase | Base class for representing a cell in the 3D ![]() |
TAlphaComplexBase | Base template representation of the ![]() |
typedef T_Buried_surface_area_without_label<ParticleTraits, FT> Self |
|
inline |
|
inline |
|
inline |
|
inline |