xmsgrid  1.0
xms::fSatisfies Class Reference

a class used with the boost::geometry::index::satisfies function More...

Public Member Functions

 fSatisfies (size_t a_nVals)
 Constructor. More...
 
template<typename value >
bool operator() (value const &a_) const
 Determines if a point can be returned. If the bit is not set yet. More...
 

Public Attributes

DynBitset m_bits
 bitset that is the size of the points
 

Detailed Description

a class used with the boost::geometry::index::satisfies function

Definition at line 96 of file GmPtSearch.cpp.

Constructor & Destructor Documentation

◆ fSatisfies()

xms::fSatisfies::fSatisfies ( size_t  a_nVals)
inline

Constructor.

Parameters
[in]a_nValsNumber of points

Definition at line 101 of file GmPtSearch.cpp.

Member Function Documentation

◆ operator()()

template<typename value >
bool xms::fSatisfies::operator() ( value const &  a_) const
inline

Determines if a point can be returned. If the bit is not set yet.

Parameters
a_???
Returns
true or false.

Definition at line 112 of file GmPtSearch.cpp.

References m_bits.


The documentation for this class was generated from the following file: