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

Classes | |
| class | JumpWeightDef |
Public Types | |
| typedef utility::vector1 < JumpWeightDef > | JumpList |
| typedef JumpList::const_iterator | const_iterator |
| typedef JumpList::iterator | iterator |
Public Member Functions | |
| std::string | type_name () const override |
| JumpSelector () | |
| JumpSelector (std::string const &ss) | |
| ~JumpSelector () override | |
| void | add_jump (JumpWeightDef const &jd) |
| void | add_jump (Interval const &jump, core::Real weight) |
| void | add_jump (core::Size js, core::Size je, core::Real weight) |
| core::Size | size () const |
| const_iterator | begin () const |
| const_iterator | end () const |
| void | read_file (std::string file) |
| Interval | select_random () const |
| JumpSample | create_jump_sample () const override |
| JumpSample | clean_jumps (JumpSample const &js) const override |
| take from a given JumpSample only those Jumps, which could also have been created by create_jump_sample() More... | |
| void | set_secstruct (std::string ss) |
Public Member Functions inherited from protocols::jumping::BaseJumpSetup | |
| ~BaseJumpSetup () override | |
| Automatically generated virtual destructor for class deriving directly from VirtualBase. More... | |
| virtual core::fragment::FragSetOP | generate_jump_frags (JumpSample const &, core::kinematics::MoveMap const &mm) const |
| returns an ordered FragSet that is compatible with the JumpSample default: generate jumps from ss-library according to JumpSample More... | |
Private Attributes | |
| std::string | secstruct_ |
| core::pose::PoseCOP | native_pose_ |
| JumpList | jumps_ |
| core::Real | total_weight_ |
| core::Size | min_loop_length_ |
| core::Size | loop_extension_ |
| core::Size | nr_jumps_min_ |
| core::Size | nr_jumps_max_ |
| typedef JumpList::const_iterator protocols::jumping::JumpSelector::const_iterator |
| typedef JumpList::iterator protocols::jumping::JumpSelector::iterator |
| typedef utility::vector1< JumpWeightDef > protocols::jumping::JumpSelector::JumpList |
| protocols::jumping::JumpSelector::JumpSelector | ( | ) |
| protocols::jumping::JumpSelector::JumpSelector | ( | std::string const & | ss | ) |
|
overridedefault |
|
inline |
References jumps_, total_weight_, and protocols::jumping::JumpSelector::JumpWeightDef::weight_.
Referenced by add_jump(), and read_file().
|
inline |
References add_jump().
|
inline |
References add_jump().
|
inline |
References jumps_.
Referenced by select_random().
|
inlineoverridevirtual |
take from a given JumpSample only those Jumps, which could also have been created by create_jump_sample()
Implements protocols::jumping::BaseJumpSetup.
References hh_tr().
|
overridevirtual |
Implements protocols::jumping::BaseJumpSetup.
References protocols::jumping::JumpSetup::add_jump(), protocols::jumping::dump_tags_(), protocols::jumping::Interval::end_, protocols::jumping::fill_tags_(), loop_extension_, protocols::mean_field::max(), protocols::mean_field::min(), min_loop_length_, nr_jumps_max_, nr_jumps_min_, core::scoring::rg, secstruct_, select_random(), protocols::jumping::Interval::start_, and protocols::jumping::tr().
|
inline |
References jumps_.
Referenced by select_random().
| void protocols::jumping::JumpSelector::read_file | ( | std::string | file | ) |
| Interval protocols::jumping::JumpSelector::select_random | ( | ) | const |
References begin(), end(), core::scoring::rg, and total_weight_.
Referenced by create_jump_sample().
|
inline |
References secstruct_.
|
inline |
References jumps_.
|
inlineoverridevirtual |
Implements protocols::jumping::BaseJumpSetup.
|
private |
Referenced by add_jump(), begin(), end(), and size().
|
private |
Referenced by create_jump_sample(), and read_file().
|
private |
Referenced by create_jump_sample(), and read_file().
|
private |
|
private |
Referenced by create_jump_sample(), and read_file().
|
private |
Referenced by create_jump_sample(), and read_file().
|
private |
Referenced by create_jump_sample(), and set_secstruct().
|
private |
Referenced by add_jump(), and select_random().
1.8.7