OpenStructure
|
#include <algorithm>
#include <ost/seq/alignment_handle.hh>
#include <ost/tri_matrix.hh>
#include <ost/integrity_error.hh>
#include <ost/seq/alg/module_config.hh>
#include <ost/seq/alg/distance_map.hh>
Go to the source code of this file.
Data Structures | |
class | VarianceMap |
class | Dist2Mean |
class | MeanlDDT |
Namespaces | |
ost | |
ost::seq | |
ost::seq::alg | |
Typedefs | |
typedef boost::shared_ptr< VarianceMap > | VarianceMapPtr |
typedef boost::shared_ptr< Dist2Mean > | Dist2MeanPtr |
typedef boost::shared_ptr< MeanlDDT > | MeanlDDTPtr |
Functions | |
VarianceMapPtr DLLEXPORT_OST_SEQ_ALG | CreateVarianceMap (const DistanceMapPtr dmap, Real sigma=25) |
Dist2MeanPtr DLLEXPORT_OST_SEQ_ALG | CreateDist2Mean (const DistanceMapPtr dmap) |
MeanlDDTPtr DLLEXPORT_OST_SEQ_ALG | CreateMeanlDDTHA (const DistanceMapPtr dmap) |