abego elments
More...
#include <ABEGOManager.hh>
|
| | 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 ()=default |
| | 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...
|
| |
| core::sequence::ABEGO::ABEGO |
( |
| ) |
|
|
inline |
| core::sequence::ABEGO::ABEGO |
( |
char const & |
name, |
|
|
Real |
phi_min, |
|
|
Real |
phi_max, |
|
|
Real |
psi_min, |
|
|
Real |
psi_max, |
|
|
bool |
cis_omega |
|
) |
| |
|
inline |
| core::sequence::ABEGO::~ABEGO |
( |
| ) |
|
|
default |
| void core::sequence::ABEGO::add_line |
( |
Real const |
slope, |
|
|
Real const |
intercept, |
|
|
bool const |
region |
|
) |
| |
| bool core::sequence::ABEGO::check_rama |
( |
Real const & |
phi, |
|
|
Real const & |
psi, |
|
|
Real const & |
omega |
|
) |
| |
| bool core::sequence::ABEGO::check_rama2 |
( |
Real const & |
phi, |
|
|
Real const & |
psi |
|
) |
| |
check input torsion angle are in a given abego region
check input torsion angles is compatible with defined abego
References lines_.
Referenced by check_rama().
| bool core::sequence::ABEGO::cis_omega |
( |
| ) |
|
|
inline |
| char core::sequence::ABEGO::name |
( |
| ) |
|
|
inline |
| Real core::sequence::ABEGO::phi_max |
( |
| ) |
|
|
inline |
| Real core::sequence::ABEGO::phi_min |
( |
| ) |
|
|
inline |
| Real core::sequence::ABEGO::psi_max |
( |
| ) |
|
|
inline |
| Real core::sequence::ABEGO::psi_min |
( |
| ) |
|
|
inline |
| bool core::sequence::ABEGO::cis_omega_ |
|
private |
| utility::vector1< Line > core::sequence::ABEGO::lines_ |
|
private |
| char core::sequence::ABEGO::name_ |
|
private |
| Real core::sequence::ABEGO::phi_max_ |
|
private |
| Real core::sequence::ABEGO::phi_min_ |
|
private |
| Real core::sequence::ABEGO::psi_max_ |
|
private |
| Real core::sequence::ABEGO::psi_min_ |
|
private |
The documentation for this class was generated from the following files: