Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Representation of a valence angle between three atoms. More...
#include <Polypeptide_chain_representation.hpp>
Public Member Functions | |
Bond | get_left_bond () |
Return the bond at the left of the angle. More... | |
Bond | get_right_bond () |
Return the bond at the right of the angle. More... | |
const Atom & | get_left_atom () const |
Return the leftmost atom. More... | |
const Atom & | get_center_atom () const |
Return the central atom. More... | |
const Atom & | get_right_atom () const |
Return the rightmost atom. More... | |
FT | get_valence_angle () const |
Return the value of this angle. More... | |
Representation of a valence angle between three atoms.
|
inline |
Return the central atom.
|
inline |
Return the leftmost atom.
|
inline |
Return the bond at the left of the angle.
|
inline |
Return the rightmost atom.
|
inline |
Return the bond at the right of the angle.
|
inline |
Return the value of this angle.