ITK
5.2.0
Insight Toolkit
|
#include <itkPriorityQueueContainer.h>
Public Member Functions | |
void | Clear () |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
bool | DeleteElement (const ElementWrapperType &element) |
bool | Empty () const |
virtual const char * | GetNameOfClass () const |
const ElementWrapperType & | Peek () const |
void | Pop () |
PriorityQueueContainer () | |
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< TElementIdentifier, TElementWrapper > | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
STLContainerType & | CastToSTLContainer () noexcept |
const STLContainerType & | CastToSTLConstContainer () const noexcept |
reference | ElementAt (ElementIdentifier) |
const_reference | ElementAt (ElementIdentifier) const |
reference | CreateElementAt (ElementIdentifier) |
Element | GetElement (ElementIdentifier) const |
void | SetElement (ElementIdentifier, Element) |
void | InsertElement (ElementIdentifier, Element) |
bool | IndexExists (ElementIdentifier) const |
bool | GetElementIfIndexExists (ElementIdentifier, Element *) const |
void | CreateIndex (ElementIdentifier) |
void | DeleteIndex (ElementIdentifier) |
ConstIterator | Begin () const |
Iterator | Begin () |
ConstIterator | End () const |
Iterator | End () |
ElementIdentifier | Size () const |
void | Reserve (ElementIdentifier) |
void | Squeeze () |
void | Initialize () |
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 |
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 |
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 void | Delete () |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::VectorContainer< TElementIdentifier, 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< TElementIdentifier, TElementWrapper > | |
VectorContainer () | |
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 () | |
~Object () override | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (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 |
Definition at line 193 of file itkPriorityQueueContainer.h.
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.
itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >::PriorityQueueContainer | ( | ) |
|
overridedefault |
|
inline |
Definition at line 212 of file itkPriorityQueueContainer.h.
void itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >::Clear | ( | ) |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
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.
|
virtual |
Standard part of every itk Object.
Reimplemented from itk::VectorContainer< TElementIdentifier, TElementWrapper >.
|
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.