|
Gemmi C++ API
|
#include <bond_idx.hpp>
Classes | |
| struct | AtomImage |
Public Member Functions | |
| BondIndex (const Model &model_) | |
| void | add_oneway_link (const Atom &a, const Atom &b, bool same_image) |
| void | add_link (const Atom &a, const Atom &b, bool same_image) |
| void | add_monomer_bonds (MonLib &monlib) |
| bool | are_linked (const Atom &a, const Atom &b, bool same_image) const |
| int | graph_distance (const Atom &a, const Atom &b, bool same_image, int max_distance=4) const |
Public Attributes | |
| const Model & | model |
| std::map< int, std::vector< AtomImage > > | index |
Definition at line 14 of file bond_idx.hpp.
Definition at line 26 of file bond_idx.hpp.
Definition at line 32 of file bond_idx.hpp.
Definition at line 39 of file bond_idx.hpp.
Definition at line 47 of file bond_idx.hpp.
Definition at line 68 of file bond_idx.hpp.
|
inline |
Definition at line 72 of file bond_idx.hpp.
Definition at line 15 of file bond_idx.hpp.
Definition at line 24 of file bond_idx.hpp.