#include <BoundedSet.h>
Public Types | |
| typedef std::set< _Key, _Compare >::iterator | iterator |
Public Member Functions | |
| bounded_set () | |
| bounded_set (size_t iMaxSize) | |
| void | setMaxSize (int iMax) |
| sets the max size of bounded set | |
| size_t | max_size () const |
| Returns the maximum size of the bounded_set. | |
| size_t | size () const |
| Returns the size of the limited_multiset. | |
| iterator | begin () |
| iterator | end () |
| void | truncate () |
| void | insert (const _Key &x) |
| std::set< _Key, _Compare > & | getSet () |
Private Attributes | |
| size_t | _maxSize |
| std::set< _Key, _Compare > | _set |
|
|||||
|
Definition at line 50 of file BoundedSet.h. |
|
|||||||||
|
Definition at line 53 of file BoundedSet.h. |
|
||||||||||
|
Definition at line 55 of file BoundedSet.h. |
|
|||||||||
|
Definition at line 75 of file BoundedSet.h. Referenced by KDTreeSpace::KDTree< KE, VTYPE >::recurseNearestNeighboursBBF(). |
|
|||||||||
|
Definition at line 80 of file BoundedSet.h. Referenced by KDTreeSpace::KDTree< KE, VTYPE >::recurseNearestNeighboursBBF(). |
|
|||||||||
|
Definition at line 106 of file BoundedSet.h. Referenced by KDTreeSpace::KDTree< KE, VTYPE >::getNearestNeighboursBBF(). |
|
||||||||||
|
Definition at line 100 of file BoundedSet.h. Referenced by KDTreeSpace::KDTree< KE, VTYPE >::recurseNearestNeighboursBBF(). |
|
|||||||||
|
Returns the maximum size of the bounded_set.
Definition at line 64 of file BoundedSet.h. |
|
||||||||||
|
sets the max size of bounded set
Definition at line 58 of file BoundedSet.h. |
|
|||||||||
|
Returns the size of the limited_multiset.
Definition at line 70 of file BoundedSet.h. Referenced by KDTreeSpace::KDTree< KE, VTYPE >::recurseNearestNeighboursBBF(). |
|
|||||||||
|
Definition at line 90 of file BoundedSet.h. |
|
|||||
|
Definition at line 46 of file BoundedSet.h. |
|
|||||
|
Definition at line 47 of file BoundedSet.h. |
1.3.9.1