|
Clipper
|
fractional reciprocal coordinate (i.e. non-integer hkl) More...
#include <coords.h>
Public Member Functions | |
| Coord_reci_frac () | |
| null constructor | |
| Coord_reci_frac (const Vec3<> &v) | |
| constructor: copy/convert | |
| Coord_reci_frac (const ftype &us, const ftype &vs, const ftype &ws) | |
| constructor: from u,v,w | |
| Coord_reci_frac (const HKL &hkl) | |
| constructor: from HKL | |
| HKL | hkl () const |
| round to HKL | |
| ftype | invresolsq (const Cell &cell) const |
| return inverse resolution squared for this reflection in given cell | |
| const ftype & | us () const |
| get u* | |
| const ftype & | vs () const |
| get v* | |
| const ftype & | ws () const |
| get w* | |
| Coord_reci_orth | coord_reci_orth (const Cell &cell) const |
| fractional-orthogonal reciprocal space coordinate conversion | |
| Coord_reci_frac | transform (const RTop_frac &op) const |
| return transformed coordinate | |
| String | format () const |
| return formatted String representation | |
fractional reciprocal coordinate (i.e. non-integer hkl)
return inverse resolution squared for this reflection in given cell
| cell | The cell concerned |
References clipper::Metric_tensor::lengthsq(), and clipper::Cell::metric_reci().
| Coord_reci_orth clipper::Coord_reci_frac::coord_reci_orth | ( | const Cell & | cell | ) | const [inline] |
fractional-orthogonal reciprocal space coordinate conversion
| cell | The cell concerned |
References clipper::Cell::matrix_frac().
Referenced by clipper::HKL::coord_reci_orth().
| String clipper::Coord_reci_frac::format | ( | ) | const |
return formatted String representation
Reimplemented from clipper::Vec3<>.
1.7.4