1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/PTdecode/CImg-1.3.0/html/reference/functions_0x6f.html Mon Aug 03 14:09:20 2009 +0100 1.3 @@ -0,0 +1,245 @@ 1.4 + xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 1.5 +<head> 1.6 +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta> 1.7 +<title>The CImg Library - C++ Template Image Processing Toolkit</title> 1.8 +<meta content="David Tschumperle" name="author"></meta> 1.9 +<link rel="shortcut icon" type="image/x-icon" href="http://cimg.sourceforge.net/favicon.ico"></link> 1.10 +<link rel="icon" type="image/png" href="favicon.png"></link> 1.11 +<link href="doxygen.css" rel="stylesheet" type="text/css"> 1.12 +<link href="tabs.css" rel="stylesheet" type="text/css"> 1.13 +<style type="text/css"> 1.14 +<!-- 1.15 +body {background-color:white; font-family:sans-serif; } 1.16 +a:active{text-decoration:none; color:#303090} 1.17 +a:link{text-decoration:none; color:#303090} 1.18 +a:visited{text-decoration:none; color:#303090} 1.19 +a:hover{text-decoration:underline; color:#4E9F71} 1.20 +--> 1.21 +</style> 1.22 +<script language="JavaScript" type="text/javascript"> 1.23 + <!-- Original: Eric King (eric_andrew_king@hotmail.com) is used to display images in popup windows --> 1.24 + <!-- Web Site: http://redrival.com/eak/ --> 1.25 + <!-- This script and many more are available free online at --> 1.26 + <!-- The JavaScript Source!! http://javascript.internet.com --> 1.27 + <!-- Begin 1.28 + function NewWindow(mypage, myname, w, h, scroll) { 1.29 + var winl = (screen.width - w) / 2; 1.30 + var wint = (screen.height - h) / 2; 1.31 + winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable' 1.32 + win = window.open(mypage, myname, winprops) 1.33 + if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); } 1.34 + } 1.35 + // End --> 1.36 +</script> 1.37 +</head> 1.38 +<body> 1.39 + <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"> 1.40 + <tbody><tr><td> 1.41 + <hr noshade="noshade" size="1" width="90%"></hr> 1.42 + <center> 1.43 + <br/> 1.44 + <a href="http://cimg.sourceforge.net"><img src="http://cimg.sourceforge.net/img/CImgLogo.jpg" alt="" border="0"></img></a><br/> 1.45 + <br/> 1.46 + </center> 1.47 + <hr noshade="noshade" size="1" width="90%"></hr> 1.48 + <center> 1.49 + <table bgcolor="#EEEEFF" style="width: 90%; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="3" cellspacing="0"> 1.50 + <tbody><tr><td style="text-align: center; vertical-align: top;"> 1.51 + <font color="#FFFFFF" face="Arial,Helvetica" size="-1"> 1.52 + <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/index.shtml">Main</a> <b>]</b> 1.53 + <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/news.shtml">News</a><b>] </b> 1.54 + <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/download.shtml">Download</a> <b>]</b> 1.55 + <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/screenshots.shtml">Screenshots</a> <b>]</b> 1.56 + <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/group__cimg__faq.html">FAQ</a> <b>]</b> 1.57 + <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/group__cimg__tutorial.html">Tutorial</a> <b>]</b> 1.58 + <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/index.html">Documentation</a> <b>]</b> 1.59 + <b>[</b> <a target="_parent" href="http://sourceforge.net/forum/forum.php?forum_id=334630">Forum</a> <b>]</b> 1.60 + <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/chat.shtml">Chat</a> <b>]</b> 1.61 + <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/links.shtml">Links</a> <b>]</b> 1.62 + </font> 1.63 + </td></tr></tbody> 1.64 + </table> 1.65 + </center> 1.66 + <hr noshade="noshade" size="1" width="90%"></hr> 1.67 + </td></tr></tbody> 1.68 +</table> 1.69 +<!-- Generated by Doxygen 1.5.7.1 --> 1.70 +<script type="text/javascript"> 1.71 +<!-- 1.72 +function changeDisplayState (e){ 1.73 + var num=this.id.replace(/[^[0-9]/g,''); 1.74 + var button=this.firstChild; 1.75 + var sectionDiv=document.getElementById('dynsection'+num); 1.76 + if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ 1.77 + sectionDiv.style.display='block'; 1.78 + button.src='open.gif'; 1.79 + }else{ 1.80 + sectionDiv.style.display='none'; 1.81 + button.src='closed.gif'; 1.82 + } 1.83 +} 1.84 +function initDynSections(){ 1.85 + var divs=document.getElementsByTagName('div'); 1.86 + var sectionCounter=1; 1.87 + for(var i=0;i<divs.length-1;i++){ 1.88 + if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ 1.89 + var header=divs[i]; 1.90 + var section=divs[i+1]; 1.91 + var button=header.firstChild; 1.92 + if (button!='IMG'){ 1.93 + divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); 1.94 + button=document.createElement('img'); 1.95 + divs[i].insertBefore(button,divs[i].firstChild); 1.96 + } 1.97 + header.style.cursor='pointer'; 1.98 + header.onclick=changeDisplayState; 1.99 + header.id='dynheader'+sectionCounter; 1.100 + button.src='closed.gif'; 1.101 + section.id='dynsection'+sectionCounter; 1.102 + section.style.display='none'; 1.103 + section.style.marginLeft='14px'; 1.104 + sectionCounter++; 1.105 + } 1.106 + } 1.107 +} 1.108 +window.onload = initDynSections; 1.109 +--> 1.110 +</script> 1.111 +<div class="navigation" id="top"> 1.112 + <div class="tabs"> 1.113 + <ul> 1.114 + <li><a href="index.html"><span>Main Page</span></a></li> 1.115 + <li><a href="modules.html"><span>Modules</span></a></li> 1.116 + <li><a href="namespaces.html"><span>Namespaces</span></a></li> 1.117 + <li class="current"><a href="annotated.html"><span>Classes</span></a></li> 1.118 + </ul> 1.119 + </div> 1.120 + <div class="tabs"> 1.121 + <ul> 1.122 + <li><a href="annotated.html"><span>Class List</span></a></li> 1.123 + <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> 1.124 + <li class="current"><a href="functions.html"><span>Class Members</span></a></li> 1.125 + </ul> 1.126 + </div> 1.127 + <div class="tabs"> 1.128 + <ul> 1.129 + <li class="current"><a href="functions.html"><span>All</span></a></li> 1.130 + <li><a href="functions_func.html"><span>Functions</span></a></li> 1.131 + <li><a href="functions_vars.html"><span>Variables</span></a></li> 1.132 + <li><a href="functions_type.html"><span>Typedefs</span></a></li> 1.133 + </ul> 1.134 + </div> 1.135 + <div class="tabs"> 1.136 + <ul> 1.137 + <li><a href="functions.html#index__"><span>_</span></a></li> 1.138 + <li><a href="functions_0x61.html#index_a"><span>a</span></a></li> 1.139 + <li><a href="functions_0x62.html#index_b"><span>b</span></a></li> 1.140 + <li><a href="functions_0x63.html#index_c"><span>c</span></a></li> 1.141 + <li><a href="functions_0x64.html#index_d"><span>d</span></a></li> 1.142 + <li><a href="functions_0x65.html#index_e"><span>e</span></a></li> 1.143 + <li><a href="functions_0x66.html#index_f"><span>f</span></a></li> 1.144 + <li><a href="functions_0x67.html#index_g"><span>g</span></a></li> 1.145 + <li><a href="functions_0x68.html#index_h"><span>h</span></a></li> 1.146 + <li><a href="functions_0x69.html#index_i"><span>i</span></a></li> 1.147 + <li><a href="functions_0x6b.html#index_k"><span>k</span></a></li> 1.148 + <li><a href="functions_0x6c.html#index_l"><span>l</span></a></li> 1.149 + <li><a href="functions_0x6d.html#index_m"><span>m</span></a></li> 1.150 + <li><a href="functions_0x6e.html#index_n"><span>n</span></a></li> 1.151 + <li class="current"><a href="functions_0x6f.html#index_o"><span>o</span></a></li> 1.152 + <li><a href="functions_0x70.html#index_p"><span>p</span></a></li> 1.153 + <li><a href="functions_0x71.html#index_q"><span>q</span></a></li> 1.154 + <li><a href="functions_0x72.html#index_r"><span>r</span></a></li> 1.155 + <li><a href="functions_0x73.html#index_s"><span>s</span></a></li> 1.156 + <li><a href="functions_0x74.html#index_t"><span>t</span></a></li> 1.157 + <li><a href="functions_0x75.html#index_u"><span>u</span></a></li> 1.158 + <li><a href="functions_0x76.html#index_v"><span>v</span></a></li> 1.159 + <li><a href="functions_0x77.html#index_w"><span>w</span></a></li> 1.160 + <li><a href="functions_0x78.html#index_x"><span>x</span></a></li> 1.161 + <li><a href="functions_0x79.html#index_y"><span>y</span></a></li> 1.162 + <li><a href="functions_0x7e.html#index_~"><span>~</span></a></li> 1.163 + </ul> 1.164 + </div> 1.165 +</div> 1.166 +<div class="contents"> 1.167 +Here is a list of all documented class members with links to the class documentation for each member: 1.168 +<p> 1.169 +<h3><a class="anchor" name="index_o">- o -</a></h3><ul> 1.170 +<li>offset() 1.171 +: <a class="el" href="structcimg__library_1_1CImg.html#afc4c62eb956815235bb896a1707f711">CImg</a> 1.172 +<li>operator bool() 1.173 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#a385aa18f5e42db5a415c25a90f4193d">CImgDisplay</a> 1.174 +, <a class="el" href="structcimg__library_1_1CImgList.html#a385aa18f5e42db5a415c25a90f4193d">CImgList</a> 1.175 +, <a class="el" href="structcimg__library_1_1CImg.html#a385aa18f5e42db5a415c25a90f4193d">CImg</a> 1.176 +<li>operator!=() 1.177 +: <a class="el" href="structcimg__library_1_1CImg.html#826e9d8fbbc121776b306f8c2ad13e22">CImg</a> 1.178 +<li>operator%() 1.179 +: <a class="el" href="structcimg__library_1_1CImg.html#248f258fd888937bd3ff1bfd6262cf86">CImg</a> 1.180 +<li>operator%=() 1.181 +: <a class="el" href="structcimg__library_1_1CImg.html#dc3ca29103dd08337dd5b314fc739e8f">CImg</a> 1.182 +<li>operator&() 1.183 +: <a class="el" href="structcimg__library_1_1CImg.html#63777d8b423f5bf16a60be4466ec70d4">CImg</a> 1.184 +<li>operator&=() 1.185 +: <a class="el" href="structcimg__library_1_1CImg.html#788c26161bb12c4fed30b2a8edf05126">CImg</a> 1.186 +<li>operator()() 1.187 +: <a class="el" href="structcimg__library_1_1CImg.html#b8fbc19527504258380aaed12c4bec4b">CImg</a> 1.188 +<li>operator*=() 1.189 +: <a class="el" href="structcimg__library_1_1CImg.html#770aafd607168611eace12d46d5f2bfd">CImg</a> 1.190 +<li>operator+() 1.191 +: <a class="el" href="structcimg__library_1_1CImg.html#637e0346bd7e4426d32e32aab42bd3f6">CImg</a> 1.192 +<li>operator++() 1.193 +: <a class="el" href="structcimg__library_1_1CImg.html#ed696f4e890e8da6f6ebaa3171aa2dd7">CImg</a> 1.194 +<li>operator+=() 1.195 +: <a class="el" href="structcimg__library_1_1CImg.html#f953b216980f8519642514380f3bfdba">CImg</a> 1.196 +<li>operator-() 1.197 +: <a class="el" href="structcimg__library_1_1CImg.html#e8c181b212c22dbee4ee228cac4c00d4">CImg</a> 1.198 +<li>operator--() 1.199 +: <a class="el" href="structcimg__library_1_1CImg.html#8d71ada97bd3d54d3f4265f0059273cf">CImg</a> 1.200 +<li>operator-=() 1.201 +: <a class="el" href="structcimg__library_1_1CImg.html#f18d9bcb5010cdea4c3f6496dd36ccb4">CImg</a> 1.202 +<li>operator/=() 1.203 +: <a class="el" href="structcimg__library_1_1CImg.html#9a6123b197ed6406eda560863bbe4cc1">CImg</a> 1.204 +<li>operator<<() 1.205 +: <a class="el" href="structcimg__library_1_1CImg.html#9ae2c81016de21b85487cb678a43afb8">CImg</a> 1.206 +, <a class="el" href="structcimg__library_1_1CImgDisplay.html#86ffd9e1b491dab79d3b862a26e56053">CImgDisplay</a> 1.207 +<li>operator<<=() 1.208 +: <a class="el" href="structcimg__library_1_1CImg.html#02dd49d59f77aa41446ce028f9771151">CImg</a> 1.209 +<li>operator=() 1.210 +: <a class="el" href="structcimg__library_1_1CImg.html#b8993b2170b87343f86f3e07fe0b7348">CImg</a> 1.211 +, <a class="el" href="structcimg__library_1_1CImgDisplay.html#81d1882a4d7d0579298fe6fc706fca40">CImgDisplay</a> 1.212 +<li>operator==() 1.213 +: <a class="el" href="structcimg__library_1_1CImg.html#0ad220d8708e61416b9b9255aa612740">CImg</a> 1.214 +<li>operator>>() 1.215 +: <a class="el" href="structcimg__library_1_1CImg.html#622413644789d18b3cfff7ff309c95fd">CImg</a> 1.216 +<li>operator>>=() 1.217 +: <a class="el" href="structcimg__library_1_1CImg.html#2ecc6f016d1358b12e010dbe75e4d576">CImg</a> 1.218 +<li>operator[]() 1.219 +: <a class="el" href="structcimg__library_1_1CImg.html#87f4042f1af3428fa0ad1a9480286abe">CImg</a> 1.220 +<li>operator^() 1.221 +: <a class="el" href="structcimg__library_1_1CImg.html#ff2d39b04a4a00a4c4a058872a235380">CImg</a> 1.222 +<li>operator^=() 1.223 +: <a class="el" href="structcimg__library_1_1CImg.html#c51bdadcbdffee3dfda3914ec6dfdbfd">CImg</a> 1.224 +<li>operator|() 1.225 +: <a class="el" href="structcimg__library_1_1CImg.html#a8a9d727ce82153f4df2fe8e1292bad0">CImg</a> 1.226 +<li>operator|=() 1.227 +: <a class="el" href="structcimg__library_1_1CImg.html#baa1bd39411a23a524c6baf0c55745d3">CImg</a> 1.228 +<li>operator~() 1.229 +: <a class="el" href="structcimg__library_1_1CImg.html#0752b44324e973aed012d79bc9a2d3fd">CImg</a> 1.230 +</ul> 1.231 +</div> 1.232 +<hr noshade="noshade" size="1" width="100%"> 1.233 +<a href="http://sourceforge.net"> 1.234 +<img src="http://sourceforge.net/sflogo.php?group_id=96492&type=3" border="0" height="37" width="125"></img> 1.235 +</a> 1.236 +<!-- Start of StatCounter Code --> 1.237 +<script type="text/javascript" language="javascript"> 1.238 +<!-- 1.239 +var sc_project=895001; 1.240 +var sc_invisible=1; 1.241 +var sc_partition=7; 1.242 +var sc_security="5ea85181"; 1.243 +//--> 1.244 +</script> 1.245 +<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img src="http://c8.statcounter.com/counter.php?sc_project=895001&java=0&security=5ea85181&invisible=1" alt="counter stats" border="0"></a> </noscript> 1.246 +<!-- End of StatCounter Code --> 1.247 +</body> 1.248 +</html>