ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkPriorityQueueContainer.h>
Public Types | |
typedef TElementIdentifier | ElementIdentifierType |
typedef TElementPriority | ElementPriorityType |
typedef TElement | ElementType |
typedef MinPriorityQueueElementWrapper < ElementType, ElementPriorityType, ElementIdentifierType > | Superclass |
Public Member Functions | |
virtual bool | is_greater (const MaxPriorityQueueElementWrapper &element1, const MaxPriorityQueueElementWrapper &element2) const |
virtual bool | is_greater (const Superclass &element1, const Superclass &element2) const |
virtual bool | is_less (const MaxPriorityQueueElementWrapper &element1, const MaxPriorityQueueElementWrapper &element2) const |
virtual bool | is_less (const Superclass &element1, const Superclass &element2) const |
MaxPriorityQueueElementWrapper () | |
MaxPriorityQueueElementWrapper (ElementType element, ElementPriorityType priority) | |
virtual | ~MaxPriorityQueueElementWrapper () |
Definition at line 165 of file itkPriorityQueueContainer.h.
typedef TElementIdentifier itk::MaxPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >::ElementIdentifierType |
Reimplemented from itk::MinPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >.
Definition at line 173 of file itkPriorityQueueContainer.h.
typedef TElementPriority itk::MaxPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >::ElementPriorityType |
Reimplemented from itk::MinPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >.
Definition at line 172 of file itkPriorityQueueContainer.h.
typedef TElement itk::MaxPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >::ElementType |
Reimplemented from itk::MinPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >.
Definition at line 171 of file itkPriorityQueueContainer.h.
typedef MinPriorityQueueElementWrapper< ElementType, ElementPriorityType, ElementIdentifierType > itk::MaxPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >::Superclass |
Reimplemented from itk::MinPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >.
Definition at line 177 of file itkPriorityQueueContainer.h.
itk::MaxPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >::MaxPriorityQueueElementWrapper | ( | ) |
itk::MaxPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >::MaxPriorityQueueElementWrapper | ( | ElementType | element, |
ElementPriorityType | priority | ||
) |
virtual itk::MaxPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >::~MaxPriorityQueueElementWrapper | ( | ) | [inline, virtual] |
Definition at line 183 of file itkPriorityQueueContainer.h.
virtual bool itk::MaxPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >::is_greater | ( | const MaxPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier > & | element1, |
const MaxPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier > & | element2 | ||
) | const [virtual] |
virtual bool itk::MaxPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >::is_greater | ( | const Superclass & | element1, |
const Superclass & | element2 | ||
) | const [virtual] |
virtual bool itk::MaxPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >::is_less | ( | const MaxPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier > & | element1, |
const MaxPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier > & | element2 | ||
) | const [virtual] |
virtual bool itk::MaxPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >::is_less | ( | const Superclass & | element1, |
const Superclass & | element2 | ||
) | const [virtual] |