Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Representation of a bond between two atoms. More...
#include <Polypeptide_chain_representation.hpp>
Public Member Functions | |
const Atom & | get_first_atom () const |
Access to the first atom in the bond. More... | |
const Atom & | get_second_atom () const |
Access to the second atom in the bond. More... | |
FT | get_bond_length () const |
Access to the length of the bond. More... | |
Representation of a bond between two atoms.
|
inline |
Access to the length of the bond.
|
inline |
Access to the first atom in the bond.
|
inline |
Access to the second atom in the bond.