|
| | RamaCheck1B () |
| | constructor More...
|
| |
| | RamaCheck1B (RamaCheck1B const &object_to_copy) |
| | Copy constructor. More...
|
| |
| RamaCheck1B & | operator= (RamaCheck1B const &object_to_copy) |
| |
| | ~RamaCheck1B () override |
| |
| std::string | name () const override |
| | Return "RamaCheck1B". More...
|
| |
| RamaCheckBaseOP | clone () const override |
| | Return a pointer to a new, fully configured copy of RamaCheck1B. More...
|
| |
| core::Real | compute_rama_score (core::pose::Pose const &pose, core::uint const seqpos, core::Real const phi, core::Real const psi) const override |
| | Compute the Ramachandran score of residue <seqpos> in <pose> with a hypothetical conformation <phi>, <psi>. The score is independent of the identity of the neighboring residues. More...
|
| |
| | RamaCheckBase () |
| | constructor More...
|
| |
| | RamaCheckBase (RamaCheckBase const &object_to_copy) |
| | Copy constructor. More...
|
| |
| RamaCheckBase & | operator= (RamaCheckBase const &object_to_copy) |
| |
| | ~RamaCheckBase () override |
| |
| virtual void | show (std::ostream &output=std::cout) const |
| | Generate a string representation of RamaCheck for debugging purposes. More...
|
| |
| virtual void | parse_my_tag (utility::tag::TagCOP tag) |
| |
| core::Real | temperature () const |
| | Get the "temperature" used for rama score-checking with the Metropolis criterion. More...
|
| |
| void | temperature (core::Real input_temperature) |
| | Set the "temperature" used for rama score-checking with the Metropolis criterion. More...
|
| |
| core::Real | max_rama_score_increase () const |
| | Get the maximum rama score increase allowed during rama score-checking with the Metropolis criterion. More...
|
| |
| void | max_rama_score_increase (core::Real input_max_rama_score_increase) |
| | Set the maximum rama score increase allowed during rama score-checking with the Metropolis criterion. More...
|
| |
| void | initialize_starting_rama_scores (core::pose::Pose const &pose) const |
| | Store the Ramachandran scores of each residue in the supplied pose. More...
|
| |
| bool | accept_new_conformation (core::pose::Pose const &pose, core::id::TorsionID const &torsion_id, core::Angle const alpha) const |
| | Determine whether or not a candidate conformation should be accepted based on the Ramachandran score. More...
|
| |
| core::Real | total_net_change_in_rama_score_over_range (core::pose::Pose const &pose, core::uint const first_res, core::uint const last_res) const |
| | Compute the total net change in Ramachandran score between the initial pose and the current pose from <first_res> to <last_res>. More...
|
| |
| core::Real | average_change_in_rama_score_over_range (core::pose::Pose const &pose, core::uint const first_res, core::uint const last_res) const |
| | Compute the average change in Ramachandran score between the initial pose and the current pose from <first_res> to <last_res>. More...
|
| |