Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / gil / doc / html / reference / group___type_factory_from_elements.html
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_type</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">xxx_type<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></div></div>  </div>
47 </div><!--header-->
48 <div class="contents">
49
50 <p>Returns the type of a homogeneous GIL construct given its elements (channel, layout, whether it is planar, step, mutable, etc.)  
51 <a href="#details">More...</a></p>
52 <table class="memberdecls">
53 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="groups"></a>
54 Modules</h2></td></tr>
55 <tr class="memitem:group___type_factory_packed"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___type_factory_packed.html">packed_image_type,bit_aligned_image_type</a></td></tr>
56 <tr class="memdesc:group___type_factory_packed"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the type of an image whose channels are not byte-aligned. <br /></td></tr>
57 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
58 </table><table class="memberdecls">
59 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
60 Classes</h2></td></tr>
61 <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__type.html">pixel_reference_type&lt; T, L, IsPlanar, IsMutable &gt;</a></td></tr>
62 <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the type of a homogeneous pixel reference given the channel type, layout, whether it operates on planar data and whether it is mutable.  <a href="structboost_1_1gil_1_1pixel__reference__type.html#details">More...</a><br /></td></tr>
63 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
64 <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__type.html">iterator_type&lt; T, L, IsPlanar, IsStep, IsMutable &gt;</a></td></tr>
65 <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the type of a homogeneous iterator given the channel type, layout, whether it operates on planar data, whether it is a step iterator, and whether it is mutable.  <a href="structboost_1_1gil_1_1iterator__type.html#details">More...</a><br /></td></tr>
66 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
67 <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_1packed__pixel__type.html">packed_pixel_type&lt; BitField, ChannelBitSizes, Layout &gt;</a></td></tr>
68 <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the type of a packed pixel given its bitfield type, the bit size of its channels and its layout.  <a href="structboost_1_1gil_1_1packed__pixel__type.html#details">More...</a><br /></td></tr>
69 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
70 <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__value__type.html">pixel_value_type&lt; Channel, Layout &gt;</a></td></tr>
71 <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the type of a homogeneous pixel given the channel type and layout.  <a href="structboost_1_1gil_1_1pixel__value__type.html#details">More...</a><br /></td></tr>
72 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
73 <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__type.html">locator_type&lt; T, L, IsPlanar, IsStepX, IsMutable &gt;</a></td></tr>
74 <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the type of a homogeneous locator given the channel type, layout, whether it operates on planar data and whether it has a step horizontally.  <a href="structboost_1_1gil_1_1locator__type.html#details">More...</a><br /></td></tr>
75 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
76 <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__type.html">view_type&lt; T, L, IsPlanar, IsStepX, IsMutable &gt;</a></td></tr>
77 <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the type of a homogeneous view given the channel type, layout, whether it operates on planar data and whether it has a step horizontally.  <a href="structboost_1_1gil_1_1view__type.html#details">More...</a><br /></td></tr>
78 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
79 <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__type.html">image_type&lt; T, L, IsPlanar, Alloc &gt;</a></td></tr>
80 <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the type of a homogeneous image given the channel type, layout, and whether it operates on planar data.  <a href="structboost_1_1gil_1_1image__type.html#details">More...</a><br /></td></tr>
81 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
82 </table>
83 <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
84 <p>Returns the type of a homogeneous GIL construct given its elements (channel, layout, whether it is planar, step, mutable, etc.) </p>
85 <p>TYPE FACTORY METAFUNCTIONS Metafunctions returning GIL types from other GIL types </p>
86 </div><!-- contents -->
87      <!-- HTML footer for doxygen 1.8.13-->
88      <!-- start footer part -->
89      <hr class="footer"/>
90      <address class="footer">
91       <small>
92         Generated by &#160;<a href="http://www.doxygen.org/index.html">doxygen</a> 1.8.15
93       </small>
94     </address>
95   </body>
96 </html>