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