|
Boost Users : |
Subject: Re: [Boost-users] Template class and any_image_view
From: tatta (raffaele.bratta_at_[hidden])
Date: 2009-10-14 19:07:04
Thanks a lot, it works perfectly.
Christian Henning wrote:
>
> Also, you don't need two template parameters.
>
I've however used two template types to be able to differentiate between
view and constant view.
So the filter instantiation becomes:
BlurGaussSelective<any_image<ImageType>::const_view_t,any_image<ImageType>::view_t
> filter;
apply(const_view(source),view(dest));
Best regards,
Raffaele
-- View this message in context: http://www.nabble.com/Template-class-and-any_image_view-tp25891719p25900438.html Sent from the Boost - Users mailing list archive at Nabble.com.
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net