[Olena] #142: Add iterators on graphs

#142: Add iterators on graphs ----------------------+----------------------------------------------------- Reporter: levill_r | Owner: levill_r Type: task | Status: new Priority: major | Milestone: Olena 1.0 Component: Milena | Version: 1.0 Keywords: | ----------------------+----------------------------------------------------- We need these, at least: * iterator on vertices (forward, backward) * iterator on edges (forward, backward) * iterator on the adjacent edges of a vertex (forward, backward) * iterator on the adjacent edges of an edge (forward, backward) -- Ticket URL: <https://trac.lrde.org/olena/ticket/142> Olena <http://olena.lrde.epita.fr> Olena, a generic and efficient C++ image processing library.

#142: Add iterators on graphs -----------------------+---------------------------------------------------- Reporter: levill_r | Owner: lazzara Type: task | Status: new Priority: major | Milestone: Olena 1.0 Component: Milena | Version: 1.0 Resolution: | Keywords: -----------------------+---------------------------------------------------- Changes (by levill_r): * owner: levill_r => lazzara Comment: Reassign ticket to Guillaume. -- Ticket URL: <https://trac.lrde.org/olena/ticket/142#comment:1> Olena <http://olena.lrde.epita.fr> Olena, a generic and efficient C++ image processing library.

#142: Add iterators on graphs -----------------------+---------------------------------------------------- Reporter: levill_r | Owner: lazzara Type: task | Status: closed Priority: major | Milestone: Olena 1.0 Component: Milena | Version: 1.0 Resolution: fixed | Keywords: -----------------------+---------------------------------------------------- Changes (by lazzara): * status: new => closed * resolution: => fixed Comment: There are now 5 types of iterators: * iterator on vertices (forward, backward) * iterator on edges (forward, backward) * iterator on the adjacent edges of a vertex (forward, backward) * iterator on the adjacent vertices of a vertex (forward, backward) * iterator on the adjacent edges of an edge (forward, backward) -- Ticket URL: <https://trac.lrde.org/olena/ticket/142#comment:2> Olena <http://olena.lrde.epita.fr> Olena, a generic and efficient C++ image processing library.

Olena a écrit :
#142: Add iterators on graphs -----------------------+---------------------------------------------------- Reporter: levill_r | Owner: lazzara Type: task | Status: closed Priority: major | Milestone: Olena 1.0 Component: Milena | Version: 1.0 Resolution: fixed | Keywords: -----------------------+---------------------------------------------------- Changes (by lazzara):
* status: new => closed * resolution: => fixed
Comment:
There are now 5 types of iterators: * iterator on vertices (forward, backward) * iterator on edges (forward, backward) * iterator on the adjacent edges of a vertex (forward, backward) * iterator on the adjacent vertices of a vertex (forward, backward) * iterator on the adjacent edges of an edge (forward, backward)
Excellent! Great job.
participants (2)
-
Olena
-
Roland Levillain