|
| void | core::pack::rotamer_set::read_DNA_rotlib (utility::io::izstream &lib_stream, utility::vector1< DihedralSet * > &library) |
| |
| void | core::pack::rotamer_set::build_lib_dna_rotamers (utility::vector1< DihedralSet * > const &library, Size const resid, pose::Pose const &pose, chemical::ResidueTypeCOP concrete_residue, utility::vector1< conformation::ResidueOP > &rotamers) |
| |
| void | core::pack::rotamer_set::build_random_dna_rotamers (Size const resid, pose::Pose const &pose, chemical::ResidueTypeCOP concrete_residue, pack::task::ExtraRotSample const &level, utility::vector1< conformation::ResidueOP > &rotamers) |
| |
| void | core::pack::rotamer_set::build_dna_rotamers (Size const resid, pose::Pose const &pose, chemical::ResidueTypeCOP concrete_residue, pack::task::PackerTask const &task, utility::vector1< conformation::ResidueOP > &rotamers) |
| |
| void | core::pack::rotamer_set::build_rotamers_from_rotamer_bins (conformation::Residue const &residue, utility::vector1< conformation::ResidueOP > &rotamers, uint current_chi_index=1, utility::vector1< uint > *current_bin_indices=NULL) |
| | Make a rotamer (Residue) for every combination of torsion angle in the rotamer bins listed in the params file for the given Residue. More...
|
| |
| void | core::pack::rotamer_set::debug_dump_rotamers (utility::vector1< conformation::ResidueOP > &rotamers) |
| |
| conformation::ResidueOP | core::pack::rotamer_set::create_oriented_water_rotamer (chemical::ResidueType const &h2o_type, Vector const &xyz_atom1, Vector const &xyz_O, Vector const &xyz_atom2, std::string const &name1, std::string const &name2, conformation::Residue const &tp5) |
| |
| void | core::pack::rotamer_set::build_fixed_O_water_rotamers_independent (Size const seqpos, chemical::ResidueType const &h2o_type, pose::Pose const &pose, graph::GraphCOP packer_neighbor_graph, utility::vector1< conformation::ResidueOP > &new_rotamers) |
| |
| Vector | core::pack::rotamer_set::build_optimal_water_O_on_donor (Vector const &hxyz, Vector const &dxyz) |
| |
| void | core::pack::rotamer_set::build_optimal_water_Os_on_acceptor (Vector const &a_xyz, Vector b1_xyz, Vector const &b2_xyz, chemical::Hybridization const &hybrid, utility::vector1< Vector > &O_list) |
| |
| void | core::pack::rotamer_set::build_donor_donor_waters (conformation::Residue const &rsd1, Size const hatm1, conformation::Residue const &rsd2, Size const hatm2, chemical::ResidueType const &h2o_type, conformation::Residue const &tp5, Size const nstep, utility::vector1< conformation::ResidueOP > &new_waters) |
| |
| void | core::pack::rotamer_set::build_donor_acceptor_waters (conformation::Residue const &rsd1, Size const hatm1, conformation::Residue const &rsd2, Size const aatm2, chemical::ResidueType const &h2o_type, conformation::Residue const &tp5, Size const nstep, utility::vector1< conformation::ResidueOP > &new_waters) |
| |
| void | core::pack::rotamer_set::build_acceptor_acceptor_waters (conformation::Residue const &rsd1, Size const aatm1, conformation::Residue const &rsd2, Size const aatm2, chemical::ResidueType const &h2o_type, conformation::Residue const &tp5, Size const nstep, utility::vector1< conformation::ResidueOP > &new_waters) |
| |
| void | core::pack::rotamer_set::build_moving_O_bridge_waters (conformation::Residue const &rsd1, Size const anchor_atom, conformation::Residue const &rsd2, chemical::ResidueType const &h2o_type, conformation::Residue const &tp5, Size const nstep, utility::vector1< conformation::ResidueOP > &new_rotamers) |
| |
| void | core::pack::rotamer_set::build_moving_O_water_rotamers_dependent (RotamerSets const &rotsets, WaterAnchorInfo const &water_info, chemical::ResidueType const &h2o_type, pack::task::PackerTask const &task, pose::Pose const &pose, graph::GraphCOP packer_neighbor_graph, utility::vector1< conformation::ResidueOP > &new_rotamers) |
| |
| void | core::pack::rotamer_set::build_moving_O_water_rotamers_independent (WaterAnchorInfo const &water_info, chemical::ResidueType const &h2o_type, pack::task::PackerTask const &task, pose::Pose const &pose, graph::GraphCOP packer_neighbor_graph, utility::vector1< conformation::ResidueOP > &new_rotamers) |
| |
| void | core::pack::rotamer_set::build_independent_water_rotamers (Size const seqpos_water, chemical::ResidueType const &h2o_type, pack::task::PackerTask const &task, pose::Pose const &pose, graph::GraphCOP packer_neighbor_graph, utility::vector1< conformation::ResidueOP > &new_rotamers) |
| |
| void | core::pack::rotamer_set::build_dependent_water_rotamers (RotamerSets const &rotsets, Size const seqpos_water, chemical::ResidueType const &h2o_type, pack::task::PackerTask const &task, pose::Pose const &pose, graph::GraphCOP packer_neighbor_graph, utility::vector1< conformation::ResidueOP > &new_rotamers) |
| |