]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/gil/doc/html/g_i_l_0087.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / gil / doc / html / g_i_l_0087.html
1 <!-- Copyright 2008 Lubomir Bourdev and Hailin Jin
2
3 Distributed under the Boost Software License, Version 1.0.
4 (See accompanying file LICENSE_1_0.txt or copy at
5 http://www.boost.org/LICENSE_1_0.txt)
6 -->
7
8 <!--
9 Copyright 2005-2007 Adobe Systems Incorporated
10 Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
11 or a copy at http://stlab.adobe.com/licenses.html)
12
13 Some files are held under additional license.
14 Please see "http://stlab.adobe.com/licenses.html" for more information.
15 -->
16
17 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
18 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
19 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
20
21 <head>
22 <TITLE>Generic Image Library: algorithm.hpp File Reference</TITLE>
23 <META HTTP-EQUIV="content-type" CONTENT="text/html;charset=ISO-8859-1"/>
24 <LINK TYPE="text/css" REL="stylesheet" HREF="adobe_source.css"/>
25 </head>
26 <body>
27 <table border="0" cellspacing="0" cellpadding="0" style='width: 100%; margin: 0; padding: 0'><tr>
28 <td width="100%" valign="top" style='padding-left: 10px; padding-right: 10px; padding-bottom: 10px'>
29 <div class="qindex"><a class="qindex" href="index.html">Modules</a>
30 | <a class="qindex" href="classes.html">Alphabetical List</a>
31 | <a class="qindex" href="annotated.html">Class List</a>
32 | <a class="qindex" href="dirs.html">Directories</a>
33 | <a class="qindex" href="files.html">File List</a>
34 | <a class="qindex" href="../index.html">GIL Home Page</a>
35 </div>
36 <!-- End Header -->
37 <!-- Generated by Doxygen 1.5.6 -->
38 <div class="navpath"><a class="el" href="g_i_l_0076.html">boost</a>&nbsp;&raquo&nbsp;<a class="el" href="g_i_l_0079.html">gil</a>&nbsp;&raquo&nbsp;<a class="el" href="g_i_l_0078.html">extension</a>&nbsp;&raquo&nbsp;<a class="el" href="g_i_l_0075.html">dynamic_image</a>
39 </div>
40 <div class="contents">
41 <h1>extension/dynamic_image/algorithm.hpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
42 Some basic STL-style algorithms when applied to runtime type specified image views.
43 <p>
44 <dl class="author" compact><dt><b>Author:</b></dt><dd>Lubomir Bourdev and Hailin Jin <br>
45 Adobe Systems Incorporated </dd></dl>
46 <dl class="date" compact><dt><b>Date:</b></dt><dd>2005-2007 <br>
47 Last updated on September 24, 2006 </dd></dl>
48
49 <p>
50 <code>#include &quot;<a class="el" href="g_i_l_0001.html">../../algorithm.hpp</a>&quot;</code><br>
51 <code>#include &quot;<a class="el" href="g_i_l_0002.html">any_image.hpp</a>&quot;</code><br>
52 <code>#include &lt;boost/bind.hpp&gt;</code><br>
53
54 <p>
55 <a href="g_i_l_0086.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
56 <tr><td></td></tr>
57 <tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
58 <tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost.html">boost</a></td></tr>
59
60 <tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><b>boost::gil</b></td></tr>
61
62 <tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><b>boost::gil::detail</b></td></tr>
63
64 <tr><td colspan="2"><br><h2>Functions</h2></td></tr>
65 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="g5c4b493554b5d64718a4f43e8b7e6fe8"></a><!-- doxytag: member="extension/dynamic_image/algorithm.hpp::equal_pixels" ref="g5c4b493554b5d64718a4f43e8b7e6fe8" args="(const any_image_view&lt; Types1 &gt; &amp;src, const View2 &amp;dst)" -->
66 template&lt;typename Types1, typename View2&gt; </td></tr>
67 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memTemplItemRight" valign="bottom"><b>equal_pixels</b> (const any_image_view&lt; Types1 &gt; &amp;src, const View2 &amp;dst)</td></tr>
68
69 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="ged1a2383040f2d2a9e6dc3fe6c05ec80"></a><!-- doxytag: member="extension/dynamic_image/algorithm.hpp::equal_pixels" ref="ged1a2383040f2d2a9e6dc3fe6c05ec80" args="(const View1 &amp;src, const any_image_view&lt; Types2 &gt; &amp;dst)" -->
70 template&lt;typename View1, typename Types2&gt; </td></tr>
71 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memTemplItemRight" valign="bottom"><b>equal_pixels</b> (const View1 &amp;src, const any_image_view&lt; Types2 &gt; &amp;dst)</td></tr>
72
73 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="g83fe430ec3d6e9056696d5756581f9d9"></a><!-- doxytag: member="extension/dynamic_image/algorithm.hpp::equal_pixels" ref="g83fe430ec3d6e9056696d5756581f9d9" args="(const any_image_view&lt; Types1 &gt; &amp;src, const any_image_view&lt; Types2 &gt; &amp;dst)" -->
74 template&lt;typename Types1, typename Types2&gt; </td></tr>
75 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memTemplItemRight" valign="bottom"><b>equal_pixels</b> (const any_image_view&lt; Types1 &gt; &amp;src, const any_image_view&lt; Types2 &gt; &amp;dst)</td></tr>
76
77 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="gecabe69c1f47267cd3eeca46947d6427"></a><!-- doxytag: member="extension/dynamic_image/algorithm.hpp::copy_pixels" ref="gecabe69c1f47267cd3eeca46947d6427" args="(const any_image_view&lt; Types1 &gt; &amp;src, const View2 &amp;dst)" -->
78 template&lt;typename Types1, typename View2&gt; </td></tr>
79 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><b>copy_pixels</b> (const any_image_view&lt; Types1 &gt; &amp;src, const View2 &amp;dst)</td></tr>
80
81 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="g501c91f4bb332678f087e19ccd2addc3"></a><!-- doxytag: member="extension/dynamic_image/algorithm.hpp::copy_pixels" ref="g501c91f4bb332678f087e19ccd2addc3" args="(const View1 &amp;src, const any_image_view&lt; Types2 &gt; &amp;dst)" -->
82 template&lt;typename View1, typename Types2&gt; </td></tr>
83 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><b>copy_pixels</b> (const View1 &amp;src, const any_image_view&lt; Types2 &gt; &amp;dst)</td></tr>
84
85 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="g0f9bc30303b42df8c72e021bfb7c4e48"></a><!-- doxytag: member="extension/dynamic_image/algorithm.hpp::copy_pixels" ref="g0f9bc30303b42df8c72e021bfb7c4e48" args="(const any_image_view&lt; Types1 &gt; &amp;src, const any_image_view&lt; Types2 &gt; &amp;dst)" -->
86 template&lt;typename Types1, typename Types2&gt; </td></tr>
87 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><b>copy_pixels</b> (const any_image_view&lt; Types1 &gt; &amp;src, const any_image_view&lt; Types2 &gt; &amp;dst)</td></tr>
88
89 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="gc13384185659e72aec54a524ed5b4f87"></a><!-- doxytag: member="extension/dynamic_image/algorithm.hpp::copy_and_convert_pixels" ref="gc13384185659e72aec54a524ed5b4f87" args="(const any_image_view&lt; Types1 &gt; &amp;src, const View2 &amp;dst, CC cc)" -->
90 template&lt;typename Types1, typename View2, typename CC&gt; </td></tr>
91 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><b>copy_and_convert_pixels</b> (const any_image_view&lt; Types1 &gt; &amp;src, const View2 &amp;dst, CC cc)</td></tr>
92
93 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="g585b47c09702c0e8c896ac51b0af02c4"></a><!-- doxytag: member="extension/dynamic_image/algorithm.hpp::copy_and_convert_pixels" ref="g585b47c09702c0e8c896ac51b0af02c4" args="(const any_image_view&lt; Types1 &gt; &amp;src, const View2 &amp;dst)" -->
94 template&lt;typename Types1, typename View2&gt; </td></tr>
95 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><b>copy_and_convert_pixels</b> (const any_image_view&lt; Types1 &gt; &amp;src, const View2 &amp;dst)</td></tr>
96
97 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="gf3a7d75e1102aa01f78a3fab864f7e05"></a><!-- doxytag: member="extension/dynamic_image/algorithm.hpp::copy_and_convert_pixels" ref="gf3a7d75e1102aa01f78a3fab864f7e05" args="(const View1 &amp;src, const any_image_view&lt; Types2 &gt; &amp;dst, CC cc)" -->
98 template&lt;typename View1, typename Types2, typename CC&gt; </td></tr>
99 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><b>copy_and_convert_pixels</b> (const View1 &amp;src, const any_image_view&lt; Types2 &gt; &amp;dst, CC cc)</td></tr>
100
101 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="gc9e245c3148be2352bbe9ffdc1a339df"></a><!-- doxytag: member="extension/dynamic_image/algorithm.hpp::copy_and_convert_pixels" ref="gc9e245c3148be2352bbe9ffdc1a339df" args="(const View1 &amp;src, const any_image_view&lt; Types2 &gt; &amp;dst)" -->
102 template&lt;typename View1, typename Types2&gt; </td></tr>
103 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><b>copy_and_convert_pixels</b> (const View1 &amp;src, const any_image_view&lt; Types2 &gt; &amp;dst)</td></tr>
104
105 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="gaf4d2a70db01453fd33049103e44991a"></a><!-- doxytag: member="extension/dynamic_image/algorithm.hpp::copy_and_convert_pixels" ref="gaf4d2a70db01453fd33049103e44991a" args="(const any_image_view&lt; Types1 &gt; &amp;src, const any_image_view&lt; Types2 &gt; &amp;dst, CC cc)" -->
106 template&lt;typename Types1, typename Types2, typename CC&gt; </td></tr>
107 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><b>copy_and_convert_pixels</b> (const any_image_view&lt; Types1 &gt; &amp;src, const any_image_view&lt; Types2 &gt; &amp;dst, CC cc)</td></tr>
108
109 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="g88a4d25d82dc28a5c9c534e55f2ec034"></a><!-- doxytag: member="extension/dynamic_image/algorithm.hpp::copy_and_convert_pixels" ref="g88a4d25d82dc28a5c9c534e55f2ec034" args="(const any_image_view&lt; Types1 &gt; &amp;src, const any_image_view&lt; Types2 &gt; &amp;dst)" -->
110 template&lt;typename Types1, typename Types2&gt; </td></tr>
111 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><b>copy_and_convert_pixels</b> (const any_image_view&lt; Types1 &gt; &amp;src, const any_image_view&lt; Types2 &gt; &amp;dst)</td></tr>
112
113 <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="gd38040bb50f5ea498151dd846d4d7873"></a><!-- doxytag: member="extension/dynamic_image/algorithm.hpp::fill_pixels" ref="gd38040bb50f5ea498151dd846d4d7873" args="(const any_image_view&lt; Types &gt; &amp;img_view, const Value &amp;val)" -->
114 template&lt;typename Types, typename Value&gt; </td></tr>
115 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="g_i_l_0149.html#gd38040bb50f5ea498151dd846d4d7873">fill_pixels</a> (const any_image_view&lt; Types &gt; &amp;img_view, const Value &amp;val)</td></tr>
116
117 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">fill_pixels for any <a class="el" href="g_i_l_0038.html" title="container interface over image view. Models ImageConcept, PixelBasedConcept">image</a> view. The <a class="el" href="g_i_l_0599.html" title="Represents a pixel value (a container of channels). Models: HomogeneousColorBaseValueConcept...">pixel</a> to fill with must be compatible with the current view <br></td></tr>
118 </table>
119 </div>
120 <hr size="1"><address style="text-align: right;"><small>Generated on Sat May 2 13:50:15 2009 for Generic Image Library by&nbsp;
121 <a href="http://www.doxygen.org/index.html">
122 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
123 </body>
124 </html>