proto-1.0 81: Add structuring element and neighborhood headers to basics.hh and basics2d.hh

Index: ChangeLog from Simon Odou <simon@lrde.epita.fr> * oln/basics.hh: Add structuring element and neighborhood headers. * oln/basics2d.hh: Likewise. basics.hh | 3 +++ basics2d.hh | 2 ++ 2 files changed, 5 insertions(+) Index: oln/basics.hh --- oln/basics.hh (revision 80) +++ oln/basics.hh (working copy) @@ -61,5 +61,8 @@ # include <oln/core/abstract/piter.hh> // # include <oln/core/abstract/niter.hh> +# include <oln/core/abstract/struct_elt.hh> +# include <oln/core/abstract/neighborhood.hh> + #endif // ! OLENA_BASICS_HH Index: oln/basics2d.hh --- oln/basics2d.hh (revision 80) +++ oln/basics2d.hh (working copy) @@ -35,6 +35,8 @@ # include <oln/core/2d/size2d.hh> # include <oln/core/2d/point2d.hh> # include <oln/core/2d/image2d.hh> +# include <oln/core/2d/window2d.hh> +# include <oln/core/2d/neighborhood2d.hh> #endif // ! OLENA_BASICS2D_HH
participants (1)
-
Simon Odou