Public Member Functions | |
| CoordinateValueCellPredicateFunctor (int direction, const double &value, const double &tol=1.0e-12) | |
| bool | operator() (const Point &x) const |
Private Attributes | |
| int | direction_ |
| double | value_ |
| double | tol_ |
Definition at line 167 of file SundancePositionalCellPredicate.hpp.
| Sundance::CoordinateValueCellPredicateFunctor::CoordinateValueCellPredicateFunctor | ( | int | direction, |
| const double & | value, | ||
| const double & | tol = 1.0e-12 |
||
| ) | [inline] |
Definition at line 172 of file SundancePositionalCellPredicate.hpp.
| bool CoordinateValueCellPredicateFunctor::operator() | ( | const Point & | x | ) | const [virtual] |
Implements Sundance::CellPredicateFunctorBase.
Definition at line 110 of file SundancePositionalCellPredicate.cpp.
References direction_, tol_, and value_.
Definition at line 180 of file SundancePositionalCellPredicate.hpp.
Referenced by operator()().
double Sundance::CoordinateValueCellPredicateFunctor::tol_ [private] |
Definition at line 182 of file SundancePositionalCellPredicate.hpp.
Referenced by operator()().
double Sundance::CoordinateValueCellPredicateFunctor::value_ [private] |
Definition at line 181 of file SundancePositionalCellPredicate.hpp.
Referenced by operator()().