|
Rosetta 3.5
|
abego elments More...
#include <ABEGOManager.hh>

Public Types | |
| typedef core::Real | Real |
| typedef std::string | String |
Public Member Functions | |
| ABEGO () | |
| default constructor More... | |
| ABEGO (char const &name, Real phi_min, Real phi_max, Real psi_min, Real psi_max, bool cis_omega) | |
| value constructor More... | |
| ~ABEGO () | |
| destrurctor More... | |
| char | name () |
| Real | phi_max () |
| Real | phi_min () |
| Real | psi_max () |
| Real | psi_min () |
| bool | cis_omega () |
| void | add_line (Real const slope, Real const intercept, bool const region) |
| add line to specify abego region More... | |
| bool | check_rama2 (Real const &phi, Real const &psi) |
| check input torsion angle are in a given abego region More... | |
| bool | check_rama (Real const &phi, Real const &psi, Real const &omega) |
| check input torsion angle are in a given abego region More... | |
Private Attributes | |
| char | name_ |
| Real | phi_min_ |
| Real | phi_max_ |
| Real | psi_min_ |
| Real | psi_max_ |
| bool | cis_omega_ |
| utility::vector1< Line > | lines_ |
abego elments
Definition at line 98 of file ABEGOManager.hh.
| typedef core::Real core::util::ABEGO::Real |
Definition at line 101 of file ABEGOManager.hh.
| typedef std::string core::util::ABEGO::String |
Definition at line 102 of file ABEGOManager.hh.
|
inline |
default constructor
Definition at line 107 of file ABEGOManager.hh.
|
inline |
destrurctor
Definition at line 134 of file ABEGOManager.hh.
add line to specify abego region
Definition at line 31 of file ABEGOManager.cc.
References lines_.
Referenced by core::util::ABEGOManager::initialize().
check input torsion angle are in a given abego region
check input torsion angles is compatible with defined abego
Definition at line 52 of file ABEGOManager.cc.
References check_rama2(), cis_omega_, lines_, name(), phi_max_, phi_min_, protocols::swa::psi(), psi_max_, and psi_min_.
check input torsion angle are in a given abego region
check input torsion angles is compatible with defined abego
Definition at line 38 of file ABEGOManager.cc.
References lines_.
Referenced by check_rama().
|
inline |
Definition at line 143 of file ABEGOManager.hh.
References cis_omega_.
|
inline |
|
inline |
Definition at line 139 of file ABEGOManager.hh.
References phi_max_.
|
inline |
Definition at line 140 of file ABEGOManager.hh.
References phi_min_.
|
inline |
Definition at line 141 of file ABEGOManager.hh.
References psi_max_.
|
inline |
Definition at line 142 of file ABEGOManager.hh.
References psi_min_.
|
private |
Definition at line 162 of file ABEGOManager.hh.
Referenced by check_rama(), and cis_omega().
|
private |
Definition at line 164 of file ABEGOManager.hh.
Referenced by add_line(), check_rama(), and check_rama2().
|
private |
Definition at line 157 of file ABEGOManager.hh.
Referenced by name().
|
private |
Definition at line 159 of file ABEGOManager.hh.
Referenced by ABEGO(), check_rama(), and phi_max().
|
private |
Definition at line 158 of file ABEGOManager.hh.
Referenced by ABEGO(), check_rama(), and phi_min().
|
private |
Definition at line 161 of file ABEGOManager.hh.
Referenced by ABEGO(), check_rama(), and psi_max().
|
private |
Definition at line 160 of file ABEGOManager.hh.
Referenced by ABEGO(), check_rama(), and psi_min().
1.8.4