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