![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <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 |
Definition at line 69 of file itkPriorityQueueContainer.h.
| 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 itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::~ElementWrapperPointerInterface | ( | ) | [virtual] |
| TElementIdentifier itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::GetLocation | ( | const ElementWrapperPointerType & | element | ) | const |
| virtual bool itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::is_greater | ( | const ElementWrapperPointerType & | element1, |
| const ElementWrapperPointerType & | element2 | ||
| ) | const [virtual] |
| virtual bool itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::is_less | ( | const ElementWrapperPointerType & | element1, |
| const ElementWrapperPointerType & | element2 | ||
| ) | const [virtual] |
| void itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::SetLocation | ( | ElementWrapperPointerType & | element, |
| const ElementIdentifierType & | identifier | ||
| ) |
const ElementIdentifierType itk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >::m_ElementNotFound [static] |
Definition at line 75 of file itkPriorityQueueContainer.h.
1.7.6.1