Clipper
Public Member Functions
clipper::Isymop Class Reference

Integerised symmetry matrix. More...

#include <symop.h>

Inheritance diagram for clipper::Isymop:
clipper::RTop< int >

List of all members.

Public Member Functions

 Isymop ()
 null constructor
 Isymop (const RTop< int > &rt)
 constructor: RTop
 Isymop (const Symop &symop, const Grid &grid)
 constructor

Detailed Description

Integerised symmetry matrix.

This is used for optimised calculations in real and reciprocal space


Constructor & Destructor Documentation

clipper::Isymop::Isymop ( const Symop symop,
const Grid grid 
)

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.

Parameters:
symopThe conventional symop.
gridThe specific grid.

References clipper::Util::intr(), clipper::Grid::nu(), clipper::Grid::nv(), clipper::Grid::nw(), clipper::RTop< T >::rot(), clipper::RTop< int >::rot(), clipper::RTop< T >::trn(), and clipper::RTop< int >::trn().


The documentation for this class was generated from the following files: