![]() |
Rosetta
2021.16
|
#include <MotifHit.hh>

Public Member Functions | |
| MotifHit (Motif const &motif, core::Size const &vbpos, bool const passed_automorphism) | |
| ~MotifHit () override | |
| MotifHit (MotifHit const &src) | |
| MotifHitOP | clone () const |
| void | final_test (core::Real const &final_test) |
| void | build_rotamer (core::conformation::Residue const &build_rotamer) |
| void | target_conformer (core::conformation::Residue const &target_conformer) |
| void | dump_motif_hit () |
| MotifCOP const & | motifcop () const |
| core::Size const & | vbpos () const |
| bool const & | passed_automorphism () const |
| core::Real const & | final_test () const |
| core::conformation::ResidueOP const & | build_rotamer () const |
| core::conformation::ResidueOP const & | target_conformer () const |
Private Attributes | |
| MotifCOP | motifcop_ |
| core::Size | vbpos_ |
| bool | passed_automorphism_ |
| core::Real | final_test_ |
| core::conformation::ResidueOP | build_rotamer_ |
| core::conformation::ResidueOP | target_conformer_ |
| protocols::motifs::MotifHit::MotifHit | ( | Motif const & | motif, |
| core::Size const & | vbpos, | ||
| bool const | passed_automorphism | ||
| ) |
|
overridedefault |
| protocols::motifs::MotifHit::MotifHit | ( | MotifHit const & | src | ) |
| void protocols::motifs::MotifHit::build_rotamer | ( | core::conformation::Residue const & | build_rotamer | ) |
References build_rotamer_, and core::conformation::Residue::clone().
|
inline |
References build_rotamer_.
| MotifHitOP protocols::motifs::MotifHit::clone | ( | ) | const |
Referenced by protocols::motifs::BuildPosition::keep_motifhit().
| void protocols::motifs::MotifHit::dump_motif_hit | ( | ) |
| void protocols::motifs::MotifHit::final_test | ( | core::Real const & | final_test | ) |
References final_test(), and final_test_.
|
inline |
References final_test_.
Referenced by final_test().
|
inline |
References passed_automorphism_.
| void protocols::motifs::MotifHit::target_conformer | ( | core::conformation::Residue const & | target_conformer | ) |
References core::conformation::Residue::clone(), and target_conformer_.
|
inline |
References target_conformer_.
|
inline |
References vbpos_.
|
private |
Referenced by build_rotamer(), and dump_motif_hit().
|
private |
Referenced by dump_motif_hit(), and final_test().
|
private |
Referenced by dump_motif_hit(), and motifcop().
|
private |
Referenced by passed_automorphism().
|
private |
Referenced by dump_motif_hit(), and target_conformer().
|
private |
Referenced by dump_motif_hit(), and vbpos().
1.8.7