Rosetta 3.5
|
#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 |
JumpSelector () | |
JumpSelector (std::string ss) | |
~JumpSelector () | |
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 |
JumpSample | clean_jumps (JumpSample const &js) const |
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) |
![]() | |
virtual | ~BaseJumpSetup () |
Automatically generated virtual destructor for class deriving directly from ReferenceCount. 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 |
protocols::jumping::JumpSelector::JumpSelector | ( | ) |
protocols::jumping::JumpSelector::JumpSelector | ( | std::string | ss) |
protocols::jumping::JumpSelector::~JumpSelector | ( | ) |
|
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().
|
inlinevirtual |
take from a given JumpSample only those Jumps, which could also have been created by create_jump_sample()
Implements protocols::jumping::BaseJumpSetup.
|
virtual |
Implements protocols::jumping::BaseJumpSetup.
References protocols::jumping::JumpSetup::add_jump(), protocols::jumping::dump_tags_(), protocols::jumping::Interval::end_, protocols::jumping::fill_tags_(), loop_extension_, min_loop_length_, nr_jumps_max_, nr_jumps_min_, protocols::jumping::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(), protocols::jumping::RG(), and total_weight_.
Referenced by create_jump_sample().
|
inline |
References secstruct_.
|
inline |
References jumps_.
|
inlinevirtual |
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().