Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Seeder_basic< StructureType > Class Template Reference

Given two structures, align them using Kpax_seeder. More...

#include <Seeder_basic.hpp>

Constructors

 T_Seeder_basic ()
 Default constructor. More...
 

Internal public methods

Score_type operator() (const Structure_type &struct_1, const Structure_type &struct_2)
 
void add_seed (Seed_type seed)
 
std::vector< Seed_type > & get_seeds ()
 
Seed_iterator seeds_begin ()
 
Seed_iterator seeds_end ()
 
std::size_t get_num_seeds ()
 
static void add_options (boost::program_options::options_description &options)
 

Detailed Description

template<class StructureType>
class SBL::CSB::T_Seeder_basic< StructureType >

Given two structures, align them using Kpax_seeder.

Given two structures, align them using Kpax_seeder.

Constructor & Destructor Documentation

◆ T_Seeder_basic()

T_Seeder_basic ( )
inline

Default constructor.