|
SimpleFastOpenAtomicVisualiser
|


Go to the source code of this file.
Functions | |
| std::map< uint64_t, std::set< uint64_t > > | determineBonds (std::vector< uint64_t > forAtoms, std::vector< Atom > &atoms, float cutOff) |
| Obtain bonds based on a fixed distance cutOff using Neighbours. | |
| std::map< uint64_t, std::set< uint64_t > > determineBonds | ( | std::vector< uint64_t > | forAtoms, |
| std::vector< Atom > & | atoms, | ||
| float | cutOff | ||
| ) |
Obtain bonds based on a fixed distance cutOff using Neighbours.
| forAtoms | the atoms to find bonds for. |
| atoms | the Atoms to bond. |
| cutOff | the distance cutoff below which Atoms are bonded. |