Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
PQueue< T > Class Template ReferenceConvenient priority queue implemented using the STL's heap algorithm. More...
Detailed Descriptiontemplate<class T>
|
Public Member Functions | |
PQueue () | |
void | push (const T &obj) |
T | pop () |
bool | isEmpty () |
Protected Attributes | |
std::vector< T > | heap |
bool PQueue< T >::isEmpty | ( | ) |
Definition at line 35 of file PQueue.h.
Referenced by KDTree::getBestNKeypointMatch().
T PQueue< T >::pop | ( | ) |
Definition at line 27 of file PQueue.h.
Referenced by KDTree::getBestNKeypointMatch().
void PQueue< T >::push | ( | const T & | obj | ) |
Definition at line 21 of file PQueue.h.
Referenced by KDTree::getBestNKeypointMatch().
Definition at line 17 of file PQueue.h.
Referenced by PQueue< T >::isEmpty(), PQueue< T >::pop(), and PQueue< T >::push().
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:14 2016 by Doxygen 1.6.3 |