#include <angle.h>
Public Types | |
| typedef af::tiny< unsigned, 3 > | i_seqs_type |
| Support for shared_proxy_select. | |
Public Member Functions | |
| angle_proxy () | |
| Default constructor. Some data members are not initialized! | |
| angle_proxy (i_seqs_type const &i_seqs_, double angle_ideal_, double weight_) | |
| Constructor. | |
| angle_proxy (i_seqs_type const &i_seqs_, af::shared< sgtbx::rt_mx > const &sym_ops_, double angle_ideal_, double weight_) | |
| Constructor. | |
| angle_proxy (i_seqs_type const &i_seqs_, angle_proxy const &proxy) | |
| Constructor. | |
| angle_proxy (i_seqs_type const &i_seqs_, af::shared< sgtbx::rt_mx > const &sym_ops_, angle_proxy const &proxy) | |
| Constructor. | |
| angle_proxy | sort_i_seqs () const |
| Sorts i_seqs such that i_seq[0] < i_seq[2]. | |
Public Attributes | |
| i_seqs_type | i_seqs |
| Indices into array of sites. | |
|
scitbx::optional_copy < af::shared< sgtbx::rt_mx > > | sym_ops |
| Optional array of symmetry operations. | |
| double | angle_ideal |
| Parameter. | |
| double | weight |
| Parameter. | |
| angle_proxy | ( | i_seqs_type const & | i_seqs_, | |
| angle_proxy const & | proxy | |||
| ) | [inline] |
Constructor.
Not available in Python.
| angle_proxy | ( | i_seqs_type const & | i_seqs_, | |
| af::shared< sgtbx::rt_mx > const & | sym_ops_, | |||
| angle_proxy const & | proxy | |||
| ) | [inline] |
Constructor.
Not available in Python.
1.5.6