![]() |
Rosetta Protocols
2014.35
|
#include <JumpSetup.hh>
Public Member Functions | |
JumpsFromAllPairings (const core::Size total_residue, core::scoring::dssp::PairingsList const &jumps, ObjexxFCL::FArray1D_float const &cut_probability) | |
JumpSample | create_jump_sample () const |
![]() | |
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... | |
virtual JumpSample | clean_jumps (JumpSample const &) const =0 |
take from a given JumpSample only those Jumps, which could also have been created by create_jump_sample() More... | |
virtual std::string | type_name () const =0 |
Private Attributes | |
core::Size | total_residue_ |
core::scoring::dssp::PairingsList | jumps_ |
ObjexxFCL::FArray1D_float | cut_prob_ |
|
inline |
|
inlinevirtual |
Implements protocols::jumping::BaseJumpSetup.
References cut_prob_, jumps_, and total_residue_.
|
private |
Referenced by create_jump_sample().
|
private |
Referenced by create_jump_sample().
|
private |
Referenced by create_jump_sample().