|
Rosetta 3.5
|
#include <PackDaemon.hh>


Public Types | |
| typedef RotamerSubsetRepacker | parent |
| typedef core::pack::interaction_graph::FASTERInteractionGraphOP | FASTERInteractionGraphOP |
Public Types inherited from protocols::pack_daemon::RotamerSubsetRepacker | |
| typedef core::pack::rotamer_set::RotamerSubsetsOP | RotamerSubsetsOP |
| typedef QuickRepacker | parent |
Public Types inherited from protocols::pack_daemon::QuickRepacker | |
| typedef utility::pointer::ReferenceCount | parent |
| typedef PackDaemon::RotamerAssignmentAndEnergy | RotamerAssignmentAndEnergy |
| typedef core::pose::PoseOP | PoseOP |
| typedef core::pack::task::PackerTaskOP | PackerTaskOP |
| typedef core::pack::interaction_graph::FixedBBInteractionGraphOP | FixedBBInteractionGraphOP |
| typedef core::pack::rotamer_set::RotamerSetsOP | RotamerSetsOP |
Private Attributes | |
| int | num_sa_ |
| core::Real | sa_scale_ |
| bool | ciBR_only_ |
Additional Inherited Members | |
Protected Member Functions inherited from protocols::pack_daemon::QuickRepacker | |
| PoseOP | pose () |
| Read access to derived classes. More... | |
| PackerTaskOP | task () |
| FixedBBInteractionGraphOP | ig () |
| RotamerSetsOP | rot_sets () |
| void | task (PackerTaskOP) |
Definition at line 558 of file PackDaemon.hh.
| typedef core::pack::interaction_graph::FASTERInteractionGraphOP protocols::pack_daemon::FASTER_IG_Repacker::FASTERInteractionGraphOP |
Definition at line 562 of file PackDaemon.hh.
Definition at line 561 of file PackDaemon.hh.
| protocols::pack_daemon::FASTER_IG_Repacker::FASTER_IG_Repacker | ( | PoseOP | pose, |
| PackerTaskOP | task, | ||
| FixedBBInteractionGraphOP | ig, | ||
| RotamerSetsOP | rotsets | ||
| ) |
Definition at line 1490 of file PackDaemon.cc.
References protocols::pack_daemon::QuickRepacker::ig().
|
virtual |
Definition at line 1504 of file PackDaemon.cc.
| FASTER_IG_Repacker::FASTERInteractionGraphOP protocols::pack_daemon::FASTER_IG_Repacker::create_faster_ig_from_rot_to_pack | ( | utility::vector0< int > const & | rot_to_pack, |
| RotamerSubsetsOP | rot_subsets | ||
| ) |
Definition at line 1570 of file PackDaemon.cc.
References protocols::pack_daemon::QuickRepacker::ig(), protocols::pack_daemon::QuickRepacker::rot_sets(), and protocols::pack_daemon::TR().
Referenced by repack().
|
virtual |
Implements protocols::pack_daemon::QuickRepacker.
Definition at line 1507 of file PackDaemon.cc.
References ciBR_only_, create_faster_ig_from_rot_to_pack(), protocols::pack_daemon::RotamerSubsetRepacker::create_rotamer_subsets_from_rot_to_pack(), num_sa_, protocols::pack_daemon::QuickRepacker::pose(), protocols::pack_daemon::QuickRepacker::rot_sets(), core::pack::annealer::FASTERAnnealer::run(), sa_scale_, core::pack::annealer::FASTERAnnealer::set_ciBR_only(), core::pack::annealer::FASTERAnnealer::set_num_sa_trajectories(), and core::pack::annealer::FASTERAnnealer::set_sa_length_scale().
| void protocols::pack_daemon::FASTER_IG_Repacker::set_ciBR_only | ( | bool | setting) |
Definition at line 1661 of file PackDaemon.cc.
References ciBR_only_.
| void protocols::pack_daemon::FASTER_IG_Repacker::set_num_sa | ( | int | setting) |
Definition at line 1659 of file PackDaemon.cc.
References num_sa_.
| void protocols::pack_daemon::FASTER_IG_Repacker::set_sa_scale | ( | core::Real | setting) |
Definition at line 1660 of file PackDaemon.cc.
References sa_scale_.
|
private |
Definition at line 591 of file PackDaemon.hh.
Referenced by repack(), and set_ciBR_only().
|
private |
Definition at line 589 of file PackDaemon.hh.
Referenced by repack(), and set_num_sa().
|
private |
Definition at line 590 of file PackDaemon.hh.
Referenced by repack(), and set_sa_scale().
1.8.4