|
Rosetta 3.5
|
Namespaces | |
| mmtrie | |
Classes | |
| class | MMBondAngleLibrary |
| class | MMBondAngleResidueTypeParam |
| class | MMBondAngleResidueTypeParamSet |
| class | MMBondAngleScore |
| Calculates scores of mm bond angle paramater sets given an angle. More... | |
| class | MMBondLengthLibrary |
| class | MMBondLengthScore |
| class | MMLJEnergyTable |
| blah More... | |
| class | MMLJLibrary |
| A class to maintain a set of MM LJ paramaters. More... | |
| class | MMLJScore |
| Calculates scores of mm lj paramater sets given two mm atom types, the path distance of the 2 atoms and actual distance between the two atoms. More... | |
| class | MMTorsionLibrary |
| A class to maintain a set of MM torsion paramaters. More... | |
| class | MMTorsionScore |
| Calculates scores of mm torsion paramater sets given an angle. More... | |
Functions | |
| static basic::Tracer | TR ("core.mm.MMBondAngleLibrary") |
| bool | score_atom_centrally (core::chemical::ResidueType const &restype, utility::vector1< std::string > const ¢ral_atoms_to_score, Size atomno) |
| std::ostream & | operator<< (std::ostream &os, MMBondAngleResidueTypeParam const &residue_type_param) |
| stream << MMBondAngleResidueTypeParam More... | |
| static basic::Tracer | TR ("core.mm.MMBondAngleResidueTypeParamSet") |
| bool | connection_indices (core::conformation::Residue const &residue, core::conformation::Residue const &other_residue, core::Size const my_atomno, core::Size const other_atomno, core::Size &my_connection, core::Size &other_connection) |
| get the indices of the connections that connects one of my atoms to an atom on another residue More... | |
| MMBondAngleResidueTypeParamSetCOP | mm_bond_angle_residue_type_param_set (core::scoring::ScoreFunction const &scorefxn) |
| extract a MMBondAngleResidueTypeParamSet from a ScoreFunction, returning NULL if none exists More... | |
| static basic::Tracer | TR ("core.mm.MMBondLengthLibrary") |
| static basic::Tracer | TR ("core.scoring.mm.MMLJEnergyTable") |
| static basic::Tracer | TR ("core.mm.MMLJLibrary") |
| static basic::Tracer | TR ("core.mm.MMTorsionLibrary") |
| typedef utility::keys::Key3Tuple< int, int, int > core::scoring::mm::mm_bondangle_atom_tri |
Definition at line 45 of file MMBondAngleLibrary.hh.
| typedef std::multimap< mm_bondangle_atom_tri, mm_bondangle_param_set > core::scoring::mm::mm_bondangle_library |
Definition at line 47 of file MMBondAngleLibrary.hh.
| typedef std::multimap< mm_bondangle_atom_tri, mm_bondangle_param_set >::const_iterator core::scoring::mm::mm_bondangle_library_citer |
Definition at line 48 of file MMBondAngleLibrary.hh.
| typedef std::pair< mm_bondangle_library_citer, mm_bondangle_library_citer > core::scoring::mm::mm_bondangle_library_citer_pair |
Definition at line 49 of file MMBondAngleLibrary.hh.
| typedef utility::keys::Key2Tuple< double, double > core::scoring::mm::mm_bondangle_param_set |
Definition at line 46 of file MMBondAngleLibrary.hh.
| typedef utility::keys::Key2Tuple< int, int > core::scoring::mm::mm_bondlength_atom_pair |
Definition at line 37 of file MMBondLengthLibrary.hh.
| typedef std::multimap< mm_bondlength_atom_pair, mm_bondlength_param_set > core::scoring::mm::mm_bondlength_library |
Definition at line 39 of file MMBondLengthLibrary.hh.
| typedef std::multimap< mm_bondlength_atom_pair, mm_bondlength_param_set >::const_iterator core::scoring::mm::mm_bondlength_library_citer |
Definition at line 40 of file MMBondLengthLibrary.hh.
| typedef std::pair< mm_bondlength_library_citer, mm_bondlength_library_citer > core::scoring::mm::mm_bondlength_library_citer_pair |
Definition at line 41 of file MMBondLengthLibrary.hh.
| typedef utility::keys::Key2Tuple< double, double > core::scoring::mm::mm_bondlength_param_set |
Definition at line 38 of file MMBondLengthLibrary.hh.
| typedef Size core::scoring::mm::mm_lj_atom |
Definition at line 41 of file MMLJLibrary.hh.
| typedef utility::keys::Key2Tuple< Real, Real > core::scoring::mm::mm_lj_param_set |
Definition at line 42 of file MMLJLibrary.hh.
| typedef utility::keys::Key4Tuple< int, int, int, int > core::scoring::mm::mm_torsion_atom_quad |
Definition at line 41 of file MMTorsionLibrary.hh.
| typedef std::multimap< mm_torsion_atom_quad, mm_torsion_param_set > core::scoring::mm::mm_torsion_library |
Definition at line 43 of file MMTorsionLibrary.hh.
| typedef std::multimap< mm_torsion_atom_quad, mm_torsion_param_set >::const_iterator core::scoring::mm::mm_torsion_library_citer |
Definition at line 44 of file MMTorsionLibrary.hh.
| typedef std::pair< mm_torsion_library_citer, mm_torsion_library_citer > core::scoring::mm::mm_torsion_library_citer_pair |
Definition at line 45 of file MMTorsionLibrary.hh.
| typedef utility::keys::Key3Tuple< double, int, double > core::scoring::mm::mm_torsion_param_set |
Definition at line 42 of file MMTorsionLibrary.hh.
Definition at line 27 of file MMBondAngleLibrary.fwd.hh.
| typedef utility::pointer::access_ptr< MMBondAngleLibrary const > core::scoring::mm::MMBondAngleLibraryCAP |
Definition at line 30 of file MMBondAngleLibrary.fwd.hh.
| typedef utility::pointer::owning_ptr< MMBondAngleLibrary const > core::scoring::mm::MMBondAngleLibraryCOP |
Definition at line 32 of file MMBondAngleLibrary.fwd.hh.
Definition at line 31 of file MMBondAngleLibrary.fwd.hh.
| typedef utility::pointer::access_ptr< MMBondAngleResidueTypeParamSet > core::scoring::mm::MMBondAngleResidueTypeParamSetAP |
Definition at line 27 of file MMBondAngleResidueTypeParamSet.fwd.hh.
| typedef utility::pointer::access_ptr< MMBondAngleResidueTypeParamSet const > core::scoring::mm::MMBondAngleResidueTypeParamSetCAP |
Definition at line 30 of file MMBondAngleResidueTypeParamSet.fwd.hh.
| typedef utility::pointer::owning_ptr< MMBondAngleResidueTypeParamSet const > core::scoring::mm::MMBondAngleResidueTypeParamSetCOP |
Definition at line 32 of file MMBondAngleResidueTypeParamSet.fwd.hh.
| typedef utility::pointer::owning_ptr< MMBondAngleResidueTypeParamSet > core::scoring::mm::MMBondAngleResidueTypeParamSetOP |
Definition at line 31 of file MMBondAngleResidueTypeParamSet.fwd.hh.
Definition at line 27 of file MMBondAngleScore.fwd.hh.
| typedef utility::pointer::access_ptr< MMBondAngleScore const > core::scoring::mm::MMBondAngleScoreCAP |
Definition at line 30 of file MMBondAngleScore.fwd.hh.
| typedef utility::pointer::owning_ptr< MMBondAngleScore const > core::scoring::mm::MMBondAngleScoreCOP |
Definition at line 32 of file MMBondAngleScore.fwd.hh.
Definition at line 31 of file MMBondAngleScore.fwd.hh.
| typedef utility::pointer::access_ptr< MMBondLengthLibrary > core::scoring::mm::MMBondLengthLibraryAP |
Definition at line 27 of file MMBondLengthLibrary.fwd.hh.
| typedef utility::pointer::access_ptr< MMBondLengthLibrary const > core::scoring::mm::MMBondLengthLibraryCAP |
Definition at line 30 of file MMBondLengthLibrary.fwd.hh.
| typedef utility::pointer::owning_ptr< MMBondLengthLibrary const > core::scoring::mm::MMBondLengthLibraryCOP |
Definition at line 32 of file MMBondLengthLibrary.fwd.hh.
| typedef utility::pointer::owning_ptr< MMBondLengthLibrary > core::scoring::mm::MMBondLengthLibraryOP |
Definition at line 31 of file MMBondLengthLibrary.fwd.hh.
Definition at line 27 of file MMBondLengthScore.fwd.hh.
| typedef utility::pointer::access_ptr< MMBondLengthScore const > core::scoring::mm::MMBondLengthScoreCAP |
Definition at line 30 of file MMBondLengthScore.fwd.hh.
| typedef utility::pointer::owning_ptr< MMBondLengthScore const > core::scoring::mm::MMBondLengthScoreCOP |
Definition at line 32 of file MMBondLengthScore.fwd.hh.
Definition at line 31 of file MMBondLengthScore.fwd.hh.
Definition at line 27 of file MMLJEnergyTable.fwd.hh.
Definition at line 30 of file MMLJEnergyTable.fwd.hh.
Definition at line 32 of file MMLJEnergyTable.fwd.hh.
Definition at line 31 of file MMLJEnergyTable.fwd.hh.
Definition at line 27 of file MMLJLibrary.fwd.hh.
| typedef utility::pointer::access_ptr< MMLJLibrary const > core::scoring::mm::MMLJLibraryCAP |
Definition at line 30 of file MMLJLibrary.fwd.hh.
| typedef utility::pointer::owning_ptr< MMLJLibrary const > core::scoring::mm::MMLJLibraryCOP |
Definition at line 32 of file MMLJLibrary.fwd.hh.
Definition at line 31 of file MMLJLibrary.fwd.hh.
Definition at line 28 of file MMLJScore.fwd.hh.
| typedef utility::pointer::access_ptr< MMLJScore const > core::scoring::mm::MMLJScoreCAP |
Definition at line 31 of file MMLJScore.fwd.hh.
| typedef utility::pointer::owning_ptr< MMLJScore const > core::scoring::mm::MMLJScoreCOP |
Definition at line 33 of file MMLJScore.fwd.hh.
Definition at line 32 of file MMLJScore.fwd.hh.
Definition at line 27 of file MMTorsionLibrary.fwd.hh.
| typedef utility::pointer::access_ptr< MMTorsionLibrary const > core::scoring::mm::MMTorsionLibraryCAP |
Definition at line 30 of file MMTorsionLibrary.fwd.hh.
| typedef utility::pointer::owning_ptr< MMTorsionLibrary const > core::scoring::mm::MMTorsionLibraryCOP |
Definition at line 32 of file MMTorsionLibrary.fwd.hh.
Definition at line 31 of file MMTorsionLibrary.fwd.hh.
Definition at line 27 of file MMTorsionScore.fwd.hh.
Definition at line 30 of file MMTorsionScore.fwd.hh.
Definition at line 32 of file MMTorsionScore.fwd.hh.
Definition at line 31 of file MMTorsionScore.fwd.hh.
| typedef utility::keys::Key3Tuple< Size, Size, Size > core::scoring::mm::three_atom_set |
Definition at line 43 of file MMBondAngleResidueTypeParam.hh.
| typedef utility::keys::Key2Tuple< Size, Size > core::scoring::mm::two_atom_set |
Definition at line 42 of file MMBondAngleResidueTypeParam.hh.
| bool core::scoring::mm::connection_indices | ( | core::conformation::Residue const & | residue, |
| core::conformation::Residue const & | other_residue, | ||
| core::Size const | my_atomno, | ||
| core::Size const | other_atomno, | ||
| core::Size & | my_connection, | ||
| core::Size & | other_connection | ||
| ) |
get the indices of the connections that connects one of my atoms to an atom on another residue
Definition at line 108 of file MMBondAngleResidueTypeParamSet.cc.
References core::chemical::ResidueConnection::atomno(), core::conformation::Residue::connect_map(), core::chemical::ResConnID::connid(), core::conformation::Residue::n_residue_connections(), core::chemical::ResConnID::resid(), core::conformation::Residue::residue_connection(), and core::conformation::Residue::seqpos().
Referenced by core::scoring::mm::MMBondAngleResidueTypeParamSet::lookup().
| MMBondAngleResidueTypeParamSetCOP core::scoring::mm::mm_bond_angle_residue_type_param_set | ( | core::scoring::ScoreFunction const & | scorefxn) |
extract a MMBondAngleResidueTypeParamSet from a ScoreFunction, returning NULL if none exists
Definition at line 256 of file MMBondAngleResidueTypeParamSet.cc.
References core::scoring::ScoreFunction::ci_2b_intrares_begin(), and core::scoring::ScoreFunction::ci_2b_intrares_end().
| std::ostream& core::scoring::mm::operator<< | ( | std::ostream & | os, |
| MMBondAngleResidueTypeParam const & | residue_type_param | ||
| ) |
stream << MMBondAngleResidueTypeParam
Definition at line 181 of file MMBondAngleResidueTypeParam.cc.
References core::scoring::mm::MMBondAngleResidueTypeParam::bondangle_atom_sets_, core::scoring::mm::MMBondAngleResidueTypeParam::connection_atom_sets_, core::scoring::mm::MMBondAngleResidueTypeParam::connection_theta0_, core::scoring::mm::MMBondAngleResidueTypeParam::connection_use_theta0_, core::scoring::mm::MMBondAngleResidueTypeParam::Ktheta_, and core::scoring::mm::MMBondAngleResidueTypeParam::theta0_.
| bool core::scoring::mm::score_atom_centrally | ( | core::chemical::ResidueType const & | restype, |
| utility::vector1< std::string > const & | central_atoms_to_score, | ||
| Size | atomno | ||
| ) |
Definition at line 48 of file MMBondAngleResidueTypeParam.cc.
References core::chemical::ResidueType::atom_name().
Referenced by core::scoring::mm::MMBondAngleResidueTypeParam::init().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Referenced by core::scoring::mm::MMBondLengthLibrary::lookup(), core::scoring::mm::MMBondAngleLibrary::lookup(), core::scoring::mm::MMTorsionLibrary::lookup(), core::scoring::mm::MMBondAngleLibrary::MMBondAngleLibrary(), core::scoring::mm::MMBondLengthLibrary::MMBondLengthLibrary(), core::scoring::mm::MMLJEnergyTable::MMLJEnergyTable(), core::scoring::mm::MMLJLibrary::MMLJLibrary(), core::scoring::mm::MMTorsionLibrary::MMTorsionLibrary(), core::scoring::mm::MMBondLengthLibrary::pretty_print(), and core::scoring::mm::MMBondAngleLibrary::pretty_print().
1.8.4