|
| | SymmetricRotamerSets () |
| |
| | ~SymmetricRotamerSets () |
| |
| void | compute_energies (pose::Pose const &pose, scoring::ScoreFunction const &scfxn, graph::GraphCOP packer_neighbor_graph, interaction_graph::InteractionGraphBaseOP ig) |
| |
| void | compute_one_body_energies (pose::Pose const &pose, scoring::ScoreFunction const &scfxn, graph::GraphCOP packer_neighbor_graph, interaction_graph::InteractionGraphBaseOP ig) |
| |
| void | precompute_two_body_energies (pose::Pose const &pose, scoring::ScoreFunction const &scfxn, graph::GraphCOP packer_neighbor_graph, interaction_graph::PrecomputedPairEnergiesInteractionGraphOP pig, bool const finalize_edges=true) |
| | precomputes all rotamer pair energies between neighboring RotamerSets( residues ) and stores those energies in an intereaction graph capable of storing them public so it can be used by the GreenPacker. More...
|
| |
| void | prepare_symm_otf_interaction_graph (pose::Pose const &pose, scoring::ScoreFunction const &scfxn, graph::GraphCOP packer_neighbor_graph, interaction_graph::SymmOnTheFlyInteractionGraphOP ig) |
| |
| void | compute_proline_correction_energies_for_otf_graph (pose::Pose const &pose, conformation::symmetry::SymmetryInfoCOP symm_info, scoring::ScoreFunction const &scfxn, graph::GraphCOP packer_neighbor_graph, interaction_graph::SymmOnTheFlyInteractionGraphOP otfig) |
| |
| RotamerSetOP | orient_rotamer_set_to_symmetric_partner (pose::Pose const &pose, uint const &setpos, uint const &symmpos) |
| |
| bool | final_visit_to_edge (pose::Pose const &pose, graph::GraphCOP packer_neighbor_graph, uint ii_resid, uint jj_resid) |
| |
| | RotamerSets () |
| |
| | ~RotamerSets () |
| |
| void | set_task (task::PackerTaskCOP task) |
| |
| void | build_rotamers (pose::Pose const &pose, scoring::ScoreFunction const &scfxn, graph::GraphCOP packer_neighbor_graph) |
| |
| void | compute_energies (pose::Pose const &pose, scoring::ScoreFunction const &scfxn, graph::GraphCOP packer_neighbor_graph, interaction_graph::InteractionGraphBaseOP ig) |
| |
| void | dump_pdb (pose::Pose const &pose, std::string const &filename) const |
| |
| virtual uint | nrotamers () const |
| |
| virtual uint | nrotamers_for_moltenres (uint) const |
| |
| virtual uint | nmoltenres () const |
| |
| virtual uint | total_residue () const |
| |
| virtual uint | moltenres_2_resid (uint) const |
| |
| virtual uint | resid_2_moltenres (uint) const |
| |
| virtual uint | moltenres_for_rotamer (uint) const |
| |
| virtual uint | res_for_rotamer (uint) const |
| |
virtual
core::conformation::ResidueCOP | rotamer (uint) const |
| |
virtual
core::conformation::ResidueCOP | rotamer_for_moltenres (uint moltenres_id, uint rotamerid) const |
| |
| virtual uint | nrotamer_offset_for_moltenres (uint) const |
| |
| virtual RotamerSetCOP | rotamer_set_for_residue (uint resid) const |
| |
| virtual RotamerSetOP | rotamer_set_for_residue (uint resid) |
| |
| virtual RotamerSetCOP | rotamer_set_for_moltenresidue (uint moltenresid) const |
| |
| virtual RotamerSetOP | rotamer_set_for_moltenresidue (uint moltenresid) |
| |
virtual
RotamerSetVector::const_iterator | begin () |
| |
virtual
RotamerSetVector::const_iterator | end () |
| |
| virtual uint | rotid_on_moltenresidue (uint rotid) const |
| | convert rotid in full rotamer enumeration into rotamer id on its source residue More...
|
| |
| virtual uint | moltenres_rotid_2_rotid (uint moltenres, uint moltenresrotid) const |
| | convert moltenres rotid to id in full rotamer enumeration More...
|
| |
| PackerTaskCOP | task () const |
| | access to packer_task_ More...
|
| |
| void | prepare_sets_for_packing (pose::Pose const &pose, scoring::ScoreFunction const &) |
| |
| void | compute_one_body_energies (pose::Pose const &pose, scoring::ScoreFunction const &scfxn, graph::GraphCOP packer_neighbor_graph, interaction_graph::InteractionGraphBaseOP ig) |
| |
| void | precompute_two_body_energies (pose::Pose const &pose, scoring::ScoreFunction const &scfxn, graph::GraphCOP packer_neighbor_graph, interaction_graph::PrecomputedPairEnergiesInteractionGraphOP pig, bool const finalize_edges=true) |
| | precomputes all rotamer pair energies between neighboring RotamerSets( residues ) and stores those energies in an intereaction graph capable of storing them public so it can be used by the GreenPacker. More...
|
| |
virtual utility::vector1< uint >
const & | resid_2_moltenres_vector () const |
| |
virtual utility::vector1< uint >
const & | moltenres_2_resid_vector () const |
| |
| | FixbbRotamerSets () |
| |
| virtual | ~FixbbRotamerSets () |
| |
| | RotamerSetsBase () |
| |
| virtual | ~RotamerSetsBase () |
| |