#include <coords.h>
Public Member Functions | |
HKL () | |
null constructor | |
HKL (const Vec3< int > &v) | |
constructor: copy/convert | |
HKL (const int &h, const int &k, const int &l) | |
constructor: from H,K,L | |
const int & | h () const |
get h | |
const int & | k () const |
get k | |
const int & | l () const |
get l | |
int & | h () |
set h | |
int & | k () |
set k | |
int & | l () |
set l | |
ftype | invresolsq (const Cell &cell) const |
return inverse resolution squared for this reflection in given cell | |
Coord_reci_frac | coord_reci_frac () const |
return fractional reciprocal coordinate (i.e. non-integer HKL) | |
Coord_reci_orth | coord_reci_orth (const Cell &cell) const |
orthogonal-fractional reciprocal space coordinate conversion | |
HKL | transform (const Symop &op) const |
return transformed hkl | |
HKL | transform (const Isymop &op) const |
return transformed hkl | |
ftype | sym_phase_shift (const Symop &op) const |
return symmetry phase shift for this HKL under op | |
String | format () const |
return formatted String representation | |
Friends | |
HKL | operator- (const HKL &h1) |
HKL | operator+ (const HKL &h1, const HKL &h2) |
HKL | operator- (const HKL &h1, const HKL &h2) |
HKL | operator* (const int &s, const HKL &h1) |
HKL | operator* (const Isymop &op, const HKL &h1) |
return inverse resolution squared for this reflection in given cell
Coord_reci_frac clipper::HKL::coord_reci_frac | ( | ) | const [inline] |
Coord_reci_orth clipper::HKL::coord_reci_orth | ( | const Cell & | cell | ) | const [inline] |
orthogonal-fractional reciprocal space coordinate conversion
cell | The cell concerned |
return transformed hkl
Requires integer->ftype->integer transformation.
op | The symmetry operator |
return transformed hkl
Optimal version.
op | The symmetry operator |
String clipper::HKL::format | ( | ) | const |
return formatted String representation
Reimplemented from clipper::Vec3< int >.