|
Rosetta 3.5
|
#include <StrandConstraints.hh>

Public Member Functions | |
| bool | compatible (core::scoring::dssp::StrandPairing const &pairing) const |
| bool | antiparallel () const |
| bool | add_pairing (PairingStatEntry const &) |
| void | show (std::ostream &) const |
| void | build_constraints (core::pose::Pose const &pose, core::scoring::constraints::ConstraintCOPs &cst) const |
Private Types | |
| typedef utility::vector1 < PairingStatEntry > | Pairings |
Private Attributes | |
| Pairings | pairings_ |
| bool | anti_ |
Definition at line 58 of file StrandConstraints.hh.
|
private |
Definition at line 72 of file StrandConstraints.hh.
| bool protocols::abinitio::AlternativePairings::add_pairing | ( | PairingStatEntry const & | pairing_entry) |
Definition at line 123 of file StrandConstraints.cc.
References core::scoring::dssp::StrandPairing::antiparallel(), protocols::abinitio::PairingStatEntry::models(), and protocols::abinitio::PairingStatEntry::pairing().
Referenced by protocols::abinitio::StrandConstraints::add_pairing().
|
inline |
Definition at line 62 of file StrandConstraints.hh.
References anti_.
| void protocols::abinitio::AlternativePairings::build_constraints | ( | core::pose::Pose const & | pose, |
| core::scoring::constraints::ConstraintCOPs & | cst | ||
| ) | const |
Definition at line 151 of file StrandConstraints.cc.
References core::scoring::constraints::BoundFunc::clone(), core::sequence::end, core::pose::named_atom_id_to_atom_id(), core::scoring::pair, protocols::loops::start, and tr().
| bool protocols::abinitio::AlternativePairings::compatible | ( | core::scoring::dssp::StrandPairing const & | pairing) | const |
Definition at line 99 of file StrandConstraints.cc.
References core::scoring::dssp::StrandPairing::antiparallel(), core::scoring::dssp::StrandPairing::begin1(), core::scoring::dssp::StrandPairing::end1(), core::scoring::dssp::StrandPairing::get_register(), protocols::abinitio::register_cutoff(), and protocols::abinitio::residue_cutoff().
| void protocols::abinitio::AlternativePairings::show | ( | std::ostream & | out) | const |
Definition at line 137 of file StrandConstraints.cc.
Referenced by protocols::abinitio::operator<<().
|
private |
Definition at line 74 of file StrandConstraints.hh.
Referenced by antiparallel().
|
private |
Definition at line 73 of file StrandConstraints.hh.
1.8.4