2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-26 06:32:16 +00:00
Files
gil/develop/doc/html/reference/image_8hpp.html

136 lines
9.9 KiB
HTML

<!-- Copyright 2008 Lubomir Bourdev and Hailin Jin
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
-->
<!--
Copyright 2005-2007 Adobe Systems Incorporated
Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
or a copy at http://stlab.adobe.com/licenses.html)
Some files are held under additional license.
Please see "http://stlab.adobe.com/licenses.html" for more information.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<TITLE>image.hpp File Reference</TITLE>
<META HTTP-EQUIV="content-type" CONTENT="text/html;charset=ISO-8859-1"/>
<link type="text/css" rel="stylesheet" href="../_static/style.css">
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
</head>
<body>
<div class="header">
<table border="0" cellpadding="7" cellspacing="0" width="100%" summary="header">
<tr>
<td valign="top" width="300">
<h3><a href="../index.html"><img
alt="Boost GIL" src="../_static/gil.png" border="0"></a></h3>
</td>
<td >
<h1 align="center"><a href="../index.html"></a></h1>
</td>
<td>
</td>
</tr>
</table>
</div>
<hr/>
<table border="0" cellspacing="0" cellpadding="0" style='width: 100%; margin: 0; padding: 0'><tr>
<td width="100%" valign="top" style='padding-left: 10px; padding-right: 10px; padding-bottom: 10px'>
<div class="qindex"><a class="qindex" href="index.html">Modules</a>
| <a class="qindex" href="classes.html">Alphabetical List</a>
| <a class="qindex" href="annotated.html">Class List</a>
</div>
<!-- End Header -->
<!-- Generated by Doxygen 1.8.6 -->
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_1878a3f4746a95c6aad317458cc7ef80.html">boost</a></li><li class="navelem"><a class="el" href="dir_df4750f408086f9b9c1b5ee4251365ff.html">gil</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#namespaces">Namespaces</a> &#124;
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">image.hpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Templated image.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &lt;cstddef&gt;</code><br/>
<code>#include &lt;memory&gt;</code><br/>
<code>#include &lt;boost/mpl/bool.hpp&gt;</code><br/>
<code>#include &lt;boost/mpl/if.hpp&gt;</code><br/>
<code>#include &lt;boost/mpl/arithmetic.hpp&gt;</code><br/>
<code>#include &quot;<a class="el" href="gil__config_8hpp_source.html">gil_config.hpp</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="image__view_8hpp_source.html">image_view.hpp</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="metafunctions_8hpp_source.html">metafunctions.hpp</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="algorithm_8hpp_source.html">algorithm.hpp</a>&quot;</code><br/>
</div>
<p><a href="image_8hpp_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classboost_1_1gil_1_1image.html">image&lt; Pixel, IsPlanar, Alloc &gt;</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">container interface over image view. Models <a class="el" href="structboost_1_1gil_1_1_image_concept.html" title="2-dimensional image whose value type models PixelValueConcept ">ImageConcept</a>, <a class="el" href="structboost_1_1gil_1_1_pixel_based_concept.html" title="Concept for all pixel-based GIL constructs, such as pixels, iterators, locators, views and images who...">PixelBasedConcept</a> <a href="classboost_1_1gil_1_1image.html#details">More...</a><br/></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:namespaceboost"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost.html">boost</a></td></tr>
<tr class="memdesc:namespaceboost"><td class="mdescLeft">&#160;</td><td class="mdescRight">Pixel 2D LOCATOR. <br/></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a6c26f61ea0400b9db0980ed2a9082d10"><td class="memTemplParams" colspan="2"><a class="anchor" id="a6c26f61ea0400b9db0980ed2a9082d10"></a>
template&lt;typename Pixel , bool IsPlanar, typename Alloc &gt; </td></tr>
<tr class="memitem:a6c26f61ea0400b9db0980ed2a9082d10"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>swap</b> (image&lt; Pixel, IsPlanar, Alloc &gt; &amp;im1, image&lt; Pixel, IsPlanar, Alloc &gt; &amp;im2)</td></tr>
<tr class="separator:a6c26f61ea0400b9db0980ed2a9082d10"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a69631cbd86a0a64858dacf03fe530e5e"><td class="memTemplParams" colspan="2"><a class="anchor" id="a69631cbd86a0a64858dacf03fe530e5e"></a>
template&lt;typename Pixel1 , bool IsPlanar1, typename Alloc1 , typename Pixel2 , bool IsPlanar2, typename Alloc2 &gt; </td></tr>
<tr class="memitem:a69631cbd86a0a64858dacf03fe530e5e"><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><b>operator==</b> (const image&lt; Pixel1, IsPlanar1, Alloc1 &gt; &amp;im1, const image&lt; Pixel2, IsPlanar2, Alloc2 &gt; &amp;im2)</td></tr>
<tr class="separator:a69631cbd86a0a64858dacf03fe530e5e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aab363156925fc817b4832e45a1c41f8c"><td class="memTemplParams" colspan="2"><a class="anchor" id="aab363156925fc817b4832e45a1c41f8c"></a>
template&lt;typename Pixel1 , bool IsPlanar1, typename Alloc1 , typename Pixel2 , bool IsPlanar2, typename Alloc2 &gt; </td></tr>
<tr class="memitem:aab363156925fc817b4832e45a1c41f8c"><td class="memTemplItemLeft" align="right" valign="top">bool&#160;</td><td class="memTemplItemRight" valign="bottom"><b>operator!=</b> (const image&lt; Pixel1, IsPlanar1, Alloc1 &gt; &amp;im1, const image&lt; Pixel2, IsPlanar2, Alloc2 &gt; &amp;im2)</td></tr>
<tr class="separator:aab363156925fc817b4832e45a1c41f8c"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="member-group"></a>
view, const_view</h2></td></tr>
<tr><td class="ititle" colspan="2"><p><a class="anchor" id="amgrp907678f703e824fe30e4e6f52ffbd776"></a>Get an image view from a run-time instantiated image </p>
</td></tr>
<tr class="memitem:ga633557dbbff2d21c784b73412b47bb38"><td class="memTemplParams" colspan="2"><a class="anchor" id="ga633557dbbff2d21c784b73412b47bb38"></a>
template&lt;typename Pixel , bool IsPlanar, typename Alloc &gt; </td></tr>
<tr class="memitem:ga633557dbbff2d21c784b73412b47bb38"><td class="memTemplItemLeft" align="right" valign="top">const image&lt; Pixel, IsPlanar, <br class="typebreak"/>
Alloc &gt;::view_t &amp;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group___image_model.html#ga633557dbbff2d21c784b73412b47bb38">view</a> (image&lt; Pixel, IsPlanar, Alloc &gt; &amp;img)</td></tr>
<tr class="memdesc:ga633557dbbff2d21c784b73412b47bb38"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the non-constant-pixel view of an image. <br/></td></tr>
<tr class="separator:ga633557dbbff2d21c784b73412b47bb38"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga0505866ffb317dcd320e74be9874f950"><td class="memTemplParams" colspan="2"><a class="anchor" id="ga0505866ffb317dcd320e74be9874f950"></a>
template&lt;typename Pixel , bool IsPlanar, typename Alloc &gt; </td></tr>
<tr class="memitem:ga0505866ffb317dcd320e74be9874f950"><td class="memTemplItemLeft" align="right" valign="top">const image&lt; Pixel, IsPlanar, <br class="typebreak"/>
Alloc &gt;::const_view_t&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group___image_model.html#ga0505866ffb317dcd320e74be9874f950">const_view</a> (const image&lt; Pixel, IsPlanar, Alloc &gt; &amp;img)</td></tr>
<tr class="memdesc:ga0505866ffb317dcd320e74be9874f950"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the constant-pixel view of an image. <br/></td></tr>
<tr class="separator:ga0505866ffb317dcd320e74be9874f950"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Templated image. </p>
<dl class="section author"><dt>Author</dt><dd>Lubomir Bourdev and Hailin Jin <br/>
Adobe Systems Incorporated </dd></dl>
<dl class="section date"><dt>Date</dt><dd>2005-2007 <br/>
Last updated on February 12, 2007 </dd></dl>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon Mar 26 2018 16:26:16 for Generic Image Library by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>
</body>
</html>