xmsgeom  1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
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 97 of file GmPtSearch.cpp.

Constructor & Destructor Documentation

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

Constructor.

Parameters
[in]a_nValsNumber of points

Definition at line 102 of file GmPtSearch.cpp.

Member Function Documentation

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 113 of file GmPtSearch.cpp.

References m_bits.


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