Mantid
|
Peak indexing algorithm, which works by assigning multiple possible HKL values to each peak and then culling these options by comparison with neighbouring peaks. More...
#include <IndexSXPeaks.h>
Public Member Functions | |
index (int h, int k, int l) | |
Public Attributes | |
int | _h |
int | _k |
int | _l |
Friends | |
bool | operator< (const index &i1, const index &i2) |
std::ostream & | operator<< (std::ostream &os, const index &rhs) |
bool | operator== (const index &i1, const index &i2) |
Peak indexing algorithm, which works by assigning multiple possible HKL values to each peak and then culling these options by comparison with neighbouring peaks.
Definition at line 29 of file IndexSXPeaks.h.
|
inline |
Definition at line 30 of file IndexSXPeaks.h.
Definition at line 31 of file IndexSXPeaks.h.
|
friend |
Definition at line 55 of file IndexSXPeaks.h.
Definition at line 46 of file IndexSXPeaks.h.
int Mantid::Crystal::index::_h |
Definition at line 59 of file IndexSXPeaks.h.
Referenced by Mantid::Crystal::PeakCandidate::clean().
int Mantid::Crystal::index::_k |
Definition at line 59 of file IndexSXPeaks.h.
Referenced by Mantid::Crystal::PeakCandidate::clean().
int Mantid::Crystal::index::_l |
Definition at line 59 of file IndexSXPeaks.h.
Referenced by Mantid::Crystal::PeakCandidate::clean().