#135: Name clash between (graph-related) util::node and (tree-related) util::node
------------------------+---------------------------------------------------
Reporter: garrigues | Owner: levill_r
Type: defect | Status: assigned
Priority: critical | Milestone: Olena 1.0
Component: Milena | Version: 1.0
Resolution: | Keywords:
------------------------+---------------------------------------------------
Changes (by levill_r):
* priority: major => critical
* status: new => assigned
* owner: Olena Team => levill_r
* summary: Name Confilts between util::node and util::node. => Name
clash between (graph-related) util::node and
(tree-related) util::node
Old description:
We have two util::node : one for the graph
implementation and also one
for the tree.
see source:/trunk/milena/mln/util/tree.hh and
source:/trunk/milena/mln/util/internal/graph_base.hh
New description:
We have two `util::node` types : one for the graph implementation and also
one for the tree.
see source:/trunk/milena/mln/util/tree.hh and
source:/trunk/milena/mln/util/internal/graph_base.hh
Comment:
I'll try to address this one ASAP. Thanks for reporting this problem
Matthieu!
I think I'll probably rename the graph-related `util::node` as
`util::vertex`, since it should have been named like this in the first
place anyway. This change will be part of the graph overhauling I'm
currently working on.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/135#comment:1>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.