
Public Member Functions | |
| PointCellPredicateFunctor (const Point &x, const double &tol=1.0e-12) | |
| bool | operator() (const Point &x) const | 
Private Attributes | |
| Point | x_ | 
| double | tol_ | 
Definition at line 137 of file SundancePositionalCellPredicate.hpp.
| Sundance::PointCellPredicateFunctor::PointCellPredicateFunctor | ( | const Point & | x, | |
| const double & |  tol = 1.0e-12 | |||
| ) |  [inline] | 
        
Definition at line 142 of file SundancePositionalCellPredicate.hpp.
| bool PointCellPredicateFunctor::operator() | ( | const Point & | x | ) |  const [virtual] | 
        
Implements Sundance::CellPredicateFunctorBase.
Definition at line 89 of file SundancePositionalCellPredicate.cpp.
References Sundance::Point::dim(), tol_, and x_.
double Sundance::PointCellPredicateFunctor::tol_ [private]           | 
        
Point Sundance::PointCellPredicateFunctor::x_ [private]           |