Wrapper of the Apurva algorithm for aligning pairwise structures.
More...
#include <Alignment_engine_structures_apurva.hpp>
|
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) |
|
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
-
StructureType | Representation of a structure |