Rosetta
|
Public Member Functions | |
FragmentAssemblyMover () | |
void | run () |
core::Real | score (bool) |
virtual std::string | get_name () const |
Private Attributes | |
core::Real | overlap_wt_ |
core::Real | clash_wt_ |
core::Real | close_wt_ |
core::Real | dens_wt_ |
core::Real | null_frag_ |
utility::vector1< FragID > | allfrags |
std::map< FragID, int > | frag2idx |
utility::vector1 < utility::vector1< int > > | pos2frags |
utility::vector1< int > | assigned_frags |
utility::vector1 < utility::vector1< float > > | scores_2b |
utility::vector1< core::Real > | scores_1b |
utility::vector1< core::Real > | rmses |
utility::vector1 < utility::vector1< float > > | clash2b |
utility::vector1 < utility::vector1< float > > | overlap2b |
utility::vector1 < utility::vector1< float > > | close2b |
Definition at line 253 of file denovo_density.cc.
FragmentAssemblyMover::FragmentAssemblyMover | ( | ) |
Definition at line 892 of file denovo_density.cc.
References clash_wt_, close_wt_, dens_wt_, null_frag_, option, overlap_wt_, and utility::options::OptionKeys::options::user.
|
inlinevirtual |
Definition at line 263 of file denovo_density.cc.
void FragmentAssemblyMover::run | ( | ) |
Definition at line 942 of file denovo_density.cc.
References allfrags, assigned_frags, clash_wt_, close_wt_, dens_wt_, numeric::distance(), end, frag2idx, ObjexxFCL::index(), min(), clean_pdb_keep_ligand::nres, local::nstruct, null_frag_, option, clean_pdb_keep_ligand::outfile, overlap_wt_, make_symmdef_file_denovo::pos, pos2frags, ObjexxFCL::pow(), numeric::random::random_range(), ObjexxFCL::right_string_of(), rmses, score(), scores_1b, scores_2b, basic::options::silent, tag, TR, numeric::random::uniform(), and utility::options::OptionKeys::options::user.
Referenced by main().
core::Real FragmentAssemblyMover::score | ( | bool | verbose = false | ) |
Definition at line 908 of file denovo_density.cc.
References assigned_frags, clean_pdb_keep_ligand::nres, null_frag_, rmses, scores_1b, scores_2b, TR, and basic::options::verbose.
Referenced by app.pyrosetta_toolkit.window_modules.pymol_integration.PyMOL.AdvancedPyMOL::makeWindow(), run(), and app.pyrosetta_toolkit.window_modules.pymol_integration.PyMOL.AdvancedPyMOL::SendPose().
|
private |
Definition at line 273 of file denovo_density.cc.
Referenced by run().
|
private |
Definition at line 276 of file denovo_density.cc.
|
private |
Definition at line 282 of file denovo_density.cc.
|
private |
Definition at line 269 of file denovo_density.cc.
Referenced by FragmentAssemblyMover(), and run().
|
private |
Definition at line 282 of file denovo_density.cc.
|
private |
Definition at line 269 of file denovo_density.cc.
Referenced by FragmentAssemblyMover(), and run().
|
private |
Definition at line 269 of file denovo_density.cc.
Referenced by FragmentAssemblyMover(), and run().
Definition at line 274 of file denovo_density.cc.
Referenced by run().
|
private |
Definition at line 270 of file denovo_density.cc.
Referenced by FragmentAssemblyMover(), run(), and score().
|
private |
Definition at line 282 of file denovo_density.cc.
|
private |
Definition at line 269 of file denovo_density.cc.
Referenced by FragmentAssemblyMover(), and run().
|
private |
Definition at line 275 of file denovo_density.cc.
Referenced by run().
|
private |
Definition at line 279 of file denovo_density.cc.
|
private |
Definition at line 278 of file denovo_density.cc.
|
private |
Definition at line 277 of file denovo_density.cc.