1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/PTdecode/CImg-1.3.0/html/reference/namespacemembers.html Mon Aug 03 14:09:20 2009 +0100 1.3 @@ -0,0 +1,321 @@ 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 class="current"><a href="namespaces.html"><span>Namespaces</span></a></li> 1.117 + <li><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="namespaces.html"><span>Namespace List</span></a></li> 1.123 + <li class="current"><a href="namespacemembers.html"><span>Namespace Members</span></a></li> 1.124 + </ul> 1.125 + </div> 1.126 + <div class="tabs"> 1.127 + <ul> 1.128 + <li class="current"><a href="namespacemembers.html"><span>All</span></a></li> 1.129 + <li><a href="namespacemembers_func.html"><span>Functions</span></a></li> 1.130 + <li><a href="namespacemembers_vars.html"><span>Variables</span></a></li> 1.131 + </ul> 1.132 + </div> 1.133 + <div class="tabs"> 1.134 + <ul> 1.135 + <li><a href="#index_a"><span>a</span></a></li> 1.136 + <li><a href="#index_b"><span>b</span></a></li> 1.137 + <li><a href="#index_c"><span>c</span></a></li> 1.138 + <li><a href="#index_d"><span>d</span></a></li> 1.139 + <li><a href="#index_e"><span>e</span></a></li> 1.140 + <li><a href="#index_f"><span>f</span></a></li> 1.141 + <li><a href="#index_g"><span>g</span></a></li> 1.142 + <li><a href="#index_i"><span>i</span></a></li> 1.143 + <li><a href="#index_m"><span>m</span></a></li> 1.144 + <li><a href="#index_n"><span>n</span></a></li> 1.145 + <li><a href="#index_p"><span>p</span></a></li> 1.146 + <li><a href="#index_r"><span>r</span></a></li> 1.147 + <li><a href="#index_s"><span>s</span></a></li> 1.148 + <li><a href="#index_t"><span>t</span></a></li> 1.149 + <li><a href="#index_u"><span>u</span></a></li> 1.150 + <li><a href="#index_v"><span>v</span></a></li> 1.151 + <li><a href="#index_w"><span>w</span></a></li> 1.152 + <li><a href="#index_x"><span>x</span></a></li> 1.153 + </ul> 1.154 + </div> 1.155 +</div> 1.156 +<div class="contents"> 1.157 +Here is a list of all documented namespace members with links to the namespaces they belong to: 1.158 +<p> 1.159 +<h3><a class="anchor" name="index_a">- a -</a></h3><ul> 1.160 +<li>abs() 1.161 +: <a class="el" href="namespacecimg__library_1_1cimg.html#5dd0a4d361e2db646f5042be6bfe1d31">cimg_library::cimg</a> 1.162 +<li>atof() 1.163 +: <a class="el" href="namespacecimg__library_1_1cimg.html#9ab0fcc7ef1bac330897fec51f617ae6">cimg_library::cimg</a> 1.164 +</ul> 1.165 +<h3><a class="anchor" name="index_b">- b -</a></h3><ul> 1.166 +<li>basename() 1.167 +: <a class="el" href="namespacecimg__library_1_1cimg.html#bc491a5ed3a8d97e395138a379767a45">cimg_library::cimg</a> 1.168 +</ul> 1.169 +<h3><a class="anchor" name="index_c">- c -</a></h3><ul> 1.170 +<li>crand() 1.171 +: <a class="el" href="namespacecimg__library_1_1cimg.html#ae82972570fdc0904d4f03df7b5d3023">cimg_library::cimg</a> 1.172 +</ul> 1.173 +<h3><a class="anchor" name="index_d">- d -</a></h3><ul> 1.174 +<li>dcraw_path() 1.175 +: <a class="el" href="namespacecimg__library_1_1cimg.html#e36d7a689692ac5663afe1bbdab5d9fa">cimg_library::cimg</a> 1.176 +<li>dialog() 1.177 +: <a class="el" href="namespacecimg__library_1_1cimg.html#9bd2a1e3ffff4538c4f53856e8b28ded">cimg_library::cimg</a> 1.178 +</ul> 1.179 +<h3><a class="anchor" name="index_e">- e -</a></h3><ul> 1.180 +<li>endianness() 1.181 +: <a class="el" href="namespacecimg__library_1_1cimg.html#0d2a283a3aa2572e9d343f040c8c4c6b">cimg_library::cimg</a> 1.182 +<li>exception_mode() 1.183 +: <a class="el" href="namespacecimg__library_1_1cimg.html#acf66918a1173b3f72fe6f088d94f26b">cimg_library::cimg</a> 1.184 +</ul> 1.185 +<h3><a class="anchor" name="index_f">- f -</a></h3><ul> 1.186 +<li>fclose() 1.187 +: <a class="el" href="namespacecimg__library_1_1cimg.html#e381e63cfec4d6d2426a2763c05a094f">cimg_library::cimg</a> 1.188 +<li>ffmpeg_path() 1.189 +: <a class="el" href="namespacecimg__library_1_1cimg.html#bf1666b982cb372129f2ae2fdc748ef2">cimg_library::cimg</a> 1.190 +<li>file_type() 1.191 +: <a class="el" href="namespacecimg__library_1_1cimg.html#69b9fcf4cc4ef26506e3a35d8db2cb74">cimg_library::cimg</a> 1.192 +<li>fopen() 1.193 +: <a class="el" href="namespacecimg__library_1_1cimg.html#dff1045b64c40864232f07ec686fa731">cimg_library::cimg</a> 1.194 +<li>fread() 1.195 +: <a class="el" href="namespacecimg__library_1_1cimg.html#ae720b10098f87a24c8756e63c48b49a">cimg_library::cimg</a> 1.196 +<li>fwrite() 1.197 +: <a class="el" href="namespacecimg__library_1_1cimg.html#b57bdbf463552372e18a7dda032c3054">cimg_library::cimg</a> 1.198 +</ul> 1.199 +<h3><a class="anchor" name="index_g">- g -</a></h3><ul> 1.200 +<li>grand() 1.201 +: <a class="el" href="namespacecimg__library_1_1cimg.html#0341a323738439349625b2de5f35bb4c">cimg_library::cimg</a> 1.202 +<li>graphicsmagick_path() 1.203 +: <a class="el" href="namespacecimg__library_1_1cimg.html#a9f7e166f51b43facc8ecc9f05e4ceba">cimg_library::cimg</a> 1.204 +<li>gunzip_path() 1.205 +: <a class="el" href="namespacecimg__library_1_1cimg.html#08f71c29acfe85d5b8718900e995b779">cimg_library::cimg</a> 1.206 +<li>gzip_path() 1.207 +: <a class="el" href="namespacecimg__library_1_1cimg.html#75f3391e7a393c1c1fe43537004537e2">cimg_library::cimg</a> 1.208 +</ul> 1.209 +<h3><a class="anchor" name="index_i">- i -</a></h3><ul> 1.210 +<li>imagemagick_path() 1.211 +: <a class="el" href="namespacecimg__library_1_1cimg.html#d0db1003e37cc111d9eddd282c1ab27b">cimg_library::cimg</a> 1.212 +<li>info() 1.213 +: <a class="el" href="namespacecimg__library_1_1cimg.html#c1b66fe77173de9e5e8542b2823d6071">cimg_library::cimg</a> 1.214 +<li>invert_endianness() 1.215 +: <a class="el" href="namespacecimg__library_1_1cimg.html#565abb2900eedfc3700ec2a87986bb89">cimg_library::cimg</a> 1.216 +</ul> 1.217 +<h3><a class="anchor" name="index_m">- m -</a></h3><ul> 1.218 +<li>max() 1.219 +: <a class="el" href="namespacecimg__library_1_1cimg.html#ef8f304ef317aed250bbb0dc2b242969">cimg_library::cimg</a> 1.220 +<li>medcon_path() 1.221 +: <a class="el" href="namespacecimg__library_1_1cimg.html#aedba1291890f50edb5be58ef662e516">cimg_library::cimg</a> 1.222 +<li>min() 1.223 +: <a class="el" href="namespacecimg__library_1_1cimg.html#11ac2edf216d6e3085207fbef99c8a10">cimg_library::cimg</a> 1.224 +<li>minmod() 1.225 +: <a class="el" href="namespacecimg__library_1_1cimg.html#e2bab18e9272641210d8b2d7e4a4503f">cimg_library::cimg</a> 1.226 +<li>mod() 1.227 +: <a class="el" href="namespacecimg__library_1_1cimg.html#85970edf9afb3b48c0715fadf917854e">cimg_library::cimg</a> 1.228 +</ul> 1.229 +<h3><a class="anchor" name="index_n">- n -</a></h3><ul> 1.230 +<li>nearest_pow2() 1.231 +: <a class="el" href="namespacecimg__library_1_1cimg.html#2d817bb30160ae25fde49bd14db5a7e6">cimg_library::cimg</a> 1.232 +<li>number_filename() 1.233 +: <a class="el" href="namespacecimg__library_1_1cimg.html#878d8296e87c4ddae1676158e40cbd3a">cimg_library::cimg</a> 1.234 +</ul> 1.235 +<h3><a class="anchor" name="index_p">- p -</a></h3><ul> 1.236 +<li>prand() 1.237 +: <a class="el" href="namespacecimg__library_1_1cimg.html#7f927973e2bc17b851bb61cdfbfef061">cimg_library::cimg</a> 1.238 +</ul> 1.239 +<h3><a class="anchor" name="index_r">- r -</a></h3><ul> 1.240 +<li>rand() 1.241 +: <a class="el" href="namespacecimg__library_1_1cimg.html#f31db729637ea4dad61e49e5729839c4">cimg_library::cimg</a> 1.242 +<li>rol() 1.243 +: <a class="el" href="namespacecimg__library_1_1cimg.html#964b7bf56de9cba321b402ab86db3ff7">cimg_library::cimg</a> 1.244 +<li>ror() 1.245 +: <a class="el" href="namespacecimg__library_1_1cimg.html#62fd3ab82b98aa857fcf5f3fbd7c8b99">cimg_library::cimg</a> 1.246 +<li>round() 1.247 +: <a class="el" href="namespacecimg__library_1_1cimg.html#0bfd704cc09f4a25f09035b067aca4e3">cimg_library::cimg</a> 1.248 +</ul> 1.249 +<h3><a class="anchor" name="index_s">- s -</a></h3><ul> 1.250 +<li>sign() 1.251 +: <a class="el" href="namespacecimg__library_1_1cimg.html#cb00b9ea45d7c523af71071eaad2fd98">cimg_library::cimg</a> 1.252 +<li>sleep() 1.253 +: <a class="el" href="namespacecimg__library_1_1cimg.html#3ac7655e49556a90715f3532af221334">cimg_library::cimg</a> 1.254 +<li>split_filename() 1.255 +: <a class="el" href="namespacecimg__library_1_1cimg.html#9f7068ec0354e0b34a69a9dc829598aa">cimg_library::cimg</a> 1.256 +<li>sqr() 1.257 +: <a class="el" href="namespacecimg__library_1_1cimg.html#415ccb3d8d3cf2e7bbdca6fa18ed3465">cimg_library::cimg</a> 1.258 +<li>strcasecmp() 1.259 +: <a class="el" href="namespacecimg__library_1_1cimg.html#43334b3df38ff7c4369a503a4fc3a9f9">cimg_library::cimg</a> 1.260 +<li>strclean() 1.261 +: <a class="el" href="namespacecimg__library_1_1cimg.html#7199326277681bfe958fc21a508897e2">cimg_library::cimg</a> 1.262 +<li>strcmp() 1.263 +: <a class="el" href="namespacecimg__library_1_1cimg.html#aab723edb9b070b285367e7ffc099d78">cimg_library::cimg</a> 1.264 +<li>strescape() 1.265 +: <a class="el" href="namespacecimg__library_1_1cimg.html#7710ef1683aa12ead974583b764cd353">cimg_library::cimg</a> 1.266 +<li>strfind() 1.267 +: <a class="el" href="namespacecimg__library_1_1cimg.html#2f127d56499b955c44ab1e5963d04c8c">cimg_library::cimg</a> 1.268 +<li>strlen() 1.269 +: <a class="el" href="namespacecimg__library_1_1cimg.html#3f65ad0f35bbbfc7ec197ce32f326da2">cimg_library::cimg</a> 1.270 +<li>strncasecmp() 1.271 +: <a class="el" href="namespacecimg__library_1_1cimg.html#747de40c911c42d60e1a4ee3f0c69c6c">cimg_library::cimg</a> 1.272 +<li>strncmp() 1.273 +: <a class="el" href="namespacecimg__library_1_1cimg.html#efc1425e963cd56d8a926908749119a5">cimg_library::cimg</a> 1.274 +<li>strpare() 1.275 +: <a class="el" href="namespacecimg__library_1_1cimg.html#75c2af1ba1b514bd547f9b23745b125c">cimg_library::cimg</a> 1.276 +<li>swap() 1.277 +: <a class="el" href="namespacecimg__library_1_1cimg.html#40c508097e570855c68bc944249ecf59">cimg_library::cimg</a> 1.278 +<li>system() 1.279 +: <a class="el" href="namespacecimg__library_1_1cimg.html#09e80f4d7a95f3d5c2282202d8526520">cimg_library::cimg</a> 1.280 +</ul> 1.281 +<h3><a class="anchor" name="index_t">- t -</a></h3><ul> 1.282 +<li>temporary() 1.283 +: <a class="el" href="namespacecimg__library_1_1cimg.html#f3bb87016460121409a8f1a2ebe418b1">cimg_library::cimg</a> 1.284 +<li>temporary_path() 1.285 +: <a class="el" href="namespacecimg__library_1_1cimg.html#797797a309ca40aa28cdfbb92f4d1621">cimg_library::cimg</a> 1.286 +<li>time() 1.287 +: <a class="el" href="namespacecimg__library_1_1cimg.html#f883131bbc64e996d212114cc2b2b21a">cimg_library::cimg</a> 1.288 +</ul> 1.289 +<h3><a class="anchor" name="index_u">- u -</a></h3><ul> 1.290 +<li>uncase() 1.291 +: <a class="el" href="namespacecimg__library_1_1cimg.html#5a028d4d4de4e1894263a29a6de8e2ee">cimg_library::cimg</a> 1.292 +</ul> 1.293 +<h3><a class="anchor" name="index_v">- v -</a></h3><ul> 1.294 +<li>valuePI 1.295 +: <a class="el" href="namespacecimg__library_1_1cimg.html#0227707be3c6c40e2f71806077fbfcdb">cimg_library::cimg</a> 1.296 +</ul> 1.297 +<h3><a class="anchor" name="index_w">- w -</a></h3><ul> 1.298 +<li>wait() 1.299 +: <a class="el" href="namespacecimg__library_1_1cimg.html#3c8917c0f12139bff6de6e3e45fc5b77">cimg_library::cimg</a> 1.300 +<li>warn() 1.301 +: <a class="el" href="namespacecimg__library_1_1cimg.html#93ec28267b101050d949d1ebff1b88cf">cimg_library::cimg</a> 1.302 +</ul> 1.303 +<h3><a class="anchor" name="index_x">- x -</a></h3><ul> 1.304 +<li>xln() 1.305 +: <a class="el" href="namespacecimg__library_1_1cimg.html#8dde183be46c1821a3901b63825a4cf4">cimg_library::cimg</a> 1.306 +</ul> 1.307 +</div> 1.308 +<hr noshade="noshade" size="1" width="100%"> 1.309 +<a href="http://sourceforge.net"> 1.310 +<img src="http://sourceforge.net/sflogo.php?group_id=96492&type=3" border="0" height="37" width="125"></img> 1.311 +</a> 1.312 +<!-- Start of StatCounter Code --> 1.313 +<script type="text/javascript" language="javascript"> 1.314 +<!-- 1.315 +var sc_project=895001; 1.316 +var sc_invisible=1; 1.317 +var sc_partition=7; 1.318 +var sc_security="5ea85181"; 1.319 +//--> 1.320 +</script> 1.321 +<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.322 +<!-- End of StatCounter Code --> 1.323 +</body> 1.324 +</html>