Public Member Functions | |
| PointDataCellPredicateFunctor (const Array< Point > &locations, const double &pointComparisonTolerance) | |
| virtual bool | operator() (const Point &x) const |
Private Attributes | |
Handleable interface | |
| std::set< Point, SloppyPointComparitor > | pointSet_ |
This is a functor that allows a positional cell predicate to test against the locations of the sensors.
Definition at line 140 of file PDEOptPointData.hpp.
| Sundance::PointDataCellPredicateFunctor::PointDataCellPredicateFunctor | ( | const Array< Point > & | locations, |
| const double & | pointComparisonTolerance | ||
| ) |
Definition at line 220 of file PDEOptPointData.cpp.
| bool Sundance::PointDataCellPredicateFunctor::operator() | ( | const Point & | x | ) | const [virtual] |
Implements Sundance::CellPredicateFunctorBase.
Definition at line 230 of file PDEOptPointData.cpp.
References pointSet_.
std::set<Point, SloppyPointComparitor> Sundance::PointDataCellPredicateFunctor::pointSet_ [private] |
Definition at line 154 of file PDEOptPointData.hpp.
Referenced by operator()().