![]() |
Rosetta
2021.16
|
#include <SingleState.hh>

Public Member Functions | |
| SingleState () | |
| ~SingleState () override | |
| SingleState (core::pose::Pose const &pose, bool is_positive) | |
| SingleState (SingleState const &other) | |
| virtual void | set_best_score (core::Real score) |
| virtual core::Real | best_score () const |
| virtual bool | is_positive_state () const |
| virtual core::pose::Pose const & | pose () const |
| virtual core::pose::Pose & | nonconst_pose () |
| void | fitness_function (SingleStateFitnessFunctionCOP fitness_function) |
| SingleStateFitnessFunctionCOP | fitness_function () const |
Private Attributes | |
| core::pose::PoseOP | pose_p_ |
| bool | is_positive_state_ |
| core::Real | best_score_ |
| SingleStateFitnessFunctionCOP | fitness_function_ |
| protocols::multistate_design::SingleState::SingleState | ( | ) |
References fitness_function_.
|
overridedefault |
| protocols::multistate_design::SingleState::SingleState | ( | core::pose::Pose const & | pose, |
| bool | is_positive | ||
| ) |
References fitness_function_, pose(), and pose_p_.
| protocols::multistate_design::SingleState::SingleState | ( | SingleState const & | other | ) |
References best_score(), best_score_, fitness_function(), fitness_function_, is_positive_state(), is_positive_state_, pose(), and pose_p_.
|
inlinevirtual |
References best_score_.
Referenced by SingleState().
|
inline |
References fitness_function(), and fitness_function_.
Referenced by fitness_function(), and SingleState().
|
inline |
References fitness_function_.
|
inlinevirtual |
References is_positive_state_.
Referenced by SingleState().
|
virtual |
References pose_p_.
Referenced by protocols::multistate_design::PackingState::create_packer_data(), and protocols::multistate_design::PackingState::run_packer().
|
virtual |
References pose_p_.
Referenced by protocols::multistate_design::limit_rotamer_set(), protocols::multistate_design::restrict_to_canonical_aas(), and SingleState().
|
inlinevirtual |
References best_score_, and protocols::hybridization::score.
|
private |
Referenced by best_score(), set_best_score(), and SingleState().
|
private |
Referenced by fitness_function(), and SingleState().
|
private |
Referenced by is_positive_state(), and SingleState().
|
private |
Referenced by nonconst_pose(), pose(), and SingleState().
1.8.7