group___g_i_l_is_basic.html 8.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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: xxx_is_basic</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="#nested-classes">Classes</a> </div>
  44. <div class="headertitle">
  45. <div class="title">xxx_is_basic<div class="ingroups"><a class="el" href="group___metafunctions.html">Metafunctions</a> &raquo; <a class="el" href="group___type_analysis.html">Type Analysis Metafunctions</a></div></div> </div>
  46. </div><!--header-->
  47. <div class="contents">
  48. <p>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.
  49. <a href="#details">More...</a></p>
  50. <table class="memberdecls">
  51. <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
  52. Classes</h2></td></tr>
  53. <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__basic.html">pixel_reference_is_basic&lt; PixelRef &gt;</a></td></tr>
  54. <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Determines if a given pixel reference is basic Basic references must use <a class="el" href="structboost_1_1gil_1_1pixel.html" title="Represents a pixel value (a container of channels). Models: HomogeneousColorBaseValueConcept,...">gil::pixel</a>&amp; (if interleaved), <a class="el" href="structboost_1_1gil_1_1planar__pixel__reference.html" title="A reference proxy to a planar pixel.">gil::planar_pixel_reference</a> (if planar). They must use the standard constness rules. <a href="structboost_1_1gil_1_1pixel__reference__is__basic.html#details">More...</a><br /></td></tr>
  55. <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
  56. <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_1iterator__is__basic.html">iterator_is_basic&lt; Iterator &gt;</a></td></tr>
  57. <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Determines if a given pixel iterator is basic Basic iterators must use <a class="el" href="structboost_1_1gil_1_1pixel.html" title="Represents a pixel value (a container of channels). Models: HomogeneousColorBaseValueConcept,...">gil::pixel</a> (if interleaved), <a class="el" href="structboost_1_1gil_1_1planar__pixel__iterator.html" title="An iterator over planar pixels. Models HomogeneousColorBaseConcept, PixelIteratorConcept,...">gil::planar_pixel_iterator</a> (if planar) and <a class="el" href="classboost_1_1gil_1_1memory__based__step__iterator.html" title="MEMORY-BASED STEP ITERATOR.">gil::memory_based_step_iterator</a> (if step). They must use the standard constness rules. <a href="structboost_1_1gil_1_1iterator__is__basic.html#details">More...</a><br /></td></tr>
  58. <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
  59. <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_1locator__is__basic.html">locator_is_basic&lt; Loc &gt;</a></td></tr>
  60. <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Determines if a given locator is basic. A basic locator is memory-based and has basic x_iterator and y_iterator. <a href="structboost_1_1gil_1_1locator__is__basic.html#details">More...</a><br /></td></tr>
  61. <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
  62. <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_1view__is__basic.html">view_is_basic&lt; View &gt;</a></td></tr>
  63. <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Basic views must be over basic locators. <a href="structboost_1_1gil_1_1view__is__basic.html#details">More...</a><br /></td></tr>
  64. <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
  65. <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_1image__is__basic.html">image_is_basic&lt; Img &gt;</a></td></tr>
  66. <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Basic images must use basic views and std::allocator. <a href="structboost_1_1gil_1_1image__is__basic.html#details">More...</a><br /></td></tr>
  67. <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
  68. </table>
  69. <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
  70. <p>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. </p>
  71. <p>TYPE ANALYSIS METAFUNCTIONS Predicate metafunctions determining properties of GIL types </p>
  72. </div><!-- contents -->
  73. <!-- HTML footer for doxygen 1.8.13-->
  74. <!-- start footer part -->
  75. <hr class="footer"/>
  76. <address class="footer">
  77. <small>
  78. Generated by &#160;<a href="http://www.doxygen.org/index.html">doxygen</a> 1.8.15
  79. </small>
  80. </address>
  81. </body>
  82. </html>