/Src/Dependencies/Boost/libs/gil/doc/html/g_i_l_0087.html

http://hadesmem.googlecode.com/ · HTML · 124 lines · 87 code · 21 blank · 16 comment · 0 complexity · 236b3b7740cb3964bc84d34d505a0e46 MD5 · raw file

  1. <!-- Copyright 2008 Lubomir Bourdev and Hailin Jin
  2. Distributed under the Boost Software License, Version 1.0.
  3. (See accompanying file LICENSE_1_0.txt or copy at
  4. http://www.boost.org/LICENSE_1_0.txt)
  5. -->
  6. <!--
  7. Copyright 2005-2007 Adobe Systems Incorporated
  8. Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
  9. or a copy at http://stlab.adobe.com/licenses.html)
  10. Some files are held under additional license.
  11. Please see "http://stlab.adobe.com/licenses.html" for more information.
  12. -->
  13. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  14. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  16. <head>
  17. <TITLE>Generic Image Library: algorithm.hpp File Reference</TITLE>
  18. <META HTTP-EQUIV="content-type" CONTENT="text/html;charset=ISO-8859-1"/>
  19. <LINK TYPE="text/css" REL="stylesheet" HREF="adobe_source.css"/>
  20. </head>
  21. <body>
  22. <table border="0" cellspacing="0" cellpadding="0" style='width: 100%; margin: 0; padding: 0'><tr>
  23. <td width="100%" valign="top" style='padding-left: 10px; padding-right: 10px; padding-bottom: 10px'>
  24. <div class="qindex"><a class="qindex" href="index.html">Modules</a>
  25. | <a class="qindex" href="classes.html">Alphabetical List</a>
  26. | <a class="qindex" href="annotated.html">Class List</a>
  27. | <a class="qindex" href="dirs.html">Directories</a>
  28. | <a class="qindex" href="files.html">File List</a>
  29. | <a class="qindex" href="../index.html">GIL Home Page</a>
  30. </div>
  31. <!-- End Header -->
  32. <!-- Generated by Doxygen 1.5.6 -->
  33. <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>
  34. </div>
  35. <div class="contents">
  36. <h1>extension/dynamic_image/algorithm.hpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
  37. Some basic STL-style algorithms when applied to runtime type specified image views.
  38. <p>
  39. <dl class="author" compact><dt><b>Author:</b></dt><dd>Lubomir Bourdev and Hailin Jin <br>
  40. Adobe Systems Incorporated </dd></dl>
  41. <dl class="date" compact><dt><b>Date:</b></dt><dd>2005-2007 <br>
  42. Last updated on September 24, 2006 </dd></dl>
  43. <p>
  44. <code>#include &quot;<a class="el" href="g_i_l_0001.html">../../algorithm.hpp</a>&quot;</code><br>
  45. <code>#include &quot;<a class="el" href="g_i_l_0002.html">any_image.hpp</a>&quot;</code><br>
  46. <code>#include &lt;boost/bind.hpp&gt;</code><br>
  47. <p>
  48. <a href="g_i_l_0086.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
  49. <tr><td></td></tr>
  50. <tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
  51. <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>
  52. <tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><b>boost::gil</b></td></tr>
  53. <tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><b>boost::gil::detail</b></td></tr>
  54. <tr><td colspan="2"><br><h2>Functions</h2></td></tr>
  55. <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)" -->
  56. template&lt;typename Types1, typename View2&gt; </td></tr>
  57. <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>
  58. <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)" -->
  59. template&lt;typename View1, typename Types2&gt; </td></tr>
  60. <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>
  61. <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)" -->
  62. template&lt;typename Types1, typename Types2&gt; </td></tr>
  63. <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>
  64. <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)" -->
  65. template&lt;typename Types1, typename View2&gt; </td></tr>
  66. <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>
  67. <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)" -->
  68. template&lt;typename View1, typename Types2&gt; </td></tr>
  69. <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>
  70. <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)" -->
  71. template&lt;typename Types1, typename Types2&gt; </td></tr>
  72. <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>
  73. <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)" -->
  74. template&lt;typename Types1, typename View2, typename CC&gt; </td></tr>
  75. <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>
  76. <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)" -->
  77. template&lt;typename Types1, typename View2&gt; </td></tr>
  78. <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>
  79. <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)" -->
  80. template&lt;typename View1, typename Types2, typename CC&gt; </td></tr>
  81. <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>
  82. <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)" -->
  83. template&lt;typename View1, typename Types2&gt; </td></tr>
  84. <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>
  85. <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)" -->
  86. template&lt;typename Types1, typename Types2, typename CC&gt; </td></tr>
  87. <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>
  88. <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)" -->
  89. template&lt;typename Types1, typename Types2&gt; </td></tr>
  90. <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>
  91. <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)" -->
  92. template&lt;typename Types, typename Value&gt; </td></tr>
  93. <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>
  94. <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>
  95. </table>
  96. </div>
  97. <hr size="1"><address style="text-align: right;"><small>Generated on Sat May 2 13:50:15 2009 for Generic Image Library by&nbsp;
  98. <a href="http://www.doxygen.org/index.html">
  99. <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
  100. </body>
  101. </html>