![]() |
Rosetta
2021.16
|
virtual base class: can create a set of jumps and cuts More...
#include <JumpSetup.hh>

Public Member Functions | |
| ~BaseJumpSetup () override | |
| Automatically generated virtual destructor for class deriving directly from VirtualBase. More... | |
| virtual JumpSample | create_jump_sample () const =0 |
| 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 |
virtual base class: can create a set of jumps and cuts
|
overridedefault |
Automatically generated virtual destructor for class deriving directly from VirtualBase.
Auto-generated virtual destructor
|
pure virtual |
take from a given JumpSample only those Jumps, which could also have been created by create_jump_sample()
Implemented in protocols::jumping::JumpSelector, protocols::jumping::JumpSetup, protocols::jumping::ResiduePairJumpSetup, protocols::jumping::SheetBuilder, and protocols::abinitio::TemplateJumpSetup.
|
pure virtual |
|
virtual |
returns an ordered FragSet that is compatible with the JumpSample default: generate jumps from ss-library according to JumpSample
Reimplemented in protocols::jumping::ResiduePairJumpSetup, and protocols::abinitio::TemplateJumpSetup.
References protocols::jumping::JumpSample::generate_jump_frags().
|
pure virtual |
1.8.7