Olena a écrit :
#149: Revamp util::graph
--------------------------+-------------------------------------------------
Reporter: levill_r | Owner: levill_r
Type: enhancement | Status: new
Priority: major | Milestone: Olena 1.0
Component: Milena | Version: 1.0
Resolution: | Keywords: rename cleanup
--------------------------+-------------------------------------------------
Comment (by lazzara):
Work done so far:
* Got rid of superfluous dynamic allocations (w.r.t. vertices & edges
handling).
* properties attached to vertices and edges moved out of the graph
(graph and graph_base are not merged yet though).
* `tracked_ptr` used to handle the data of the graph.
Thanks!
If you need some inspiration on how to externally attach data to a
graph, you can have a look at the way geometry information is attached
to (and computed on) complex faces:
https://trac.lrde.org/olena/browser/branches/cleanup-2008/milena/mln/geom/c…