template<typename TElementWrapper, typename TElementWrapperInterface, typename TElementPriority = double, typename TElementIdentifier = IdentifierType>
class itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >
Definition at line 193 of file itkPriorityQueueContainer.h.
|
void | Clear () |
|
virtual::itk::LightObject::Pointer | CreateAnother () const |
|
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 |
|
Iterator | Begin () |
|
Iterator | Begin () |
|
ConstIterator | Begin () const |
|
ConstIterator | Begin () const |
|
const STLContainerType & | CastToSTLConstContainer () const noexcept |
|
const STLContainerType & | CastToSTLConstContainer () const noexcept |
|
STLContainerType & | CastToSTLContainer () noexcept |
|
STLContainerType & | CastToSTLContainer () noexcept |
|
virtual::itk::LightObject::Pointer | CreateAnother () const |
|
virtual::itk::LightObject::Pointer | CreateAnother () const |
|
reference | CreateElementAt (ElementIdentifier) |
|
reference | CreateElementAt (ElementIdentifier) |
|
void | CreateIndex (ElementIdentifier) |
|
void | CreateIndex (ElementIdentifier) |
|
void | DeleteIndex (ElementIdentifier) |
|
void | DeleteIndex (ElementIdentifier) |
|
reference | ElementAt (ElementIdentifier) |
|
reference | ElementAt (ElementIdentifier) |
|
const_reference | ElementAt (ElementIdentifier) const |
|
const_reference | ElementAt (ElementIdentifier) const |
|
Iterator | End () |
|
Iterator | End () |
|
ConstIterator | End () const |
|
ConstIterator | End () const |
|
Element | GetElement (ElementIdentifier) const |
|
Element | GetElement (ElementIdentifier) const |
|
bool | GetElementIfIndexExists (ElementIdentifier, Element *) const |
|
bool | GetElementIfIndexExists (ElementIdentifier, Element *) const |
|
const char * | GetNameOfClass () const override |
|
const char * | GetNameOfClass () const override |
|
bool | IndexExists (ElementIdentifier) const |
|
bool | IndexExists (ElementIdentifier) const |
|
void | Initialize () |
|
void | Initialize () |
|
void | InsertElement (ElementIdentifier, Element) |
|
void | InsertElement (ElementIdentifier, Element) |
|
void | Reserve (ElementIdentifier) |
|
void | Reserve (ElementIdentifier) |
|
void | SetElement (ElementIdentifier, Element) |
|
void | SetElement (ElementIdentifier, Element) |
|
ElementIdentifier | Size () const |
|
ElementIdentifier | Size () const |
|
void | Squeeze () |
|
void | Squeeze () |
|
unsigned long | AddObserver (const EventObject &event, Command *cmd) 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) const |
|
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 |
|
Pointer | Clone () const |
|
virtual void | Delete () |
|
virtual int | GetReferenceCount () const |
|
void | Print (std::ostream &os, Indent indent=0) const |
|
template<typename TElementWrapper, typename TElementWrapperInterface, typename TElementPriority = double, typename TElementIdentifier = IdentifierType>
virtual::itk::LightObject::Pointer itk::PriorityQueueContainer< TElementWrapper, TElementWrapperInterface, TElementPriority, TElementIdentifier >::CreateAnother |
( |
| ) |
const |
|
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.