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...
|
| |
◆ Real
◆ String
◆ ABEGO() [1/2]
| core::sequence::ABEGO::ABEGO |
( |
| ) |
|
|
inline |
◆ ABEGO() [2/2]
| core::sequence::ABEGO::ABEGO |
( |
char const & |
name, |
|
|
Real |
phi_min, |
|
|
Real |
phi_max, |
|
|
Real |
psi_min, |
|
|
Real |
psi_max, |
|
|
bool |
cis_omega |
|
) |
| |
|
inline |
◆ ~ABEGO()
| core::sequence::ABEGO::~ABEGO |
( |
| ) |
|
|
default |
◆ add_line()
| void core::sequence::ABEGO::add_line |
( |
Real const |
slope, |
|
|
Real const |
intercept, |
|
|
bool const |
region |
|
) |
| |
add line to specify abego region
References lines_.
◆ check_rama()
| bool core::sequence::ABEGO::check_rama |
( |
Real const & |
phi, |
|
|
Real const & |
psi, |
|
|
Real const & |
omega |
|
) |
| |
◆ check_rama2()
| 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().
◆ cis_omega()
| bool core::sequence::ABEGO::cis_omega |
( |
| ) |
|
|
inline |
◆ name()
| char core::sequence::ABEGO::name |
( |
| ) |
|
|
inline |
◆ phi_max()
| Real core::sequence::ABEGO::phi_max |
( |
| ) |
|
|
inline |
◆ phi_min()
| Real core::sequence::ABEGO::phi_min |
( |
| ) |
|
|
inline |
◆ psi_max()
| Real core::sequence::ABEGO::psi_max |
( |
| ) |
|
|
inline |
◆ psi_min()
| Real core::sequence::ABEGO::psi_min |
( |
| ) |
|
|
inline |
◆ cis_omega_
| bool core::sequence::ABEGO::cis_omega_ |
|
private |
◆ lines_
| utility::vector1< Line > core::sequence::ABEGO::lines_ |
|
private |
◆ name_
| char core::sequence::ABEGO::name_ |
|
private |
◆ phi_max_
| Real core::sequence::ABEGO::phi_max_ |
|
private |
◆ phi_min_
| Real core::sequence::ABEGO::phi_min_ |
|
private |
◆ psi_max_
| Real core::sequence::ABEGO::psi_max_ |
|
private |
◆ psi_min_
| Real core::sequence::ABEGO::psi_min_ |
|
private |
The documentation for this class was generated from the following files: