Skip to content

Use itk::PriorityQueueContainer instead of std::priority_queue #2

@arnaudgelas

Description

@arnaudgelas

In the current ITK implementation the used priority queue was taken from the STL and could element could not be updated.
Instead of inserting/pushing all elements, we need to update the element if it is already in the container, else insert it.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions