|
Rosetta 3.5
|
#include <DofClaim.hh>


Public Member Functions | |
| SequenceClaim (TopologyClaimer *tc, Size pos, Size length, std::string const &label, ClaimRight right) | |
| virtual DofClaimOP | clone () const |
| virtual Size | size () const |
| virtual Size | pos (Size i) const |
| std::string const & | label () const |
| void | set_offset (Size pos) |
| if you want to have a residue (eg., for a new ligand) you will be given a number... More... | |
| Size | offset () const |
| Size | last_residue () const |
| virtual ClaimType | type () const |
| virtual std::string | str_type () const |
| virtual void | show (std::ostream &os) const |
Public Member Functions inherited from protocols::topology_broker::DofClaim | |
| virtual | ~DofClaim () |
| Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
| DofClaim (TopologyClaimer *tc, ClaimRight right) | |
| ClaimRight | right () const |
| TopologyClaimer const * | owner () const |
| TopologyClaimer * | owner () |
| virtual void | toggle (core::kinematics::MoveMap &, bool) const |
| bool | exclusive () const |
| bool | approved () const |
| void | set_approved () |
Protected Attributes | |
| Size | pos_ |
| Size | length_ |
| std::string | label_ |
Additional Inherited Members | |
Public Types inherited from protocols::topology_broker::DofClaim | |
| enum | ClaimType { BB, JUMP, CUT, SEQUENCE, ROOT } |
| enum | ClaimRight { NEED_TO_KNOW = 1, CAN_INIT, INIT, EXCLUSIVE, REJECTED } |
| typedef core::Size | Size |
Definition at line 134 of file DofClaim.hh.
|
inline |
Definition at line 136 of file DofClaim.hh.
Referenced by clone().
|
inlinevirtual |
Implements protocols::topology_broker::DofClaim.
Definition at line 144 of file DofClaim.hh.
References SequenceClaim().
|
inline |
|
inline |
Definition at line 168 of file DofClaim.hh.
Referenced by protocols::topology_broker::FragmentClaimer::get_sequence_region().
|
inline |
Definition at line 164 of file DofClaim.hh.
References pos_.
Referenced by protocols::topology_broker::FragmentClaimer::get_sequence_region(), and protocols::topology_broker::TopologyBroker::resolve_residue().
Implements protocols::topology_broker::DofClaim.
Definition at line 148 of file DofClaim.hh.
Referenced by set_offset().
|
inline |
if you want to have a residue (eg., for a new ligand) you will be given a number...
Definition at line 160 of file DofClaim.hh.
|
inlinevirtual |
Reimplemented from protocols::topology_broker::DofClaim.
Definition at line 180 of file DofClaim.hh.
References label().
|
inlinevirtual |
Implements protocols::topology_broker::DofClaim.
Definition at line 146 of file DofClaim.hh.
|
inlinevirtual |
Implements protocols::topology_broker::DofClaim.
Definition at line 176 of file DofClaim.hh.
|
inlinevirtual |
Implements protocols::topology_broker::DofClaim.
Definition at line 172 of file DofClaim.hh.
References protocols::topology_broker::DofClaim::SEQUENCE.
|
protected |
Definition at line 187 of file DofClaim.hh.
Referenced by label().
|
protected |
Definition at line 186 of file DofClaim.hh.
Referenced by last_residue(), and pos().
|
protected |
Definition at line 182 of file DofClaim.hh.
Referenced by last_residue(), offset(), pos(), and set_offset().
1.8.4