Roland Levillain wrote:
Le 25 août 09 à 19:13, Guillaume Lazzara a écrit :
* mln/core/box_runstart_piter.hh,
* mln/core/dpsites_piter.hh,
* mln/core/image/complex_window_piter.hh: Add new init_() member.
Is this new `init_()' member mandatory or is it just a shortcut?
Yes, it is now mandatory. I needed a shared member for all piter classes
to be able to call specific initialization routines.
+ ///
Delayed initialization.
+ template <typename Pref>
+ void init_(const Window<W>& win, const Pref& p_ref);
+
Didn't you want to mean "Delegated initialization" instead of "Delayed
initialization"?
Yes, that's probably a better description.