![]() |
Rosetta Protocols
2014.16.56682
|
#include <VirtResClaim.hh>
Public Member Functions | |
| VirtResClaim (ClaimingMoverOP owner, LocalPosition parent, std::string const &jump_label, std::string const &vrt_label) | |
| virtual void | yield_elements (FoldTreeSketch const &fts, ResidueElements &elements) const |
| build ResidueElements that indicate the introduction of a new peptide edge into the fold tree. More... | |
| virtual void | yield_elements (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 (FoldTreeSketch const &fts, RTElements &elements) const |
| build ResidueElements that indicate the introduction of a new peptide edge into the fold tree. More... | |
| std::string const & | jump_label () const |
| std::string const & | vrt_label () 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 |
Private Types | |
| typedef core::environment::LocalPosition | LocalPosition |
| typedef core::environment::FoldTreeSketch | FoldTreeSketch |
Private Attributes | |
| std::string | jump_label_ |
| std::string | vrt_label_ |
| LocalPosition | parent_ |
|
private |
|
private |
| protocols::environment::claims::VirtResClaim::VirtResClaim | ( | ClaimingMoverOP | owner, |
| LocalPosition | parent, | ||
| std::string const & | jump_label, | ||
| std::string const & | vrt_label | ||
| ) |
Referenced by clone().
|
virtual |
Implements protocols::environment::claims::EnvClaim.
References VirtResClaim().
| std::string const & protocols::environment::claims::VirtResClaim::jump_label | ( | ) | const |
References jump_label_.
Referenced by show().
|
virtual |
Reimplemented from protocols::environment::claims::EnvClaim.
References jump_label(), protocols::environment::claims::EnvClaim::owner(), str_type(), and vrt_label().
|
virtual |
Implements protocols::environment::claims::EnvClaim.
Referenced by show().
| std::string const & protocols::environment::claims::VirtResClaim::vrt_label | ( | ) | const |
References vrt_label_.
Referenced by show(), and yield_elements().
|
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::ResidueElement::label, and vrt_label().
|
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 jump_label().
|
private |
|
private |
Referenced by vrt_label().
1.8.7