![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Model of Distances for defining distance between two conformations. More...
#include <Binet_Cauchy_kernel_score.hpp>
Public Types | |
typedef T_Binet_Cauchy_kernel_score< Conformation, GetParticle, MolecularAlignment > | Self |
typedef Conformation | Point |
typedef GetParticle::Particle_rep | Particle_rep |
typedef GetParticle::FT | FT |
Public Member Functions | |
T_Binet_Cauchy_kernel_score (void) | |
T_Binet_Cauchy_kernel_score (const Self &other) | |
~T_Binet_Cauchy_kernel_score (void) | |
void | set_alignment (MolecularAlignment &alignment) |
void | set_get_particle (GetParticle &get_particle) |
FT | operator() (const Conformation &p, const Conformation &q) const |
Model of Distances for defining distance between two conformations.
NT: should be (double, float, or even complex)
typedef GetParticle::FT FT |
typedef GetParticle::Particle_rep Particle_rep |
typedef Conformation Point |
typedef T_Binet_Cauchy_kernel_score<Conformation, GetParticle, MolecularAlignment> Self |
|
inline |
|
inline |
|
inline |
|
inline |
void set_alignment | ( | MolecularAlignment & | alignment | ) |
void set_get_particle | ( | GetParticle & | get_particle | ) |