classboost_1_1gil_1_1derived__iterator__type.html 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <!-- HTML header for doxygen 1.8.13-->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  6. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  7. <meta name="generator" content="Doxygen 1.8.15"/>
  8. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  9. <title>Generic Image Library: derived_iterator_type&lt; Iterator, T, L, IsPlanar, IsStep, IsMutable &gt; Class Template Reference</title>
  10. <link href="tabs.css" rel="stylesheet" type="text/css"/>
  11. <script type="text/javascript" src="jquery.js"></script>
  12. <script type="text/javascript" src="dynsections.js"></script>
  13. <link href="doxygen.css" rel="stylesheet" type="text/css" />
  14. <link href="doxygen-boost.css" rel="stylesheet" type="text/css"/>
  15. </head>
  16. <body>
  17. <div class="boost-header">
  18. <table border="0" cellpadding="7" cellspacing="0" width="100%" summary="header">
  19. <tr>
  20. <td valign="top" width="300">
  21. <h3><a href="../index.html"><img alt="Boost GIL" src="../_static/gil.png" border="0"></a></h3>
  22. </td>
  23. <td ><h1 align="center"><a href="../index.html"></a></h1></td>
  24. <td></td>
  25. </tr>
  26. </table>
  27. </div>
  28. <hr/>
  29. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  30. <!-- Generated by Doxygen 1.8.15 -->
  31. <script type="text/javascript" src="menudata.js"></script>
  32. <script type="text/javascript" src="menu.js"></script>
  33. <script type="text/javascript">
  34. /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
  35. $(function() {
  36. initMenu('',false,false,'search.php','Search');
  37. });
  38. /* @license-end */</script>
  39. <div id="main-nav"></div>
  40. <div id="nav-path" class="navpath">
  41. <ul>
  42. <li class="navelem"><b>boost</b></li><li class="navelem"><b>gil</b></li><li class="navelem"><a class="el" href="classboost_1_1gil_1_1derived__iterator__type.html">derived_iterator_type</a></li> </ul>
  43. </div>
  44. </div><!-- top -->
  45. <div class="header">
  46. <div class="summary">
  47. <a href="#pub-types">Public Types</a> &#124;
  48. <a href="classboost_1_1gil_1_1derived__iterator__type-members.html">List of all members</a> </div>
  49. <div class="headertitle">
  50. <div class="title">derived_iterator_type&lt; Iterator, T, L, IsPlanar, IsStep, IsMutable &gt; Class Template Reference<div class="ingroups"><a class="el" href="group___metafunctions.html">Metafunctions</a> &raquo; <a class="el" href="group___type_factory.html">Type Factory Metafunctions</a> &raquo; <a class="el" href="group___type_factory_derived.html">derived_xxx_type</a></div></div> </div>
  51. </div><!--header-->
  52. <div class="contents">
  53. <p>Constructs a pixel iterator type from a source pixel iterator type by changing some of the properties.Use use_default for the properties of the source view that you want to keep.
  54. <a href="classboost_1_1gil_1_1derived__iterator__type.html#details">More...</a></p>
  55. <p><code>#include &lt;<a class="el" href="metafunctions_8hpp_source.html">metafunctions.hpp</a>&gt;</code></p>
  56. <table class="memberdecls">
  57. <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
  58. Public Types</h2></td></tr>
  59. <tr class="memitem:ad2f2612bcb83606ea319929b1fccc5ac"><td class="memItemLeft" align="right" valign="top"><a id="ad2f2612bcb83606ea319929b1fccc5ac"></a>
  60. using&#160;</td><td class="memItemRight" valign="bottom"><b>type</b> = typename <a class="el" href="structboost_1_1gil_1_1iterator__type.html">iterator_type</a>&lt; channel_t, layout_t, planar, step, mut &gt;::type</td></tr>
  61. <tr class="separator:ad2f2612bcb83606ea319929b1fccc5ac"><td class="memSeparator" colspan="2">&#160;</td></tr>
  62. </table>
  63. <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
  64. <div class="textblock"><h3>template&lt;typename Iterator, typename T = use_default, typename L = use_default, typename IsPlanar = use_default, typename IsStep = use_default, typename IsMutable = use_default&gt;<br />
  65. class boost::gil::derived_iterator_type&lt; Iterator, T, L, IsPlanar, IsStep, IsMutable &gt;</h3>
  66. <p>Constructs a pixel iterator type from a source pixel iterator type by changing some of the properties.</p>
  67. <p>Use use_default for the properties of the source view that you want to keep. </p>
  68. </div><hr/>The documentation for this class was generated from the following file:<ul>
  69. <li><a class="el" href="metafunctions_8hpp_source.html">metafunctions.hpp</a></li>
  70. </ul>
  71. </div><!-- contents -->
  72. <!-- HTML footer for doxygen 1.8.13-->
  73. <!-- start footer part -->
  74. <hr class="footer"/>
  75. <address class="footer">
  76. <small>
  77. Generated by &#160;<a href="http://www.doxygen.org/index.html">doxygen</a> 1.8.15
  78. </small>
  79. </address>
  80. </body>
  81. </html>