ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkPriorityQueueContainer.h>
Definition at line 69 of file itkPriorityQueueContainer.h.
Public Types | |
typedef TElementIdentifier | ElementIdentifierType |
typedef TElementWrapperPointer | ElementWrapperPointerType |
Public Member Functions | |
ElementWrapperPointerInterface () | |
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 () |
Static Public Attributes | |
static const ElementIdentifierType | m_ElementNotFound |
typedef TElementIdentifier itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::ElementIdentifierType |
Definition at line 73 of file itkPriorityQueueContainer.h.
typedef TElementWrapperPointer itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::ElementWrapperPointerType |
Definition at line 72 of file itkPriorityQueueContainer.h.
itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::ElementWrapperPointerInterface | ( | ) |
|
virtual |
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.