Public Member Functions
Sundance::PointDataCellPredicateFunctor Class Reference
Inheritance diagram for Sundance::PointDataCellPredicateFunctor:
Sundance::CellPredicateFunctorBase Playa::Handleable< CellPredicateFunctorBase >

List of all members.

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_

Detailed Description

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.


Constructor & Destructor Documentation

Sundance::PointDataCellPredicateFunctor::PointDataCellPredicateFunctor ( const Array< Point > &  locations,
const double &  pointComparisonTolerance 
)

Definition at line 220 of file PDEOptPointData.cpp.


Member Function Documentation

bool Sundance::PointDataCellPredicateFunctor::operator() ( const Point x) const [virtual]

Implements Sundance::CellPredicateFunctorBase.

Definition at line 230 of file PDEOptPointData.cpp.

References pointSet_.


Member Data Documentation

Definition at line 154 of file PDEOptPointData.hpp.

Referenced by operator()().

Site Contact