#include <direct_space_asu.h>
Public Member Functions | |
| asu_mapping () | |
| Default constructor. Some data members are not initialized! | |
| asu_mapping (unsigned i_sym_op, scitbx::vec3< IntShiftType > const &unit_shifts, cartesian< FloatType > const &mapped_site) | |
| Grouping of parameters that define the mapping. | |
| unsigned | i_sym_op () const |
| Index of symmetry operation. | |
|
scitbx::vec3< IntShiftType > const & | unit_shifts () const |
| Additional unit shifts. | |
| cartesian< FloatType > const & | mapped_site () const |
| Cartesian coordinates of the mapped site. | |
| asu_mapping | ( | unsigned | i_sym_op, | |
| scitbx::vec3< IntShiftType > const & | unit_shifts, | |||
| cartesian< FloatType > const & | mapped_site | |||
| ) | [inline] |
Grouping of parameters that define the mapping.
Not available in Python.
| cartesian<FloatType> const& mapped_site | ( | ) | const [inline] |
Cartesian coordinates of the mapped site.
mapped_site = space_group(i_sym_op()) * orginal_site + unit_shifts()
1.5.6