#include <itkPriorityQueueContainer.h>
Definition at line 69 of file itkPriorityQueueContainer.h.
Public Types | |
| using | ElementIdentifierType = TElementIdentifier |
| using | ElementWrapperPointerType = TElementWrapperPointer |
Public Member Functions | |
| ElementWrapperPointerInterface ()=default | |
| TElementIdentifier | GetLocation (const ElementWrapperPointerType &element) const |
| virtual bool | is_greater (const ElementWrapperPointerType &element1, const ElementWrapperPointerType &element2) const |
| virtual bool | is_less (const ElementWrapperPointerType &element1, const ElementWrapperPointerType &element2) const |
| void | SetLocation (ElementWrapperPointerType &element, const ElementIdentifierType &identifier) |
| virtual | ~ElementWrapperPointerInterface ()=default |
Static Public Attributes | |
| static const ElementIdentifierType | m_ElementNotFound |
| using itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::ElementIdentifierType = TElementIdentifier |
Definition at line 73 of file itkPriorityQueueContainer.h.
| using itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::ElementWrapperPointerType = TElementWrapperPointer |
Definition at line 72 of file itkPriorityQueueContainer.h.
|
default |
|
virtualdefault |
| TElementIdentifier itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::GetLocation | ( | const ElementWrapperPointerType & | element | ) | const |
|
virtual |
|
virtual |
| void itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::SetLocation | ( | ElementWrapperPointerType & | element, |
| const ElementIdentifierType & | identifier ) |
|
static |
Definition at line 75 of file itkPriorityQueueContainer.h.