Mantid
|
Equality-functor for comparison of atom positions with specifiable precision. More...
#include <Group.h>
Public Member Functions | |
AtomPositionsEqual (double precision=1.e-4) | |
bool | operator() (const Kernel::V3D &lhs, const Kernel::V3D &rhs) const |
Private Attributes | |
double | m_precision |
Equality-functor for comparison of atom positions with specifiable precision.
|
inline |
|
inline |
Definition at line 26 of file Group.h.
References fabs, rhs, Mantid::Kernel::V3D::X(), Mantid::Kernel::V3D::Y(), and Mantid::Kernel::V3D::Z().
|
private |