Sails::Reflection
struct Sails::Reflection
Reflection represents a reflection in a crystallographic dataset.
The Reflection class is used to store various properties of a reflection, including its HKL values and associated numerical pairs. It provides constructors to initialize different combinations of properties.
Summary
Members | Descriptions |
---|---|
| |
| |
| |
| |
| |
|
Members
public
HKL
hkl
public
NumberPair
f_sigf
public
NumberPair
fwt_phwt
public
NumberPair
delfwt_phdelwt
public inline
Reflection
(const
HKL
& hkl, const
NumberPair
& f_sigf)
public inline
Reflection
(const
HKL
& hkl, const
NumberPair
& f_sigf, const
NumberPair
& fwt_phwt)
public inline
Reflection
(const
HKL
& hkl, const
NumberPair
& f_sigf, const
NumberPair
& fwt_phwt, const
NumberPair
& delfwt_phdelwt)
Last modified: 23 November 2024