group___type_analysis.html 6.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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: Type Analysis Metafunctions</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><!-- top -->
  41. <div class="header">
  42. <div class="summary">
  43. <a href="#groups">Modules</a> &#124;
  44. <a href="#nested-classes">Classes</a> </div>
  45. <div class="headertitle">
  46. <div class="title">Type Analysis Metafunctions<div class="ingroups"><a class="el" href="group___metafunctions.html">Metafunctions</a></div></div> </div>
  47. </div><!--header-->
  48. <div class="contents">
  49. <p>Metafunctions that determine properties of GIL types.
  50. <a href="#details">More...</a></p>
  51. <table class="memberdecls">
  52. <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="groups"></a>
  53. Modules</h2></td></tr>
  54. <tr class="memitem:group___g_i_l_is_basic"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___g_i_l_is_basic.html">xxx_is_basic</a></td></tr>
  55. <tr class="memdesc:group___g_i_l_is_basic"><td class="mdescLeft">&#160;</td><td class="mdescRight">Determines if GIL constructs are basic. Basic constructs are the ones that can be generated with the type factory methods <a class="el" href="structboost_1_1gil_1_1pixel__reference__type.html" title="Returns the type of a homogeneous pixel reference given the channel type, layout, whether it operates...">pixel_reference_type</a>, <a class="el" href="structboost_1_1gil_1_1iterator__type.html" title="Returns the type of a homogeneous iterator given the channel type, layout, whether it operates on pla...">iterator_type</a>, <a class="el" href="structboost_1_1gil_1_1locator__type.html" title="Returns the type of a homogeneous locator given the channel type, layout, whether it operates on plan...">locator_type</a>, <a class="el" href="structboost_1_1gil_1_1view__type.html" title="Returns the type of a homogeneous view given the channel type, layout, whether it operates on planar ...">view_type</a> and <a class="el" href="structboost_1_1gil_1_1image__type.html" title="Returns the type of a homogeneous image given the channel type, layout, and whether it operates on pl...">image_type</a> They can be mutable/immutable, planar/interleaved, step/nonstep. They must use GIL-provided models. <br /></td></tr>
  56. <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
  57. <tr class="memitem:group___g_i_l_is_step"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___g_i_l_is_step.html">xxx_is_step</a></td></tr>
  58. <tr class="memdesc:group___g_i_l_is_step"><td class="mdescLeft">&#160;</td><td class="mdescRight">Determines if the given iterator/locator/view has a step that could be set dynamically. <br /></td></tr>
  59. <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
  60. <tr class="memitem:group___g_i_l_is_mutable"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___g_i_l_is_mutable.html">xxx_is_mutable</a></td></tr>
  61. <tr class="memdesc:group___g_i_l_is_mutable"><td class="mdescLeft">&#160;</td><td class="mdescRight">Determines if the given pixel reference/iterator/locator/view is mutable (i.e. its pixels can be changed) <br /></td></tr>
  62. <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
  63. </table><table class="memberdecls">
  64. <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
  65. Classes</h2></td></tr>
  66. <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1gil_1_1pixel__reference__is__proxy.html">pixel_reference_is_proxy&lt; PixelReference &gt;</a></td></tr>
  67. <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Determines whether the given pixel reference is a proxy class or a native C++ reference. <a href="structboost_1_1gil_1_1pixel__reference__is__proxy.html#details">More...</a><br /></td></tr>
  68. <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
  69. <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1gil_1_1pixel__is__reference.html">pixel_is_reference&lt; Pixel &gt;</a></td></tr>
  70. <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Given a model of a pixel, determines whether the model represents a pixel reference (as opposed to pixel value) <a href="structboost_1_1gil_1_1pixel__is__reference.html#details">More...</a><br /></td></tr>
  71. <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
  72. </table>
  73. <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
  74. <p>Metafunctions that determine properties of GIL types. </p>
  75. </div><!-- contents -->
  76. <!-- HTML footer for doxygen 1.8.13-->
  77. <!-- start footer part -->
  78. <hr class="footer"/>
  79. <address class="footer">
  80. <small>
  81. Generated by &#160;<a href="http://www.doxygen.org/index.html">doxygen</a> 1.8.15
  82. </small>
  83. </address>
  84. </body>
  85. </html>