![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkPriorityQueueContainer.h>
Definition at line 193 of file itkPriorityQueueContainer.h.
Inheritance diagram for itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >:
Collaboration diagram for itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >:Public Member Functions | |
| void | Clear () |
| bool | DeleteElement (const ElementWrapperType &element) |
| bool | Empty () const |
| const char * | GetNameOfClass () const override |
| const ElementWrapperType & | Peek () const |
| void | Pop () |
| PriorityQueueContainer ()=default | |
| template<typename TInputIterator > | |
| PriorityQueueContainer (TInputIterator first, TInputIterator last) | |
| void | Push (ElementWrapperType element) |
| bool | Update (const ElementWrapperType &element) |
| ~PriorityQueueContainer () override=default | |
Public Member Functions inherited from itk::VectorContainer< IdentifierType, TElementWrapper > | |
| Iterator | Begin () |
| ConstIterator | Begin () const |
| const STLContainerType & | CastToSTLConstContainer () const noexcept |
| STLContainerType & | CastToSTLContainer () noexcept |
| reference | CreateElementAt (ElementIdentifier) |
| void | CreateIndex (ElementIdentifier) |
| void | DeleteIndex (ElementIdentifier) |
| reference | ElementAt (ElementIdentifier) |
| const_reference | ElementAt (ElementIdentifier) const |
| Iterator | End () |
| ConstIterator | End () const |
| Element | GetElement (ElementIdentifier) const |
| bool | GetElementIfIndexExists (ElementIdentifier, Element *) const |
| const char * | GetNameOfClass () const override |
| bool | IndexExists (ElementIdentifier) const |
| void | Initialize () |
| void | InsertElement (ElementIdentifier, Element) |
| void | Reserve (ElementIdentifier) |
| void | SetElement (ElementIdentifier, Element) |
| ElementIdentifier | Size () const |
| void | Squeeze () |
Public Member Functions inherited from itk::Object | |
| unsigned long | AddObserver (const EventObject &event, Command *) |
| unsigned long | AddObserver (const EventObject &event, Command *) const |
| unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
| LightObject::Pointer | CreateAnother () const override |
| virtual void | DebugOff () const |
| virtual void | DebugOn () const |
| Command * | GetCommand (unsigned long tag) |
| bool | GetDebug () const |
| MetaDataDictionary & | GetMetaDataDictionary () |
| const MetaDataDictionary & | GetMetaDataDictionary () const |
| virtual ModifiedTimeType | GetMTime () const |
| const char * | GetNameOfClass () const override |
| virtual const TimeStamp & | GetTimeStamp () const |
| bool | HasObserver (const EventObject &event) const |
| void | InvokeEvent (const EventObject &) |
| void | InvokeEvent (const EventObject &) const |
| virtual void | Modified () const |
| void | Register () const override |
| void | RemoveAllObservers () |
| void | RemoveObserver (unsigned long tag) |
| void | SetDebug (bool debugFlag) const |
| void | SetReferenceCount (int) override |
| void | UnRegister () const noexcept override |
| void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
| void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
| virtual void | SetObjectName (std::string _arg) |
| virtual const std::string & | GetObjectName () const |
Public Member Functions inherited from itk::LightObject | |
| Pointer | Clone () const |
| virtual Pointer | CreateAnother () const |
| virtual void | Delete () |
| virtual const char * | GetNameOfClass () const |
| virtual int | GetReferenceCount () const |
| void | Print (std::ostream &os, Indent indent=0) const |
| virtual void | Register () const |
| virtual void | SetReferenceCount (int) |
| virtual void | UnRegister () const noexcept |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::VectorContainer< IdentifierType, TElementWrapper > | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
| static bool | GetGlobalWarningDisplay () |
| static void | GlobalWarningDisplayOff () |
| static void | GlobalWarningDisplayOn () |
| static Pointer | New () |
| static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
| static void | BreakOnError () |
| static Pointer | New () |
Static Public Attributes | |
| static const ElementIdentifierType | m_ElementNotFound |
Protected Member Functions | |
| ElementWrapperType & | GetElementAtLocation (const ElementIdentifierType &identifier) |
| const ElementWrapperType & | GetElementAtLocation (const ElementIdentifierType &identifier) const |
| ElementIdentifierType | GetLeft (const ElementIdentifierType &identifier) const |
| ElementIdentifierType | GetParent (const ElementIdentifierType &identifier) const |
| ElementIdentifierType | GetRight (const ElementIdentifierType &identifier) const |
| bool | HasParent (const ElementIdentifierType &iId) const |
| void | SetElementAtLocation (const ElementIdentifierType &identifier, ElementWrapperType &element) |
| void | UpdateDownTree (const ElementIdentifierType &identifier) |
| void | UpdateUpTree (const ElementIdentifierType &identifier) |
Protected Member Functions inherited from itk::VectorContainer< IdentifierType, TElementWrapper > | |
| VectorContainer ()=default | |
| VectorContainer (size_type n) | |
| VectorContainer (size_type n, const Element &x) | |
| VectorContainer (const Self &r) | |
| VectorContainer (TInputIterator first, TInputIterator last) | |
Protected Member Functions inherited from itk::Object | |
| Object () | |
| bool | PrintObservers (std::ostream &os, Indent indent) const |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
| ~Object () override | |
Protected Member Functions inherited from itk::LightObject | |
| virtual LightObject::Pointer | InternalClone () const |
| LightObject () | |
| virtual void | PrintHeader (std::ostream &os, Indent indent) const |
| virtual void | PrintSelf (std::ostream &os, Indent indent) const |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
| virtual | ~LightObject () |
Protected Attributes | |
| ElementInterfaceType | m_Interface {} |
Protected Attributes inherited from itk::LightObject | |
| std::atomic< int > | m_ReferenceCount {} |
| using itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >::ConstPointer = SmartPointer<const Self> |
Definition at line 199 of file itkPriorityQueueContainer.h.
| using itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >::ElementIdentifierType = TElementIdentifier |
Definition at line 201 of file itkPriorityQueueContainer.h.
| using itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >::ElementInterfaceType = TElementWrapperInterface |
Definition at line 203 of file itkPriorityQueueContainer.h.
| using itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >::ElementWrapperType = TElementWrapper |
Definition at line 202 of file itkPriorityQueueContainer.h.
| using itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >::Pointer = SmartPointer<Self> |
Definition at line 198 of file itkPriorityQueueContainer.h.
| using itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >::Self = PriorityQueueContainer |
Definition at line 196 of file itkPriorityQueueContainer.h.
| using itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >::Superclass = VectorContainer<TElementIdentifier, TElementWrapper> |
Definition at line 197 of file itkPriorityQueueContainer.h.
|
default |
|
overridedefault |
|
inline |
Definition at line 212 of file itkPriorityQueueContainer.h.
| void itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >::Clear | ( | ) |
| bool itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >::DeleteElement | ( | const ElementWrapperType & | element | ) |
Delete element in the container.
| bool itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >::Empty | ( | ) | const |
|
inlineprotected |
Definition at line 260 of file itkPriorityQueueContainer.h.
|
inlineprotected |
Definition at line 266 of file itkPriorityQueueContainer.h.
|
inlineprotected |
Definition at line 285 of file itkPriorityQueueContainer.h.
|
overridevirtual |
Reimplemented from itk::Object.
|
inlineprotected |
Definition at line 279 of file itkPriorityQueueContainer.h.
|
inlineprotected |
Definition at line 291 of file itkPriorityQueueContainer.h.
|
inlineprotected |
Definition at line 297 of file itkPriorityQueueContainer.h.
|
static |
| const ElementWrapperType & itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >::Peek | ( | ) | const |
| void itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >::Pop | ( | ) |
| void itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >::Push | ( | ElementWrapperType | element | ) |
|
inlineprotected |
Definition at line 272 of file itkPriorityQueueContainer.h.
| bool itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >::Update | ( | const ElementWrapperType & | element | ) |
Update element in container.
|
protected |
|
protected |
|
static |
Definition at line 205 of file itkPriorityQueueContainer.h.
|
protected |
Definition at line 257 of file itkPriorityQueueContainer.h.
1.9.3