#include <symop.h>
Public Member Functions | |
Isymop () | |
null constructor | |
Isymop (const RTop< int > &rt) | |
constructor: RTop | |
Isymop (const Symop &symop, const Grid &grid) | |
constructor |
This is used for optimised calculations in real and reciprocal space
constructor
Integerised symops are more efficient when handling integer coordinate types, e.g. HKL, Coord_grid. The rotation parts of the integerised symop are general and can be used for any recirpocal space data. The translation part is specific to an individual grid.
symop | The conventional symop. | |
grid | The specific grid. |