|
Rosetta 3.5
|
#include <DimerPairing.hh>


Public Types | |
| typedef core::Size | Size |
| typedef core::Real | Real |
Public Member Functions | |
| virtual | ~DimerPairing () |
| Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
| DimerPairing (Size const res1, Size const res2, Real const dist, Real const phi, Real const theta, Real const sigma, Real const dp, Size const sign1, Size const sign2, Real const score) | |
| Size | res1 () const |
| Size | res2 () const |
| Real | dist () const |
| Real | phi () const |
| Real | theta () const |
| Real | dp () const |
| Real | sigma () const |
| Size | sign1 () const |
| Size | sign2 () const |
| Real | score () const |
| char | orient () const |
| bool | valid () const |
| void | valid (bool const v) |
| bool | is_parallel (Real const phi, Real const theta) |
| the pairing is parallel ? More... | |
Private Attributes | |
| Size | res1_ |
| Size | res2_ |
| Real | dist_ |
| Real | phi_ |
| Real | theta_ |
| Real | sigma_ |
| Real | dp_ |
| Size | sign1_ |
| Size | sign2_ |
| Real | score_ |
| char | orient_ |
| bool | valid_ |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const DimerPairing &dp) |
Definition at line 31 of file DimerPairing.hh.
Definition at line 38 of file DimerPairing.hh.
Definition at line 37 of file DimerPairing.hh.
|
virtual |
Automatically generated virtual destructor for class deriving directly from ReferenceCount.
Auto-generated virtual destructor
Definition at line 31 of file DimerPairing.cc.
| protocols::fldsgn::topology::DimerPairing::DimerPairing | ( | Size const | res1, |
| Size const | res2, | ||
| Real const | dist, | ||
| Real const | phi, | ||
| Real const | theta, | ||
| Real const | sigma, | ||
| Real const | dp, | ||
| Size const | sign1, | ||
| Size const | sign2, | ||
| Real const | score | ||
| ) |
Definition at line 35 of file DimerPairing.cc.
References is_parallel(), and orient_.
|
inline |
Definition at line 68 of file DimerPairing.hh.
References dist_.
Referenced by protocols::fldsgn::topology::operator<<().
|
inline |
Definition at line 86 of file DimerPairing.hh.
References dp_.
Referenced by protocols::fldsgn::topology::operator<<().
the pairing is parallel ?
Definition at line 69 of file DimerPairing.cc.
Referenced by DimerPairing().
|
inline |
Definition at line 116 of file DimerPairing.hh.
References orient_.
Referenced by protocols::fldsgn::topology::StrandPairingSet::initialize_by_dimer_pairs(), and protocols::fldsgn::topology::operator<<().
|
inline |
Definition at line 74 of file DimerPairing.hh.
References phi_.
Referenced by protocols::fldsgn::topology::operator<<().
|
inline |
Definition at line 56 of file DimerPairing.hh.
References res1_.
Referenced by protocols::fldsgn::topology::DimerPairings::finalize(), protocols::fldsgn::topology::StrandPairingSet::initialize_by_dimer_pairs(), protocols::fldsgn::topology::operator<<(), and protocols::fldsgn::potentials::sspot::SSPairPotential::score().
|
inline |
Definition at line 62 of file DimerPairing.hh.
References res2_.
Referenced by protocols::fldsgn::topology::DimerPairings::finalize(), protocols::fldsgn::topology::StrandPairingSet::initialize_by_dimer_pairs(), protocols::fldsgn::topology::operator<<(), and protocols::fldsgn::potentials::sspot::SSPairPotential::score().
|
inline |
Definition at line 110 of file DimerPairing.hh.
References score_.
Referenced by protocols::fldsgn::topology::operator<<(), and protocols::fldsgn::potentials::sspot::SSPairPotential::score().
|
inline |
Definition at line 92 of file DimerPairing.hh.
References sigma_.
Referenced by protocols::fldsgn::topology::operator<<().
|
inline |
Definition at line 98 of file DimerPairing.hh.
References sign1_.
Referenced by protocols::fldsgn::topology::DimerPairings::finalize(), protocols::fldsgn::topology::StrandPairingSet::initialize_by_dimer_pairs(), and protocols::fldsgn::topology::operator<<().
|
inline |
Definition at line 104 of file DimerPairing.hh.
References sign2_.
Referenced by protocols::fldsgn::topology::DimerPairings::finalize(), protocols::fldsgn::topology::StrandPairingSet::initialize_by_dimer_pairs(), and protocols::fldsgn::topology::operator<<().
|
inline |
Definition at line 80 of file DimerPairing.hh.
References theta_.
Referenced by protocols::fldsgn::topology::operator<<().
|
inline |
Definition at line 122 of file DimerPairing.hh.
References valid_.
Referenced by protocols::fldsgn::topology::DimerPairings::finalize(), and protocols::fldsgn::potentials::sspot::SSPairPotential::score().
|
inline |
Definition at line 128 of file DimerPairing.hh.
References valid_.
|
friend |
Definition at line 87 of file DimerPairing.cc.
|
private |
Definition at line 153 of file DimerPairing.hh.
Referenced by dist().
|
private |
Definition at line 157 of file DimerPairing.hh.
Referenced by dp().
|
private |
Definition at line 161 of file DimerPairing.hh.
Referenced by DimerPairing(), and orient().
|
private |
Definition at line 154 of file DimerPairing.hh.
Referenced by phi().
|
private |
Definition at line 151 of file DimerPairing.hh.
Referenced by res1().
|
private |
Definition at line 152 of file DimerPairing.hh.
Referenced by res2().
|
private |
Definition at line 160 of file DimerPairing.hh.
Referenced by score().
|
private |
Definition at line 156 of file DimerPairing.hh.
Referenced by sigma().
|
private |
Definition at line 158 of file DimerPairing.hh.
Referenced by sign1().
|
private |
Definition at line 159 of file DimerPairing.hh.
Referenced by sign2().
|
private |
Definition at line 155 of file DimerPairing.hh.
Referenced by theta().
|
private |
Definition at line 162 of file DimerPairing.hh.
Referenced by valid().
1.8.4