Hi,
Am 02.11.2010 16:49, schrieb Olivier Tournaire:
those "Pipelines" are called streams in C++, and boost does provide a library for streams (boost.iostream).
However, given this image-example I'd not recomend you to use streams for this as those require copying, proxy object or move-semantics. Moreover iostreams are not thought to pass whole objects, but little pieces of information instead (like chars).
This doesn't mean that you can't use the operators << and >> for this though. You might want to look at boost.Proto to build a lazy evaluated expressions.
If you really try to build such an Image-Library, look at boost.GIL first.
Regards,
michi7x7
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users