Hugintrunk
0.1
|
#include <Sieve.h>
Public Member Functions | |
Sieve (int iWidth, int iHeight, int iLength) | |
void | insert (_Key &iElem, int iWidth, int iHeight) |
void | extract (SieveExtractor< _Key > &iEx) |
Private Attributes | |
std::vector < lfeat::bounded_set< _Key, _Compare > > | _buckets |
int | _width |
int | _height |
lfeat::Sieve< _Key, _Compare >::Sieve | ( | int | iWidth, |
int | iHeight, | ||
int | iLength | ||
) |
Definition at line 55 of file Sieve.h.
References lfeat::Sieve< _Key, _Compare >::_buckets.
void lfeat::Sieve< _Key, _Compare >::extract | ( | SieveExtractor< _Key > & | iEx | ) |
void lfeat::Sieve< _Key, _Compare >::insert | ( | _Key & | iElem, |
int | iWidth, | ||
int | iHeight | ||
) |
|
private |
Definition at line 48 of file Sieve.h.
Referenced by lfeat::Sieve< _Key, _Compare >::Sieve().
|
private |
|
private |