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 () |
ElementIdentifierType | GetLocation (const MinPriorityQueueElementWrapper &element) const |
virtual bool | is_greater (const MinPriorityQueueElementWrapper &element1, const MinPriorityQueueElementWrapper &element2) const |
virtual bool | is_less (const MinPriorityQueueElementWrapper &element1, const MinPriorityQueueElementWrapper &element2) const |
| MinPriorityQueueElementWrapper () |
| MinPriorityQueueElementWrapper (ElementType element, ElementPriorityType priority) |
bool | operator< (const MinPriorityQueueElementWrapper &other) const |
bool | operator== (const MinPriorityQueueElementWrapper &other) const |
bool | operator> (const MinPriorityQueueElementWrapper &other) const |
void | SetLocation (MinPriorityQueueElementWrapper &element, const ElementIdentifierType &identifier) |
virtual | ~MinPriorityQueueElementWrapper () |
| ElementWrapperInterface () |
virtual ElementIdentifierType | GetLocation (const ElementType &element) const =0 |
virtual void | SetLocation (ElementType &element, const ElementIdentifierType &identifier)=0 |
virtual | ~ElementWrapperInterface () |
template<typename TElement, typename TElementPriority = double, typename TElementIdentifier = IdentifierType>
class itk::MaxPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >
Definition at line 165 of file itkPriorityQueueContainer.h.