Wondercoll
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | Protected Attributes | List of all members
CvPriorityQueueFloat Class Reference

Public Member Functions

bool Init (const CvMat *f)
 
bool Add (const CvMat *f)
 
bool Push (int i, int j, float T)
 
bool Pop (int *i, int *j)
 
bool Pop (int *i, int *j, float *T)
 
 CvPriorityQueueFloat (void)
 
 ~CvPriorityQueueFloat (void)
 

Protected Attributes

CvHeapElemmem
 
CvHeapElemempty
 
CvHeapElemhead
 
CvHeapElemtail
 
int num
 
int in
 

Constructor & Destructor Documentation

CvPriorityQueueFloat::CvPriorityQueueFloat ( void  )
CvPriorityQueueFloat::~CvPriorityQueueFloat ( void  )

Member Function Documentation

bool CvPriorityQueueFloat::Add ( const CvMat f)
bool CvPriorityQueueFloat::Init ( const CvMat f)
bool CvPriorityQueueFloat::Pop ( int i,
int j 
)
bool CvPriorityQueueFloat::Pop ( int i,
int j,
float T 
)
bool CvPriorityQueueFloat::Push ( int  i,
int  j,
float  T 
)

Member Data Documentation

CvHeapElem * CvPriorityQueueFloat::empty
protected
CvHeapElem * CvPriorityQueueFloat::head
protected
int CvPriorityQueueFloat::in
protected
CvHeapElem* CvPriorityQueueFloat::mem
protected
int CvPriorityQueueFloat::num
protected
CvHeapElem * CvPriorityQueueFloat::tail
protected

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