![]() |
Rosetta Protocols
2014.16.56682
|
#include <JumpClaim.hh>
Public Member Functions | |
| JumpClaim (ClaimingMoverOP owner, std::string const &label, LocalPosition const &jpos1, LocalPosition const &jpos2, LocalPosition const &cutp=LocalPosition("", 0)) | |
| virtual void | yield_elements (core::environment::FoldTreeSketch const &fts, JumpElements &elements) const |
| build ResidueElements that indicate the introduction of a new peptide edge into the fold tree. More... | |
| virtual void | yield_elements (core::environment::FoldTreeSketch const &fts, RTElements &elements) const |
| build ResidueElements that indicate the introduction of a new peptide edge into the fold tree. More... | |
| virtual void | yield_elements (core::environment::FoldTreeSketch const &fts, CutElements &elements) const |
| build ResidueElements that indicate the introduction of a new peptide edge into the fold tree. More... | |
| void | set_atoms (std::string const &a1, std::string const &a2) |
| void | ctrl_strength (ControlStrength const &str) |
| void | init_strength (InitializationStrength const &str) |
| bool | physical () const |
| void | physical (bool setting) |
| std::string const & | label () const |
| LocalPosition const & | pos1 () const |
| LocalPosition const & | pos2 () const |
| std::string const & | atom1 () const |
| std::string const & | atom2 () const |
| virtual EnvClaimOP | clone () const |
| virtual std::string | str_type () const |
| virtual void | show (std::ostream &os) const |
Public Member Functions inherited from protocols::environment::claims::EnvClaim | |
| virtual | ~EnvClaim () |
| Virtual destructor for reasons mysteirous. More... | |
| EnvClaim (ClaimingMoverOP) | |
| ClaimingMoverOP | owner () const |
Protected Member Functions | |
| LocalPosition const & | cut_position () const |
Private Types | |
| typedef EnvClaim | Parent |
| typedef core::environment::LocalPosition | LocalPosition |
|
private |
| protocols::environment::claims::JumpClaim::JumpClaim | ( | ClaimingMoverOP | owner, |
| std::string const & | label, | ||
| LocalPosition const & | jpos1, | ||
| LocalPosition const & | jpos2, | ||
| LocalPosition const & | cutp = LocalPosition( "", 0 ) |
||
| ) |
Referenced by clone().
| std::string const & protocols::environment::claims::JumpClaim::atom1 | ( | ) | const |
References atom1_.
Referenced by show(), and yield_elements().
| std::string const & protocols::environment::claims::JumpClaim::atom2 | ( | ) | const |
References atom2_.
Referenced by show(), and yield_elements().
|
virtual |
Implements protocols::environment::claims::EnvClaim.
References JumpClaim().
| void protocols::environment::claims::JumpClaim::ctrl_strength | ( | ControlStrength const & | str | ) |
References c_str_, and protocols::kinmatch::str().
|
protected |
References cut_.
| void protocols::environment::claims::JumpClaim::init_strength | ( | InitializationStrength const & | str | ) |
References i_str_, and protocols::kinmatch::str().
| std::string const & protocols::environment::claims::JumpClaim::label | ( | ) | const |
References label_.
Referenced by yield_elements().
|
inline |
References physical_cut_.
Referenced by yield_elements().
|
inline |
References physical_cut_.
| LocalPosition const & protocols::environment::claims::JumpClaim::pos1 | ( | ) | const |
References pos1_.
Referenced by show(), and yield_elements().
| LocalPosition const & protocols::environment::claims::JumpClaim::pos2 | ( | ) | const |
References pos2_.
Referenced by show(), and yield_elements().
| void protocols::environment::claims::JumpClaim::set_atoms | ( | std::string const & | a1, |
| std::string const & | a2 | ||
| ) |
|
virtual |
Reimplemented from protocols::environment::claims::EnvClaim.
References atom1(), atom2(), protocols::environment::claims::EnvClaim::owner(), pos1(), pos2(), and str_type().
|
virtual |
Implements protocols::environment::claims::EnvClaim.
Referenced by show().
|
virtual |
build ResidueElements that indicate the introduction of a new peptide edge into the fold tree.
Reimplemented from protocols::environment::claims::EnvClaim.
References protocols::environment::claims::JumpElement::atom1, atom1(), protocols::environment::claims::JumpElement::atom2, atom2(), protocols::environment::claims::JumpElement::has_physical_cut, protocols::environment::claims::JumpElement::label, label(), protocols::environment::claims::JumpElement::p1, protocols::environment::claims::JumpElement::p2, physical(), pos1(), and pos2().
|
virtual |
build ResidueElements that indicate the introduction of a new peptide edge into the fold tree.
Reimplemented from protocols::environment::claims::EnvClaim.
|
virtual |
build ResidueElements that indicate the introduction of a new peptide edge into the fold tree.
Reimplemented from protocols::environment::claims::EnvClaim.
|
private |
Referenced by atom1(), and set_atoms().
|
private |
Referenced by atom2(), and set_atoms().
|
private |
Referenced by ctrl_strength().
|
private |
Referenced by cut_position().
|
private |
Referenced by init_strength().
|
private |
Referenced by label().
|
private |
Referenced by physical().
|
private |
Referenced by pos1().
|
private |
Referenced by pos2().
1.8.7