#include <bond.h>

Public Member Functions | |
| bond_simple_proxy () | |
| Default constructor. Some data members are not initialized! | |
| bond_simple_proxy (af::tiny< unsigned, 2 > const &i_seqs_, double distance_ideal_, double weight_, double slack_=0) | |
| Constructor. | |
| bond_simple_proxy (af::tiny< unsigned, 2 > const &i_seqs_, bond_params const ¶ms) | |
| Constructor. | |
| bond_simple_proxy | sort_i_seqs () const |
| Sorts i_seqs such that i_seq[0] < i_seq[1]. | |
Public Attributes | |
| af::tiny< unsigned, 2 > | i_seqs |
| Indices into array of sites. | |
| bond_simple_proxy | ( | af::tiny< unsigned, 2 > const & | i_seqs_, | |
| bond_params const & | params | |||
| ) | [inline] |
Constructor.
Not available in Python.
1.5.6