#include <itkPriorityQueueContainer.h>
Public Types | |
typedef TElementIdentifier | ElementIdentifierType |
typedef TElementWrapperPointer | ElementWrapperPointerType |
Public Member Functions | |
ElementWrapperPointerInterface () | |
TElementIdentifier | GetLocation (const ElementWrapperPointerType &element) |
bool | is_greater (const ElementWrapperPointerType &element1, const ElementWrapperPointerType &element2) |
bool | is_less (const ElementWrapperPointerType &element1, const ElementWrapperPointerType &element2) |
void | SetLocation (ElementWrapperPointerType element, const ElementIdentifierType &identifier) |
~ElementWrapperPointerInterface () |
Definition at line 59 of file itkPriorityQueueContainer.h.
typedef TElementIdentifier itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::ElementIdentifierType |
Definition at line 63 of file itkPriorityQueueContainer.h.
typedef TElementWrapperPointer itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::ElementWrapperPointerType |
Definition at line 62 of file itkPriorityQueueContainer.h.
itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::ElementWrapperPointerInterface | ( | ) | [inline] |
Definition at line 65 of file itkPriorityQueueContainer.h.
itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::~ElementWrapperPointerInterface | ( | ) | [inline] |
Definition at line 66 of file itkPriorityQueueContainer.h.
TElementIdentifier itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::GetLocation | ( | const ElementWrapperPointerType & | element | ) | [inline] |
Definition at line 68 of file itkPriorityQueueContainer.h.
bool itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::is_greater | ( | const ElementWrapperPointerType & | element1, | |
const ElementWrapperPointerType & | element2 | |||
) | [inline] |
Definition at line 83 of file itkPriorityQueueContainer.h.
bool itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::is_less | ( | const ElementWrapperPointerType & | element1, | |
const ElementWrapperPointerType & | element2 | |||
) | [inline] |
Definition at line 78 of file itkPriorityQueueContainer.h.
void itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::SetLocation | ( | ElementWrapperPointerType | element, | |
const ElementIdentifierType & | identifier | |||
) | [inline] |
Definition at line 73 of file itkPriorityQueueContainer.h.