mirror of
https://github.com/boostorg/gil.git
synced 2026-02-11 11:52:12 +00:00
deploy: c1c0a33e38
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.9.1"/>
|
||||
<meta name="generator" content="Doxygen 1.9.8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>Generic Image Library: Algorithms and Utility Functions</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
@@ -27,29 +27,29 @@
|
||||
</div>
|
||||
<hr/>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<!-- Generated by Doxygen 1.9.1 -->
|
||||
<!-- Generated by Doxygen 1.9.8 -->
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',false,false,'search.php','Search');
|
||||
});
|
||||
/* @license-end */</script>
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="summary">
|
||||
<a href="#nested-classes">Classes</a> </div>
|
||||
<div class="headertitle">
|
||||
<div class="title">Algorithms and Utility Functions<div class="ingroups"><a class="el" href="group___pixel_based.html">PixelBased</a></div></div> </div>
|
||||
<div class="headertitle"><div class="title">Algorithms and Utility Functions<div class="ingroups"><a class="el" href="group___pixel_based.html">PixelBased</a></div></div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
|
||||
<p>PixelBased algorithms, metafunctions and utility functions.
|
||||
<a href="#details">More...</a></p>
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="nested-classes" name="nested-classes"></a>
|
||||
Classes</h2></td></tr>
|
||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1gil_1_1num__channels.html">num_channels< PixelBased ></a></td></tr>
|
||||
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Returns the number of channels of a pixel-based GIL construct. <a href="structboost_1_1gil_1_1num__channels.html#details">More...</a><br /></td></tr>
|
||||
@@ -57,21 +57,21 @@ Classes</h2></td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<p>PixelBased algorithms, metafunctions and utility functions. </p>
|
||||
<p>Example: </p><div class="fragment"><div class="line">static_assert(num_channels<rgb8_view_t>::value == 3, <span class="stringliteral">""</span>);</div>
|
||||
<div class="line">static_assert(num_channels<cmyk16_planar_ptr_t>::value == 4, <span class="stringliteral">""</span>);</div>
|
||||
<p>Example: </p><div class="fragment"><div class="line"><span class="keyword">static_assert</span>(num_channels<rgb8_view_t>::value == 3, <span class="stringliteral">""</span>);</div>
|
||||
<div class="line"><span class="keyword">static_assert</span>(num_channels<cmyk16_planar_ptr_t>::value == 4, <span class="stringliteral">""</span>);</div>
|
||||
<div class="line"> </div>
|
||||
<div class="line">static_assert(is_planar<rgb16_planar_image_t>::value));</div>
|
||||
<div class="line">static_assert(std::is_same<color_space_type<rgb8_planar_ref_t>::type, rgb_t>::value, <span class="stringliteral">""</span>);</div>
|
||||
<div class="line">static_assert(std::is_same<channel_mapping_type<cmyk8_pixel_t>::type,</div>
|
||||
<div class="line"><span class="keyword">static_assert</span>(is_planar<rgb16_planar_image_t>::value));</div>
|
||||
<div class="line"><span class="keyword">static_assert</span>(std::is_same<color_space_type<rgb8_planar_ref_t>::type, rgb_t>::value, <span class="stringliteral">""</span>);</div>
|
||||
<div class="line"><span class="keyword">static_assert</span>(std::is_same<channel_mapping_type<cmyk8_pixel_t>::type,</div>
|
||||
<div class="line"> channel_mapping_type<rgba8_pixel_t>::type>::value, <span class="stringliteral">""</span>);</div>
|
||||
<div class="line">static_assert(std::is_same<channel_type<bgr8_pixel_t>::type, uint8_t>::value, <span class="stringliteral">""</span>);</div>
|
||||
<div class="line"><span class="keyword">static_assert</span>(std::is_same<channel_type<bgr8_pixel_t>::type, uint8_t>::value, <span class="stringliteral">""</span>);</div>
|
||||
</div><!-- fragment --> </div><!-- contents -->
|
||||
<!-- HTML footer for doxygen 1.8.13-->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/>
|
||||
<address class="footer">
|
||||
<small>
|
||||
Generated by  <a href="http://www.doxygen.org/index.html">doxygen</a> 1.9.1
|
||||
Generated by  <a href="http://www.doxygen.org/index.html">doxygen</a> 1.9.8
|
||||
</small>
|
||||
</address>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user