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