structboost_1_1gil_1_1views__are__compatible.html 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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: views_are_compatible&lt; V1, V2 &gt; Struct 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="structboost_1_1gil_1_1views__are__compatible.html">views_are_compatible</a></li> </ul>
  43. </div>
  44. </div><!-- top -->
  45. <div class="header">
  46. <div class="headertitle">
  47. <div class="title">views_are_compatible&lt; V1, V2 &gt; Struct Template Reference</div> </div>
  48. </div><!--header-->
  49. <div class="contents">
  50. <p>Returns whether two views are compatible.
  51. <a href="structboost_1_1gil_1_1views__are__compatible.html#details">More...</a></p>
  52. <p><code>#include &lt;<a class="el" href="concepts_2image__view_8hpp_source.html">image_view.hpp</a>&gt;</code></p>
  53. <div class="dynheader">
  54. Inheritance diagram for views_are_compatible&lt; V1, V2 &gt;:</div>
  55. <div class="dyncontent">
  56. <div class="center">
  57. <img src="structboost_1_1gil_1_1views__are__compatible.png" usemap="#views_5Fare_5Fcompatible_3C_20V1_2C_20V2_20_3E_map" alt=""/>
  58. <map id="views_5Fare_5Fcompatible_3C_20V1_2C_20V2_20_3E_map" name="views_5Fare_5Fcompatible_3C_20V1_2C_20V2_20_3E_map">
  59. <area href="structboost_1_1gil_1_1pixels__are__compatible.html" alt="pixels_are_compatible&lt; V1::value_type, V2::value_type &gt;" shape="rect" coords="0,0,338,24"/>
  60. </map>
  61. </div></div>
  62. <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
  63. <div class="textblock"><h3>template&lt;typename V1, typename V2&gt;<br />
  64. struct boost::gil::views_are_compatible&lt; V1, V2 &gt;</h3>
  65. <p>Returns whether two views are compatible. </p>
  66. <p>Views are compatible if their pixels are compatible. Compatible views can be assigned and copy constructed from one another.</p>
  67. <dl class="tparams"><dt>Template Parameters</dt><dd>
  68. <table class="tparams">
  69. <tr><td class="paramname">V1</td><td>Models <a class="el" href="structboost_1_1gil_1_1_image_view_concept.html" title="GIL&#39;s 2-dimensional view over immutable GIL pixels.">ImageViewConcept</a> </td></tr>
  70. <tr><td class="paramname">V2</td><td>Models <a class="el" href="structboost_1_1gil_1_1_image_view_concept.html" title="GIL&#39;s 2-dimensional view over immutable GIL pixels.">ImageViewConcept</a> </td></tr>
  71. </table>
  72. </dd>
  73. </dl>
  74. </div><hr/>The documentation for this struct was generated from the following file:<ul>
  75. <li><a class="el" href="concepts_2image__view_8hpp_source.html">concepts/image_view.hpp</a></li>
  76. </ul>
  77. </div><!-- contents -->
  78. <!-- HTML footer for doxygen 1.8.13-->
  79. <!-- start footer part -->
  80. <hr class="footer"/>
  81. <address class="footer">
  82. <small>
  83. Generated by &#160;<a href="http://www.doxygen.org/index.html">doxygen</a> 1.8.15
  84. </small>
  85. </address>
  86. </body>
  87. </html>