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 98 of file PDEOptPointData.hpp.


Constructor & Destructor Documentation

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

Definition at line 178 of file PDEOptPointData.cpp.


Member Function Documentation

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

Implements Sundance::CellPredicateFunctorBase.

Definition at line 188 of file PDEOptPointData.cpp.

References pointSet_.


Member Data Documentation

Definition at line 112 of file PDEOptPointData.hpp.

Referenced by operator()().

Site Contact