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

#include <Score_computer_K.hpp>

Constructors

 T_Score_computer_K ()
 Default constructor.
 T_Score_computer_K (bool spatial_on)
 Specify whether to use the spatial score.
 T_Score_computer_K (const Self &other)
 Copy constructor.

Detailed Description

template<class CanonizedResidue>
class SBL::CSB::T_Score_computer_K< CanonizedResidue >

Given two canonized residues compute the so-called K score for the Kpax algorithm (D. Ritchie)

Constructor & Destructor Documentation

◆ T_Score_computer_K() [1/3]

template<class CanonizedResidue>
T_Score_computer_K ( )
inline

Default constructor.

◆ T_Score_computer_K() [2/3]

template<class CanonizedResidue>
T_Score_computer_K ( bool spatial_on)
inline

Specify whether to use the spatial score.

◆ T_Score_computer_K() [3/3]

template<class CanonizedResidue>
T_Score_computer_K ( const Self & other)
inline

Copy constructor.