ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkPriorityQueueContainer.h>
Public Types | |
typedef TElementIdentifier | ElementIdentifierType |
typedef TElement | ElementType |
Public Member Functions | |
ElementWrapperInterface () | |
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 () |
Static Public Attributes | |
static const ElementIdentifierType | m_ElementNotFound |
Definition at line 37 of file itkPriorityQueueContainer.h.
typedef TElementIdentifier itk::ElementWrapperInterface< TElement, TElementIdentifier >::ElementIdentifierType |
Reimplemented in itk::MaxPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >, and itk::MinPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >.
Definition at line 41 of file itkPriorityQueueContainer.h.
typedef TElement itk::ElementWrapperInterface< TElement, TElementIdentifier >::ElementType |
Reimplemented in itk::MaxPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >, and itk::MinPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >.
Definition at line 40 of file itkPriorityQueueContainer.h.
itk::ElementWrapperInterface< TElement, TElementIdentifier >::ElementWrapperInterface | ( | ) |
virtual itk::ElementWrapperInterface< TElement, TElementIdentifier >::~ElementWrapperInterface | ( | ) | [virtual] |
virtual ElementIdentifierType itk::ElementWrapperInterface< TElement, TElementIdentifier >::GetLocation | ( | const ElementType & | element | ) | const [pure virtual] |
virtual bool itk::ElementWrapperInterface< TElement, TElementIdentifier >::is_greater | ( | const ElementType & | element1, |
const ElementType & | element2 | ||
) | const [pure virtual] |
virtual bool itk::ElementWrapperInterface< TElement, TElementIdentifier >::is_less | ( | const ElementType & | element1, |
const ElementType & | element2 | ||
) | const [pure virtual] |
virtual void itk::ElementWrapperInterface< TElement, TElementIdentifier >::SetLocation | ( | ElementType & | element, |
const ElementIdentifierType & | identifier | ||
) | [pure virtual] |
const ElementIdentifierType itk::ElementWrapperInterface< TElement, TElementIdentifier >::m_ElementNotFound [static] |
Definition at line 43 of file itkPriorityQueueContainer.h.