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

Wrapper of the Apurva algorithm for aligning pairwise structures. More...

#include <Alignment_engine_structures_apurva.hpp>

Functor

template<class OutputIterator >
Score_type operator() (const StructureType &struct_1, const StructureType &struct_2, OutputIterator out)
 
template<class OutputIterator >
Score_type operator() (const StructureType &struct_1, const StructureType &struct_2, OutputIterator out, unsigned verbose, std::ostream &log)
 
void write_statistics (std::ostream &out_stats, std::ostream &out_scores) const
 
static void add_options (boost::program_options::options_description &options)
 

Detailed Description

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

Wrapper of the Apurva algorithm for aligning pairwise structures.

Wrapper of the Apurva algorithm for aligning pairwise structures.

Template Parameters
StructureTypeRepresentation of a structure