![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Moveset of the conformation by interpolation between two conformations. More...
#include <Moveset_interpolation.hpp>
Public Types | |
typedef T_Moveset_interpolation< ConformationType, Distance > | Self |
typedef SBL::Models::T_Conformation_traits< ConformationType > | Conformation_traits |
typedef Conformation_traits::FT | FT |
typedef T_Moveset_global< ConformationType > | Moveset_global |
Public Member Functions | |
T_Moveset_interpolation (void) | |
void | set_reference_conformation (const ConformationType &ref) |
ConformationType * | operator() (const FT &delta, const ConformationType &C) |
Moveset of the conformation by interpolation between two conformations.
[concept-conformation-moveset]
Moveset of the conformation by interpolation between two conformations
ConformationType | Type of the conformation from which a moveset is realized. |
Distance | Functor returning the distance between two conformations. |
typedef SBL::Models::T_Conformation_traits<ConformationType> Conformation_traits |
typedef Conformation_traits::FT FT |
typedef T_Moveset_global<ConformationType> Moveset_global |
typedef T_Moveset_interpolation<ConformationType, Distance> Self |
|
inline |
|
inline |
|
inline |