|
Rosetta 3.5
|
#include <PackDaemon.hh>


Public Member Functions | |
| QuickRepacker (PoseOP pose, PackerTaskOP task, FixedBBInteractionGraphOP ig, RotamerSetsOP rot_sets) | |
| virtual | ~QuickRepacker () |
| virtual RotamerAssignmentAndEnergy | repack (utility::vector0< int > const &rot_to_pack)=0 |
Protected Member Functions | |
| PoseOP | pose () |
| Read access to derived classes. More... | |
| PackerTaskOP | task () |
| FixedBBInteractionGraphOP | ig () |
| RotamerSetsOP | rot_sets () |
| void | task (PackerTaskOP) |
Private Attributes | |
| PoseOP | pose_ |
| PackerTaskOP | task_ |
| FixedBBInteractionGraphOP | ig_ |
| RotamerSetsOP | rot_sets_ |
Definition at line 410 of file PackDaemon.hh.
| typedef core::pack::interaction_graph::FixedBBInteractionGraphOP protocols::pack_daemon::QuickRepacker::FixedBBInteractionGraphOP |
Definition at line 417 of file PackDaemon.hh.
Definition at line 416 of file PackDaemon.hh.
Definition at line 413 of file PackDaemon.hh.
Definition at line 415 of file PackDaemon.hh.
| typedef PackDaemon::RotamerAssignmentAndEnergy protocols::pack_daemon::QuickRepacker::RotamerAssignmentAndEnergy |
Definition at line 414 of file PackDaemon.hh.
Definition at line 418 of file PackDaemon.hh.
| protocols::pack_daemon::QuickRepacker::QuickRepacker | ( | PoseOP | pose, |
| PackerTaskOP | task, | ||
| FixedBBInteractionGraphOP | ig, | ||
| RotamerSetsOP | rot_sets | ||
| ) |
Definition at line 1150 of file PackDaemon.cc.
|
virtual |
Definition at line 1162 of file PackDaemon.cc.
|
protected |
Definition at line 1166 of file PackDaemon.cc.
References ig_.
Referenced by protocols::pack_daemon::BasicSimAnnealerRepacker::BasicSimAnnealerRepacker(), protocols::pack_daemon::DenseIGRepacker::create_dense_pdig_from_rot_to_pack(), protocols::pack_daemon::DoubleDenseIGRepacker::create_dense_pdig_from_rot_to_pack(), protocols::pack_daemon::FASTER_IG_Repacker::create_faster_ig_from_rot_to_pack(), protocols::pack_daemon::DenseIGRepacker::DenseIGRepacker(), protocols::pack_daemon::DoubleDenseIGRepacker::DoubleDenseIGRepacker(), protocols::pack_daemon::FASTER_IG_Repacker::FASTER_IG_Repacker(), and protocols::pack_daemon::BasicSimAnnealerRepacker::repack().
|
protected |
Read access to derived classes.
Definition at line 1164 of file PackDaemon.cc.
References pose_.
Referenced by protocols::pack_daemon::BasicSimAnnealerRepacker::repack(), protocols::pack_daemon::DenseIGRepacker::repack(), protocols::pack_daemon::DoubleDenseIGRepacker::repack(), and protocols::pack_daemon::FASTER_IG_Repacker::repack().
|
pure virtual |
|
protected |
Definition at line 1167 of file PackDaemon.cc.
References rot_sets_.
Referenced by protocols::pack_daemon::DenseIGRepacker::create_dense_pdig_from_rot_to_pack(), protocols::pack_daemon::DoubleDenseIGRepacker::create_dense_pdig_from_rot_to_pack(), protocols::pack_daemon::FASTER_IG_Repacker::create_faster_ig_from_rot_to_pack(), protocols::pack_daemon::RotamerSubsetRepacker::create_rotamer_subsets_from_rot_to_pack(), protocols::pack_daemon::BasicSimAnnealerRepacker::repack(), protocols::pack_daemon::DenseIGRepacker::repack(), protocols::pack_daemon::DoubleDenseIGRepacker::repack(), and protocols::pack_daemon::FASTER_IG_Repacker::repack().
|
protected |
Definition at line 1165 of file PackDaemon.cc.
References task_.
Referenced by protocols::pack_daemon::BasicSimAnnealerRepacker::repack(), protocols::pack_daemon::DenseIGRepacker::repack(), protocols::pack_daemon::DoubleDenseIGRepacker::repack(), and protocols::pack_daemon::DenseIGRepacker::set_MCA().
|
protected |
Definition at line 1168 of file PackDaemon.cc.
References task_.
|
private |
Definition at line 445 of file PackDaemon.hh.
Referenced by ig().
|
private |
Definition at line 443 of file PackDaemon.hh.
Referenced by pose().
|
private |
Definition at line 446 of file PackDaemon.hh.
Referenced by rot_sets().
|
private |
Definition at line 444 of file PackDaemon.hh.
Referenced by task().
1.8.4