Mantid
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
Mantid::Crystal::index Struct Reference

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)
 

Detailed Description

Peak indexing algorithm, which works by assigning multiple possible HKL values to each peak and then culling these options by comparison with neighbouring peaks.

Author
L C Chapon, ISIS, Rutherford Appleton Laboratory
Date
11/08/2009

Definition at line 29 of file IndexSXPeaks.h.

Constructor & Destructor Documentation

◆ index()

Mantid::Crystal::index::index ( int  h,
int  k,
int  l 
)
inline

Definition at line 30 of file IndexSXPeaks.h.

Friends And Related Function Documentation

◆ operator<

bool operator< ( const index i1,
const index i2 
)
friend

Definition at line 31 of file IndexSXPeaks.h.

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const index rhs 
)
friend

Definition at line 55 of file IndexSXPeaks.h.

◆ operator==

bool operator== ( const index i1,
const index i2 
)
friend

Definition at line 46 of file IndexSXPeaks.h.

Member Data Documentation

◆ _h

int Mantid::Crystal::index::_h

Definition at line 59 of file IndexSXPeaks.h.

Referenced by Mantid::Crystal::PeakCandidate::clean().

◆ _k

int Mantid::Crystal::index::_k

Definition at line 59 of file IndexSXPeaks.h.

Referenced by Mantid::Crystal::PeakCandidate::clean().

◆ _l

int Mantid::Crystal::index::_l

Definition at line 59 of file IndexSXPeaks.h.

Referenced by Mantid::Crystal::PeakCandidate::clean().


The documentation for this struct was generated from the following file: