|
static
numeric::random::RandomGenerator | core::pack::rotamer_set::RG (32241) |
| |
| static basic::Tracer | core::pack::rotamer_set::tt ("core.pack.rotamer_set.rotamer_building_functions", basic::t_info) |
| |
| 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::fill_chi_rotamers_with_center_and_stddev (conformation::ResidueOP const &rot, utility::vector1< conformation::ResidueOP > &rotamers, utility::vector1< Real > const &chi_steps, Real const ¢er, Real const &width) |
| |
| void | core::pack::rotamer_set::add_rna_chi_rotamers (conformation::ResidueOP const &rot, utility::vector1< conformation::ResidueOP > &rotamers, pack::task::ExtraRotSample const &level, scoring::rna::Gaussian_parameter_set const &gaussian_parameter_set) |
| |
| void | core::pack::rotamer_set::build_rna_chi_rotamers (Size const resid, pose::Pose const &pose, chemical::ResidueTypeCOP concrete_residue, pack::task::ExtraRotSample const &level, bool const sample_rna_chi, bool const &include_current, utility::vector1< conformation::ResidueOP > &rotamers) |
| |
| void | core::pack::rotamer_set::build_rna_rotamers (Size const resid, pose::Pose const &pose, chemical::ResidueTypeCOP concrete_residue, pack::task::PackerTask const &task, utility::vector1< conformation::ResidueOP > &new_rotamers, Size &id_for_current_rotamer) |
| |
| 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) |
| |