Mantid
|
Small helper functor to calculate d-Values from a unit cell. More...
Public Member Functions | |
LatticeSpacingCalculator (const UnitCell &cell) | |
double | operator() (const V3D &hkl) |
Private Attributes | |
UnitCell | m_cell |
Small helper functor to calculate d-Values from a unit cell.
Definition at line 19 of file ReflectionGenerator.cpp.
|
inlineexplicit |
Definition at line 21 of file ReflectionGenerator.cpp.
|
inline |
Definition at line 23 of file ReflectionGenerator.cpp.
References Mantid::Geometry::UnitCell::d(), and m_cell.
|
private |
Definition at line 26 of file ReflectionGenerator.cpp.
Referenced by operator()().