#include <bond.h>

Public Member Functions | |
| bond_sym_proxy () | |
| Default constructor. Some data members are not initialized! | |
| bond_sym_proxy (af::tiny< unsigned, 2 > const &i_seqs_, sgtbx::rt_mx const &rt_mx_ji_, double distance_ideal_, double weight_, double slack_=0) | |
| Constructor. | |
| bond_sym_proxy (af::tiny< unsigned, 2 > const &i_seqs_, sgtbx::rt_mx const &rt_mx_ji_, bond_params const ¶ms) | |
| Constructor. | |
Public Attributes | |
| af::tiny< unsigned, 2 > | i_seqs |
| Indices into array of sites. | |
| sgtbx::rt_mx | rt_mx_ji |
| Symmetry operation to be applied to i_seqs[1]. | |
| bond_sym_proxy | ( | af::tiny< unsigned, 2 > const & | i_seqs_, | |
| sgtbx::rt_mx const & | rt_mx_ji_, | |||
| bond_params const & | params | |||
| ) | [inline] |
Constructor.
Not available in Python.
Symmetry operation to be applied to i_seqs[1].
The bond is between sites_frac[i_seqs[0]] and rt_mx_ji * sites_frac[i_seqs[1]].
Referenced by bond::bond().
1.5.6