|
| void | core::pack::pack_rotamers (pose::Pose &pose, scoring::ScoreFunction const &scfxn, task::PackerTaskCOP task) |
| |
| void | core::pack::pack_rotamers_loop (pose::Pose &pose, scoring::ScoreFunction const &scfxn, task::PackerTaskCOP task, Size const nloop) |
| |
| void | core::pack::pack_rotamers_loop (pose::Pose &pose, scoring::ScoreFunction const &scfxn, task::PackerTaskCOP task, Size const nloop, utility::vector1< std::pair< Real, std::string > > &results) |
| |
| void | core::pack::pack_rotamers_loop (pose::Pose &pose, scoring::ScoreFunction const &scfxn, task::PackerTaskCOP task, Size const nloop, utility::vector1< std::pair< Real, std::string > > &results, utility::vector1< pose::PoseOP > &pose_list) |
| |
| void | core::pack::pack_rotamers_setup (pose::Pose &pose, scoring::ScoreFunction const &scfxn, task::PackerTaskCOP task, rotamer_set::RotamerSetsOP rotsets, interaction_graph::InteractionGraphBaseOP &ig) |
| |
| interaction_graph::InteractionGraphBaseOP | core::pack::pack_rotamers_setup (pose::Pose &pose, scoring::ScoreFunction const &scfxn, task::PackerTaskCOP task, rotamer_set::RotamerSetsOP rotsets) |
| |
| void | core::pack::setup_IG_res_res_weights (pose::Pose const &pose, task::PackerTaskCOP task, rotamer_set::RotamerSetsCOP rotsets, interaction_graph::InteractionGraphBaseOP ig) |
| | upweights certain edges in the interaction graph if this is specified in the task More...
|
| |
| Real | core::pack::pack_rotamers_run (pose::Pose &pose, task::PackerTaskCOP task, rotamer_set::FixbbRotamerSetsCOP rotsets, interaction_graph::InteractionGraphBaseOP ig, utility::vector0< int > rot_to_pack=utility::vector0< int >()) |
| | Run simulated annealing, return the energy of the best rotamer assignment found, and place the best rotamers onto the input pose. More...
|
| |
| void | core::pack::pack_rotamers_run (pose::Pose const &pose, task::PackerTaskCOP task, rotamer_set::FixbbRotamerSetsCOP rotsets, interaction_graph::InteractionGraphBaseOP ig, utility::vector0< int > rot_to_pack, ObjexxFCL::FArray1D_int &bestrotamer_at_seqpos, core::PackerEnergy &bestenergy) |
| | Runs simulated annealing and returns the. More...
|
| |
| void | core::pack::symmetric_pack_rotamers (pose::Pose &pose, scoring::ScoreFunction const &scfxn, task::PackerTaskCOP non_symmetric_task) |
| |
| void | core::pack::symmetric_pack_rotamers_setup (pose::Pose &pose, scoring::ScoreFunction const &scfxn, task::PackerTaskCOP task, rotamer_set::symmetry::SymmetricRotamerSetsOP rotsets, interaction_graph::InteractionGraphBaseOP &ig) |
| |
| interaction_graph::InteractionGraphBaseOP | core::pack::symmetric_pack_rotamers_setup (pose::Pose &pose, scoring::ScoreFunction const &scfxn, task::PackerTaskCOP task, rotamer_set::symmetry::SymmetricRotamerSetsOP rotsets) |
| |
| Real | core::pack::symmetric_pack_rotamers_run (pose::Pose &pose, task::PackerTaskCOP task, rotamer_set::symmetry::SymmetricRotamerSetsCOP rotsets, interaction_graph::InteractionGraphBaseOP ig, utility::vector0< int > rot_to_pack) |
| |