PTdecode/CImg-1.3.0/html/reference/functions_vars.html

changeset 5
1204ebf9340d
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/PTdecode/CImg-1.3.0/html/reference/functions_vars.html	Mon Aug 03 14:09:20 2009 +0100
     1.3 @@ -0,0 +1,212 @@
     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&nbsp;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&nbsp;List</span></a></li>
   1.123 +      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
   1.124 +      <li class="current"><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
   1.125 +    </ul>
   1.126 +  </div>
   1.127 +  <div class="tabs">
   1.128 +    <ul>
   1.129 +      <li><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 class="current"><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>
   1.136 +<div class="contents">
   1.137 +&nbsp;
   1.138 +<p>
   1.139 +<ul>
   1.140 +<li>allocsize
   1.141 +: <a class="el" href="structcimg__library_1_1CImgList.html#ed8b8acab64fd4c342e533c72f467438">CImgList</a>
   1.142 +<li>buttons
   1.143 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#99bff6269344233fdf65bd637224550c">CImgDisplay</a>
   1.144 +<li>data
   1.145 +: <a class="el" href="structcimg__library_1_1CImg.html#c88dceffbecaed1137b0e27783adbcc5">CImg</a>
   1.146 +, <a class="el" href="structcimg__library_1_1CImgList.html#7b2148b1950a98016bd8d1407062d798">CImgList</a>
   1.147 +<li>depth
   1.148 +: <a class="el" href="structcimg__library_1_1CImg.html#5081a26baa914156df8541b03d09492e">CImg</a>
   1.149 +<li>dim
   1.150 +: <a class="el" href="structcimg__library_1_1CImg.html#d335dc2821e58000fb6d0f0ed6ba835f">CImg</a>
   1.151 +<li>height
   1.152 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#b2e78c61905b4419fcc7b4cfc500fe85">CImgDisplay</a>
   1.153 +, <a class="el" href="structcimg__library_1_1CImg.html#b2e78c61905b4419fcc7b4cfc500fe85">CImg</a>
   1.154 +<li>is_closed
   1.155 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#6177b591b6fdd86be8a841805e35e280">CImgDisplay</a>
   1.156 +<li>is_event
   1.157 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#e899d3a3cda0dc8e2fccac37f2258840">CImgDisplay</a>
   1.158 +<li>is_fullscreen
   1.159 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#198912a8b09f955a6510f97d62060f5c">CImgDisplay</a>
   1.160 +<li>is_keyESC
   1.161 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#fe7ba7376c7b08dec24ac4c42d5fc753">CImgDisplay</a>
   1.162 +<li>is_moved
   1.163 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#9655ae9b239a315df522996415012d0a">CImgDisplay</a>
   1.164 +<li>is_resized
   1.165 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#c36e1e5ca1f39584ff996eddc7bc7f0e">CImgDisplay</a>
   1.166 +<li>is_shared
   1.167 +: <a class="el" href="structcimg__library_1_1CImg.html#64fc9b1179593151684cfdc86dac7e65">CImg</a>
   1.168 +<li>key
   1.169 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#31f08c239581b118bfa3024329c8a611">CImgDisplay</a>
   1.170 +<li>message
   1.171 +: <a class="el" href="structcimg__library_1_1CImgException.html#4698f05956e353cfe926fc59e4b50a2e">CImgException</a>
   1.172 +<li>mouse_x
   1.173 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#4e1249ac2eca0971a8c42f79c3a687d4">CImgDisplay</a>
   1.174 +<li>mouse_y
   1.175 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#adc7ac37cf1e624daddaa8d2c1587eef">CImgDisplay</a>
   1.176 +<li>normalization
   1.177 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#a0ca4e92f24cf5b7896709dba3cf771a">CImgDisplay</a>
   1.178 +<li>released_key
   1.179 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#170a7c96fc7e3f262052d29b83430429">CImgDisplay</a>
   1.180 +<li>size
   1.181 +: <a class="el" href="structcimg__library_1_1CImgList.html#ac913b3a1f6ef005d66bf7a84428773e">CImgList</a>
   1.182 +<li>title
   1.183 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#f06d911bb9e05f491ef3da520d03796c">CImgDisplay</a>
   1.184 +<li>wheel
   1.185 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#8852860a5e65fc4e698c2771ac5d5dab">CImgDisplay</a>
   1.186 +<li>width
   1.187 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#ca34d28e3d8bcbcadb8edb4e3af24f8c">CImgDisplay</a>
   1.188 +, <a class="el" href="structcimg__library_1_1CImg.html#ca34d28e3d8bcbcadb8edb4e3af24f8c">CImg</a>
   1.189 +<li>window_height
   1.190 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#3b93087fe5c3714abcb0719a6f483d51">CImgDisplay</a>
   1.191 +<li>window_width
   1.192 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#b88886d5ff22bc29cd4a81e3abbb364b">CImgDisplay</a>
   1.193 +<li>window_x
   1.194 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#a526ed4470cbc4924e72a1b4d616b00d">CImgDisplay</a>
   1.195 +<li>window_y
   1.196 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#8f46b1f416882413996c261f839272a5">CImgDisplay</a>
   1.197 +</ul>
   1.198 +</div>
   1.199 +<hr noshade="noshade" size="1" width="100%">
   1.200 +<a href="http://sourceforge.net">
   1.201 +<img src="http://sourceforge.net/sflogo.php?group_id=96492&amp;type=3" border="0" height="37" width="125"></img>
   1.202 +</a>
   1.203 +<!-- Start of StatCounter Code -->
   1.204 +<script type="text/javascript" language="javascript">
   1.205 +<!--
   1.206 +var sc_project=895001;
   1.207 +var sc_invisible=1;
   1.208 +var sc_partition=7;
   1.209 +var sc_security="5ea85181";
   1.210 +//-->
   1.211 +</script>
   1.212 +<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&amp;java=0&amp;security=5ea85181&amp;invisible=1" alt="counter stats" border="0"></a> </noscript>
   1.213 +<!-- End of StatCounter Code -->
   1.214 +</body>
   1.215 +</html>