Public Member Functions | |
| SloppyPointComparitor (const double &tol) | |
| bool | operator() (const Point &p1, const Point &p2) const |
Private Attributes | |
| double | tol_ |
Do lexigraphic comparison on points, including a bit of sloppiness
Definition at line 102 of file PDEOptPointData.hpp.
| Sundance::SloppyPointComparitor::SloppyPointComparitor | ( | const double & | tol | ) | [inline] |
Definition at line 105 of file PDEOptPointData.hpp.
Definition at line 238 of file PDEOptPointData.cpp.
References Sundance::Point::dim(), and tol_.
double Sundance::SloppyPointComparitor::tol_ [private] |
Definition at line 109 of file PDEOptPointData.hpp.
Referenced by operator()().