#include <chirality.h>
Public Types | |
| typedef af::tiny< unsigned, 4 > | i_seqs_type |
| Support for shared_proxy_select. | |
Public Member Functions | |
| chirality_proxy () | |
| Default constructor. Some data members are not initialized! | |
| chirality_proxy (i_seqs_type const &i_seqs_, double volume_ideal_, bool both_signs_, double weight_) | |
| Constructor. | |
| chirality_proxy (i_seqs_type const &i_seqs_, chirality_proxy const &other) | |
| Constructor. | |
| chirality_proxy | sort_i_seqs () const |
| Sorts i_seqs such that i_seq[1] < i_seq[2] < i_seq[3]. | |
Public Attributes | |
| i_seqs_type | i_seqs |
| Indices into array of sites. | |
| double | volume_ideal |
| Parameter. | |
| bool | both_signs |
| Parameter. | |
| double | weight |
| Parameter. | |
1.5.6