]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/gil/doc/html/g_i_l_0024.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / gil / doc / html / g_i_l_0024.html
CommitLineData
7c673cae
FG
1<!-- Copyright 2008 Lubomir Bourdev and Hailin Jin
2
3 Distributed under the Boost Software License, Version 1.0.
4 (See accompanying file LICENSE_1_0.txt or copy at
5 http://www.boost.org/LICENSE_1_0.txt)
6 -->
7
8<!--
9 Copyright 2005-2007 Adobe Systems Incorporated
10 Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
11 or a copy at http://stlab.adobe.com/licenses.html)
12
13 Some files are held under additional license.
14 Please see "http://stlab.adobe.com/licenses.html" for more information.
15-->
16
17<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
18 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
19<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
20
21<head>
22 <TITLE>Generic Image Library: deref_compose Class Template Reference</TITLE>
23 <META HTTP-EQUIV="content-type" CONTENT="text/html;charset=ISO-8859-1"/>
24 <LINK TYPE="text/css" REL="stylesheet" HREF="adobe_source.css"/>
25</head>
26<body>
27<table border="0" cellspacing="0" cellpadding="0" style='width: 100%; margin: 0; padding: 0'><tr>
28<td width="100%" valign="top" style='padding-left: 10px; padding-right: 10px; padding-bottom: 10px'>
29<div class="qindex"><a class="qindex" href="index.html">Modules</a>
30 | <a class="qindex" href="classes.html">Alphabetical List</a>
31 | <a class="qindex" href="annotated.html">Class List</a>
32 | <a class="qindex" href="dirs.html">Directories</a>
33 | <a class="qindex" href="files.html">File List</a>
34 | <a class="qindex" href="../index.html">GIL Home Page</a>
35</div>
36<!-- End Header -->
37<!-- Generated by Doxygen 1.5.6 -->
38 <div class="navpath"><a class="el" href="namespaceboost.html">boost</a>::<b>gil</b>::<a class="el" href="g_i_l_0024.html">deref_compose</a>
39 </div>
40<div class="contents">
41<h1>deref_compose Class Template Reference<br>
42<small>
43[<a class="el" href="g_i_l_0186.html">Models</a>]</small>
44</h1><!-- doxytag: class="boost::gil::deref_compose" --><!-- doxytag: inherits="boost::gil::deref_base" --><code>#include &lt;<a class="el" href="g_i_l_0642.html">utilities.hpp</a>&gt;</code>
45<p>
46<div class="dynheader">
47Inheritance diagram for deref_compose:</div>
48<div class="dynsection">
49
50<p><center><img src="g_i_l_0004.png" usemap="#deref_compose_map" border="0" alt=""></center>
51<map name="deref_compose_map">
52<area href="g_i_l_0475.html" alt="deref_base" shape="rect" coords="0,0,1104,24">
53</map>
54</div>
55
56<p>
57<a href="g_i_l_0023.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
58<h3>template&lt;typename D1, typename D2&gt;<br>
59 class boost::gil::deref_compose&lt; D1, D2 &gt;</h3>
60
61Composes two dereference function objects. Similar to std::unary_compose but needs to pull some typedefs from the component types. Models: <a class="el" href="g_i_l_0350.html" title="Represents a unary function object that can be invoked upon dereferencing a pixel...">PixelDereferenceAdaptorConcept</a>. <table border="0" cellpadding="0" cellspacing="0">
62<tr><td></td></tr>
63<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
64<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="fdbf121ada7bb303057b5b5decb6db49"></a><!-- doxytag: member="boost::gil::deref_compose::argument_type" ref="fdbf121ada7bb303057b5b5decb6db49" args="" -->
65typedef D2::argument_type&nbsp;</td><td class="memItemRight" valign="bottom"><b>argument_type</b></td></tr>
66
67<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3ecff708e38cbbf5954abfbf54a3f944"></a><!-- doxytag: member="boost::gil::deref_compose::result_type" ref="3ecff708e38cbbf5954abfbf54a3f944" args="" -->
68typedef D1::result_type&nbsp;</td><td class="memItemRight" valign="bottom"><b>result_type</b></td></tr>
69
70<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
71<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a7ad5518deba57aa35db893b6f037b8d"></a><!-- doxytag: member="boost::gil::deref_compose::deref_compose" ref="a7ad5518deba57aa35db893b6f037b8d" args="(const D1 &amp;x, const D2 &amp;y)" -->
72&nbsp;</td><td class="memItemRight" valign="bottom"><b>deref_compose</b> (const D1 &amp;x, const D2 &amp;y)</td></tr>
73
74<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="fc74b575d85acaa8a504722f5dc2d7f3"></a><!-- doxytag: member="boost::gil::deref_compose::deref_compose" ref="fc74b575d85acaa8a504722f5dc2d7f3" args="(const deref_compose &amp;dc)" -->
75&nbsp;</td><td class="memItemRight" valign="bottom"><b>deref_compose</b> (const <a class="el" href="g_i_l_0024.html">deref_compose</a> &amp;dc)</td></tr>
76
77<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="2fd5a27429ecef5ac93beaf5a98521ed"></a><!-- doxytag: member="boost::gil::deref_compose::deref_compose" ref="2fd5a27429ecef5ac93beaf5a98521ed" args="(const deref_compose&lt; _D1, _D2 &gt; &amp;dc)" -->
78template&lt;typename _D1, typename _D2&gt; </td></tr>
79<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memTemplItemRight" valign="bottom"><b>deref_compose</b> (const <a class="el" href="g_i_l_0024.html">deref_compose</a>&lt; _D1, _D2 &gt; &amp;dc)</td></tr>
80
81<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="125f66e1a3dfd9e5621235e8d4fb8b58"></a><!-- doxytag: member="boost::gil::deref_compose::operator()" ref="125f66e1a3dfd9e5621235e8d4fb8b58" args="(argument_type x) const " -->
82result_type&nbsp;</td><td class="memItemRight" valign="bottom"><b>operator()</b> (argument_type x) const </td></tr>
83
84<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="8bd11513346bc122922757642cfb5329"></a><!-- doxytag: member="boost::gil::deref_compose::operator()" ref="8bd11513346bc122922757642cfb5329" args="(argument_type x)" -->
85result_type&nbsp;</td><td class="memItemRight" valign="bottom"><b>operator()</b> (argument_type x)</td></tr>
86
87<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
88<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="fbe38941175e93403e20454f43a45371"></a><!-- doxytag: member="boost::gil::deref_compose::_fn1" ref="fbe38941175e93403e20454f43a45371" args="" -->
89D1&nbsp;</td><td class="memItemRight" valign="bottom"><b>_fn1</b></td></tr>
90
91<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3b5402cbecf2cb062d68afeb8fca26eb"></a><!-- doxytag: member="boost::gil::deref_compose::_fn2" ref="3b5402cbecf2cb062d68afeb8fca26eb" args="" -->
92D2&nbsp;</td><td class="memItemRight" valign="bottom"><b>_fn2</b></td></tr>
93
94</table>
95<hr>The documentation for this class was generated from the following file:<ul>
96<li><a class="el" href="g_i_l_0642.html">utilities.hpp</a></ul>
97</div>
98<hr size="1"><address style="text-align: right;"><small>Generated on Sat May 2 13:50:18 2009 for Generic Image Library by&nbsp;
99<a href="http://www.doxygen.org/index.html">
100<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
101</body>
102</html>