dynamic_image_all.hppGo to the documentation of this file.00001 /* 00002 Copyright 2005-2007 Adobe Systems Incorporated 00003 00004 Use, modification and distribution are subject to the Boost Software License, 00005 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 00006 http://www.boost.org/LICENSE_1_0.txt). 00007 00008 See http://opensource.adobe.com/gil for most recent version including documentation. 00009 */ 00010 00011 /*************************************************************************************************/ 00012 00013 #ifndef GIL_DYNAMICIMAGE_ALL_HPP 00014 #define GIL_DYNAMICIMAGE_ALL_HPP 00015 00024 00025 #include "../../gil_all.hpp" 00026 #include "algorithm.hpp" 00027 #include "any_image.hpp" 00028 #include "apply_operation.hpp" 00029 #include "variant.hpp" 00030 #include "image_view_factory.hpp" 00031 00032 #endif |