xmscore
1.0
|
#include <functors.h>
Public Member Functions | |
ltPt3 (T a_xytol, T a_ztol) | |
constructor More... | |
bool | operator() (const Pt3< T > lhs, const Pt3< T > rhs) const |
does comparison More... | |
Private Attributes | |
T | m_xytol |
xy tolerance | |
T | m_ztol |
z tolerance | |
|
inline |
constructor
a_xytol | XY tolerance. |
a_ztol | Z tolerance. |
Definition at line 32 of file functors.h.
|
inline |
does comparison
lhs | Left hand side. |
rhs | Right hand side. |
Definition at line 43 of file functors.h.
References xms::EQ_TOL(), xms::LT_TOL(), xms::Pt3< T >::x, xms::Pt3< T >::y, and xms::Pt3< T >::z.