Index: olena/ChangeLog
from Niels Van Vliet <niels(a)lrde.epita.fr>
* olena/oln/topo/inter-pixel/inter-pixel.hh: Change the return type
of operator[] from const & to const.
* olena/oln/morpher/subq_morpher.hh: Add file. Sub quantify morpher
implementation.
* olena/oln/morpher/color_morpher.hh: Add file. Color morpher
implementation.
Index: olena/oln/topo/inter-pixel/inter-pixel.hh
--- olena/oln/topo/inter-pixel/inter-pixel.hh Mon, 15 Mar 2004 15:32:27
+0100 van-vl_n (oln/r/34_inter-pixe 1.15 600)
+++ olena/oln/topo/inter-pixel/inter-pixel.hh Sun, 28 Mar 2004 18:07:10
+0200 van-vl_n (oln/r/34_inter-pixe 1.15 600)
@@ -106,7 +106,7 @@
}
/// \todo FIXME: add doc.
- const node_type&
+ const node_type
operator[](const point_type & p) const
{
return data_[p];
Show replies by date