![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
#include <Iterative_aligner_instantiations.hpp>
Public Types | |
typedef StructureType | Structure_type |
typedef T_Kpax< Structure_type > | Self |
typedef Structure_type::value_type | Canonized_residue |
typedef T_Score_computer_K< Canonized_residue > | Score_computer_K |
typedef T_Seeder_DP_score< Structure_type, Score_computer_K > | Seeder_kpax |
typedef T_Iterative_aligner< Structure_type, Seeder_kpax, G_Score_computer > | Base |
typedef G_Score_computer | Score_computer |
typedef T_Seeder_DP_score< StructureType, T_Score_computer_K< StructureType::value_type > > | Seeder |
typedef CGAL::Cartesian< double >::Point_3 | Point_3 |
typedef CGAL::Cartesian< double >::Point_2 | Point_2 |
typedef std::pair< int, int > | Aligned_pair |
typedef std::vector< Aligned_pair > | Alignment_type |
typedef double | Score_type |
typedef std::pair< Score_type, Alignment_type > | DP_matrix_item |
typedef std::vector< DP_matrix_item > | DP_matrix |
typedef std::vector< Point_3 > | Point_cloud |
typedef SBL::GT::T_Point_cloud_rigid_registration_3 | Point_cloud_rigid_registration_3 |
typedef Seeder::Seed_type | Seed_type |
Public Member Functions | |
T_Kpax () | |
Score_type | operator() (const Structure_type &struct_1, const Structure_type &struct_2, OutputIterator out, unsigned verbose=0, std::ostream &log=std::cout) |
Seeder & | get_seeder () |
double | get_seeder_score (void) const |
Static Public Member Functions | |
static void | add_options (boost::program_options::options_description &options) |
|
inherited |
|
inherited |
typedef Structure_type::value_type Canonized_residue |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
typedef T_Kpax<Structure_type> Self |
typedef StructureType Structure_type |
|
inline |
|
inlinestaticinherited |
|
inlineinherited |
|
inlineinherited |
|
inherited |