
https://svn.lrde.epita.fr/svn/oln/trunk/milena Index: ChangeLog from Thierry Geraud <thierry.geraud@lrde.epita.fr> Fix tr_image and trash boost_graph stuff. * mln/core/image/imorph/tr_image.hh (site): New typedef. So that we can use site::dim. * mln/util/internal/boost_graph.hh, * mln/util/internal/boost_graph_access.hh, * mln/util/internal/boost_graph_property.hh, * mln/util/internal/boost_graph_structure.hh, * tests/util/boost_graph.cc: Move to... * trash/boost_graph.hh, * trash/boost_graph_access.hh, * trash/boost_graph_property.hh, * trash/boost_graph_structure.hh, * trash/boost_graph.cc: ...trash. tr_image.hh | 3 +++ 1 file changed, 3 insertions(+) Index: mln/core/image/imorph/tr_image.hh --- mln/core/image/imorph/tr_image.hh (revision 3949) +++ mln/core/image/imorph/tr_image.hh (working copy) @@ -94,6 +94,9 @@ /// Point_Site associated type. typedef mln_psite(I) psite; + /// Site associated type. + typedef mln_site(I) site; + /// Value associated type. typedef mln_value(I) value;