![]() |
Rosetta Protocols
2014.35
|
#include <CutBiasClaim.hh>
Public Member Functions | |
CutBiasClaim (ClaimingMoverOP owner, utility::tag::TagCOP tag, basic::datacache::DataMap const &) | |
CutBiasClaim (ClaimingMoverOP owner, std::string const &label, core::fragment::SecondaryStructure const &ss) | |
CutBiasClaim (ClaimingMoverOP owner, std::string const &label, std::map< LocalPosition, core::Real > const &biases) | |
CutBiasClaim (ClaimingMoverOP owner, std::string const &label, std::pair< core::Size, core::Size > const &range, core::Real bias) | |
virtual void | yield_elements (FoldTreeSketch const &fts, CutBiasElements &elements) const |
build ResidueElements that indicate the introduction of a new peptide edge into the fold tree. More... | |
EnvClaimOP | clone () const |
virtual std::string | type () const |
virtual void | show (std::ostream &os) const |
![]() | |
virtual | ~EnvClaim () |
Virtual destructor. More... | |
EnvClaim (ClaimingMoverOP) | |
ClaimingMoverOP | owner () const |
A clone used by the EnvClaimFactory to instantiate new EnvClaims using an XML tag. More... | |
void | set_owner (ClaimingMoverOP owner) |
void | annotate (core::pose::Pose const &, core::environment::SequenceAnnotationOP) const |
allow the claim to use any internally queued ResidueSelectors to create sequence annotations. More... | |
virtual void | yield_elements (core::pose::Pose const &, DOFElements &) const |
build and export DOFElements, which represent control over non-jump dofs (torsions, bond lengths, angles) final conformation. More... | |
Private Types | |
typedef EnvClaim | Parent |
typedef core::environment::FoldTreeSketch | FoldTreeSketch |
typedef core::environment::LocalPosition | LocalPosition |
Private Attributes | |
std::string | label_ |
std::map< LocalPosition, core::Real > | biases_ |
Additional Inherited Members | |
![]() | |
static EnvClaimOP | make_claim (std::string const &name, ClaimingMoverOP owner, utility::tag::TagCOP tag, basic::datacache::DataMap &datamap) |
factory method for claims. More... | |
static bool | is_claim (std::string const &name) |
![]() | |
virtual DOFElement | wrap_dof_id (core::id::DOF_ID const &id) const |
ControlStrength | parse_ctrl_str (std::string const &str) const |
void | queue_for_annotation (std::string const &label, ResidueSelectorCOP selector) |
|
private |
|
private |
protocols::environment::claims::CutBiasClaim::CutBiasClaim | ( | ClaimingMoverOP | owner, |
utility::tag::TagCOP | tag, | ||
basic::datacache::DataMap const & | datamap | ||
) |
protocols::environment::claims::CutBiasClaim::CutBiasClaim | ( | ClaimingMoverOP | owner, |
std::string const & | label, | ||
core::fragment::SecondaryStructure const & | ss | ||
) |
protocols::environment::claims::CutBiasClaim::CutBiasClaim | ( | ClaimingMoverOP | owner, |
std::string const & | label, | ||
std::map< LocalPosition, core::Real > const & | biases | ||
) |
protocols::environment::claims::CutBiasClaim::CutBiasClaim | ( | ClaimingMoverOP | owner, |
std::string const & | label, | ||
std::pair< core::Size, core::Size > const & | range, | ||
core::Real | bias | ||
) |
|
virtual |
Implements protocols::environment::claims::EnvClaim.
References CutBiasClaim().
|
virtual |
Reimplemented from protocols::environment::claims::EnvClaim.
References protocols::environment::claims::EnvClaim::owner(), and 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::CutBiasElement::bias, biases_, and protocols::environment::claims::CutBiasElement::p.
|
private |
Referenced by CutBiasClaim(), and yield_elements().
|
private |
Referenced by CutBiasClaim().