Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Moveset_interpolation< ConformationType, Distance > Class Template Reference

Moveset of the conformation by interpolation between two conformations. More...

#include <Moveset_interpolation.hpp>

Detailed Description

template<class ConformationType, class Distance>
class SBL::Models::T_Moveset_interpolation< ConformationType, Distance >

Moveset of the conformation by interpolation between two conformations.

[concept-conformation-moveset]

Moveset of the conformation by interpolation between two conformations

Template Parameters
ConformationTypeType of the conformation from which a moveset is realized.
DistanceFunctor returning the distance between two conformations.