|
Rosetta 3.5
|
#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 |
Public Member Functions inherited from protocols::jumping::BaseJumpSetup | |
| 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_ |
Definition at line 203 of file JumpSetup.hh.
|
inline |
Definition at line 206 of file JumpSetup.hh.
|
inlinevirtual |
Implements protocols::jumping::BaseJumpSetup.
Definition at line 209 of file JumpSetup.hh.
References cut_prob_, jumps_, and total_residue_.
|
private |
Definition at line 216 of file JumpSetup.hh.
Referenced by create_jump_sample().
|
private |
Definition at line 215 of file JumpSetup.hh.
Referenced by create_jump_sample().
|
private |
Definition at line 214 of file JumpSetup.hh.
Referenced by create_jump_sample().
1.8.4