![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Representation of a proper dihedral angle between four atoms. More...
#include <Linear_polymer_representation.hpp>
Public Member Functions | |
| Bond | get_left_bond () |
| Return the leftmost bond. | |
| Bond | get_center_bond () |
| Return the central bond. | |
| Bond | get_right_bond () |
| Return the rightmost bond. | |
| const Atom & | get_left_atom () const |
| Return the leftmost atom. | |
| const Atom & | get_left_center_atom () const |
| Return the second left atom. | |
| const Atom & | get_right_center_atom () const |
| Return the second right atom. | |
| const Atom & | get_right_atom () const |
| Return the rightmost atom. | |
| FT | get_dihedral_angle () const |
| Return the value of this angle. | |
Representation of a proper dihedral angle between four atoms.
|
inline |
Return the central bond.
|
inline |
Return the value of this angle.
|
inline |
Return the leftmost atom.
|
inline |
Return the leftmost bond.
|
inline |
Return the second left atom.
|
inline |
Return the rightmost atom.
|
inline |
Return the rightmost bond.
|
inline |
Return the second right atom.