|
Rosetta 3.5
|
#include <MotifHit.hh>


Public Member Functions | |
| MotifHit (Motif const &motif, Size const &vbpos, bool const passed_automorphism) | |
| virtual | ~MotifHit () |
| 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 |
| 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_ |
| Size | vbpos_ |
| bool | passed_automorphism_ |
| core::Real | final_test_ |
| core::conformation::ResidueOP | build_rotamer_ |
| core::conformation::ResidueOP | target_conformer_ |
Definition at line 37 of file MotifHit.hh.
| protocols::motifs::MotifHit::MotifHit | ( | Motif const & | motif, |
| Size const & | vbpos, | ||
| bool const | passed_automorphism | ||
| ) |
Definition at line 35 of file MotifHit.cc.
Referenced by clone().
|
virtual |
Definition at line 46 of file MotifHit.cc.
| protocols::motifs::MotifHit::MotifHit | ( | MotifHit const & | src) |
Definition at line 49 of file MotifHit.cc.
| void protocols::motifs::MotifHit::build_rotamer | ( | core::conformation::Residue const & | build_rotamer) |
Definition at line 74 of file MotifHit.cc.
References build_rotamer_, and core::conformation::Residue::clone().
|
inline |
Definition at line 74 of file MotifHit.hh.
References build_rotamer_.
| MotifHitOP protocols::motifs::MotifHit::clone | ( | ) | const |
Definition at line 60 of file MotifHit.cc.
References MotifHit().
Referenced by protocols::motifs::BuildPosition::keep_motifhit().
| void protocols::motifs::MotifHit::dump_motif_hit | ( | ) |
Definition at line 90 of file MotifHit.cc.
References core::pose::Pose::append_residue_by_jump(), build_rotamer_, core::io::pdb::dump_pdb(), final_test_, motifcop_, target_conformer_, and vbpos_.
| void protocols::motifs::MotifHit::final_test | ( | core::Real const & | final_test) |
Definition at line 66 of file MotifHit.cc.
References final_test(), and final_test_.
|
inline |
|
inline |
Definition at line 70 of file MotifHit.hh.
References motifcop_.
|
inline |
Definition at line 72 of file MotifHit.hh.
References passed_automorphism_.
| void protocols::motifs::MotifHit::target_conformer | ( | core::conformation::Residue const & | target_conformer) |
Definition at line 82 of file MotifHit.cc.
References core::conformation::Residue::clone(), and target_conformer_.
|
inline |
Definition at line 75 of file MotifHit.hh.
References target_conformer_.
|
inline |
Definition at line 71 of file MotifHit.hh.
References vbpos_.
|
private |
Definition at line 87 of file MotifHit.hh.
Referenced by build_rotamer(), and dump_motif_hit().
|
private |
Definition at line 85 of file MotifHit.hh.
Referenced by dump_motif_hit(), and final_test().
|
private |
Definition at line 79 of file MotifHit.hh.
Referenced by dump_motif_hit(), and motifcop().
|
private |
Definition at line 84 of file MotifHit.hh.
Referenced by passed_automorphism().
|
private |
Definition at line 88 of file MotifHit.hh.
Referenced by dump_motif_hit(), and target_conformer().
|
private |
Definition at line 82 of file MotifHit.hh.
Referenced by dump_motif_hit(), and vbpos().
1.8.4