1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/PTdecode/CImg-1.3.0/html/reference/structcimg__library_1_1CImgList.html Mon Aug 03 14:09:20 2009 +0100 1.3 @@ -0,0 +1,652 @@ 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><a href="functions.html"><span>Class Members</span></a></li> 1.125 + </ul> 1.126 + </div> 1.127 + <div class="navpath"><a class="el" href="namespacecimg__library.html">cimg_library</a>::<a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a> 1.128 + </div> 1.129 +</div> 1.130 +<div class="contents"> 1.131 +<h1>CImgList Struct Template Reference</h1><!-- doxytag: class="cimg_library::CImgList" -->Class representing list of images CImg<T>. 1.132 +<a href="#_details">More...</a> 1.133 +<p> 1.134 + 1.135 +<p> 1.136 +<a href="structcimg__library_1_1CImgList-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> 1.137 +<tr><td></td></tr> 1.138 +<tr><td colspan="2"><br><h2>Constructors - Destructor - Copy</h2></td></tr> 1.139 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f55eeaf6d1a4ceed4d68e94c6f0433eb"></a><!-- doxytag: member="cimg_library::CImgList::Y" ref="f55eeaf6d1a4ceed4d68e94c6f0433eb" args="" --> 1.140 +Y V V </td><td class="memItemRight" valign="bottom"><b>Y</b></td></tr> 1.141 + 1.142 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="44309571bb9081e674141fa2b60db780"></a><!-- doxytag: member="cimg_library::CImgList::Z" ref="44309571bb9081e674141fa2b60db780" args="" --> 1.143 +Y V V Z </td><td class="memItemRight" valign="bottom"><b>Z</b></td></tr> 1.144 + 1.145 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1c384da3026d8b61107e41d60ed12f77"></a><!-- doxytag: member="cimg_library::CImgList::dy" ref="1c384da3026d8b61107e41d60ed12f77" args="" --> 1.146 +Y V V Z V const unsigned int </td><td class="memItemRight" valign="bottom"><b>dy</b></td></tr> 1.147 + 1.148 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d3db450e74ce54c43c391dcef6381431"></a><!-- doxytag: member="cimg_library::CImgList::dz" ref="d3db450e74ce54c43c391dcef6381431" args="" --> 1.149 +Y V V Z V const unsigned int <br class="typebreak"> 1.150 +const unsigned int </td><td class="memItemRight" valign="bottom"><b>dz</b></td></tr> 1.151 + 1.152 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="30a624e43eb40c6df0fa1fdacf5c6235"></a><!-- doxytag: member="cimg_library::CImgList::~CImgList" ref="30a624e43eb40c6df0fa1fdacf5c6235" args="()" --> 1.153 + </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#30a624e43eb40c6df0fa1fdacf5c6235">~CImgList</a> ()</td></tr> 1.154 + 1.155 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Destructor. <br></td></tr> 1.156 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d9806b5302d100f40e74c2ca0e0616d1"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="d9806b5302d100f40e74c2ca0e0616d1" args="()" --> 1.157 + </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#d9806b5302d100f40e74c2ca0e0616d1">CImgList</a> ()</td></tr> 1.158 + 1.159 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <br></td></tr> 1.160 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="32d594cbd3687a11f87b96be504e54ba"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="32d594cbd3687a11f87b96be504e54ba" args="(const unsigned int n)" --> 1.161 + </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#32d594cbd3687a11f87b96be504e54ba">CImgList</a> (const unsigned int n)</td></tr> 1.162 + 1.163 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list containing n empty images. <br></td></tr> 1.164 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="4c45cdb2fcd20003f727a885879db38f"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="4c45cdb2fcd20003f727a885879db38f" args="(const CImgList< t > &list)" --> 1.165 +template<typename t > </td></tr> 1.166 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#4c45cdb2fcd20003f727a885879db38f">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< t > &list)</td></tr> 1.167 + 1.168 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Default copy constructor. <br></td></tr> 1.169 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="505af5fd1adf73d3429a95bfe6d10f5e"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="505af5fd1adf73d3429a95bfe6d10f5e" args="(const CImgList< T > &list)" --> 1.170 + </td><td class="memItemRight" valign="bottom"><b>CImgList</b> (const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > &list)</td></tr> 1.171 + 1.172 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="67a22c62beff88afae317fe4ae59aa0e"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="67a22c62beff88afae317fe4ae59aa0e" args="(const CImgList< t > &list, const bool shared)" --> 1.173 +template<typename t > </td></tr> 1.174 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#67a22c62beff88afae317fe4ae59aa0e">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< t > &list, const bool shared)</td></tr> 1.175 + 1.176 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Advanced copy constructor. <br></td></tr> 1.177 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d02c3814cf4a302bbf74568d49bfc08e"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="d02c3814cf4a302bbf74568d49bfc08e" args="(const CImgList< T > &list, const bool shared)" --> 1.178 + </td><td class="memItemRight" valign="bottom"><b>CImgList</b> (const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > &list, const bool shared)</td></tr> 1.179 + 1.180 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9a7581b4301d0ca9e10e849456e0e137"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="9a7581b4301d0ca9e10e849456e0e137" args="(const unsigned int n, const unsigned int width, const unsigned int height=1, const unsigned int depth=1, const unsigned int dim=1)" --> 1.181 + </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#9a7581b4301d0ca9e10e849456e0e137">CImgList</a> (const unsigned int n, const unsigned int width, const unsigned int height=1, const unsigned int depth=1, const unsigned int dim=1)</td></tr> 1.182 + 1.183 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list containing n images with specified size. <br></td></tr> 1.184 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6e5e00752f2628fc717c711282cb0a5e"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="6e5e00752f2628fc717c711282cb0a5e" args="(const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const T val)" --> 1.185 + </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#6e5e00752f2628fc717c711282cb0a5e">CImgList</a> (const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const T val)</td></tr> 1.186 + 1.187 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list containing n images with specified size, filled with specified value. <br></td></tr> 1.188 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f9977651c138a1c1855822d58cf57999"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="f9977651c138a1c1855822d58cf57999" args="(const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const int val0, const int val1,...)" --> 1.189 + </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#f9977651c138a1c1855822d58cf57999">CImgList</a> (const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const int val0, const int val1,...)</td></tr> 1.190 + 1.191 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list containing n images with specified size and specified pixel values (int version). <br></td></tr> 1.192 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b5ec97cd1b911d55f893768d5aed8f35"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="b5ec97cd1b911d55f893768d5aed8f35" args="(const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const double val0, const double val1,...)" --> 1.193 + </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#b5ec97cd1b911d55f893768d5aed8f35">CImgList</a> (const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const double val0, const double val1,...)</td></tr> 1.194 + 1.195 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list containing n images with specified size and specified pixel values (double version). <br></td></tr> 1.196 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="62bc2b499f00fbe9a647074f807444a7"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="62bc2b499f00fbe9a647074f807444a7" args="(const unsigned int n, const CImg< t > &img)" --> 1.197 +template<typename t > </td></tr> 1.198 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#62bc2b499f00fbe9a647074f807444a7">CImgList</a> (const unsigned int n, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t > &img)</td></tr> 1.199 + 1.200 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct a list containing n copies of the image img. <br></td></tr> 1.201 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="2bfa2b510b4cb878c884b629d3dab95a"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="2bfa2b510b4cb878c884b629d3dab95a" args="(const unsigned int n, const CImg< t > &img, const bool shared)" --> 1.202 +template<typename t > </td></tr> 1.203 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#2bfa2b510b4cb878c884b629d3dab95a">CImgList</a> (const unsigned int n, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t > &img, const bool shared)</td></tr> 1.204 + 1.205 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct a list containing n copies of the image img, forcing the shared state. <br></td></tr> 1.206 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="84201ac60c52160f7643655855b70279"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="84201ac60c52160f7643655855b70279" args="(const CImg< t > &img)" --> 1.207 +template<typename t > </td></tr> 1.208 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#84201ac60c52160f7643655855b70279">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t > &img)</td></tr> 1.209 + 1.210 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from one image. <br></td></tr> 1.211 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="067f5550d22707d51823f969af480fd7"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="067f5550d22707d51823f969af480fd7" args="(const CImg< t > &img, const bool shared)" --> 1.212 +template<typename t > </td></tr> 1.213 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#067f5550d22707d51823f969af480fd7">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t > &img, const bool shared)</td></tr> 1.214 + 1.215 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from one image, forcing the shared state. <br></td></tr> 1.216 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="834ea2e8535dd9c5be582c180659bbfc"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="834ea2e8535dd9c5be582c180659bbfc" args="(const CImg< t1 > &img1, const CImg< t2 > &img2)" --> 1.217 +template<typename t1 , typename t2 > </td></tr> 1.218 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#834ea2e8535dd9c5be582c180659bbfc">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2)</td></tr> 1.219 + 1.220 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from two images. <br></td></tr> 1.221 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="376ce49d45349f5390b8bc129064f907"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="376ce49d45349f5390b8bc129064f907" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const bool shared)" --> 1.222 +template<typename t1 , typename t2 > </td></tr> 1.223 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#376ce49d45349f5390b8bc129064f907">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const bool shared)</td></tr> 1.224 + 1.225 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from two images, forcing the shared state. <br></td></tr> 1.226 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="5e2dc89c70ddb3813a0f17f7ebc9f893"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="5e2dc89c70ddb3813a0f17f7ebc9f893" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3)" --> 1.227 +template<typename t1 , typename t2 , typename t3 > </td></tr> 1.228 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#5e2dc89c70ddb3813a0f17f7ebc9f893">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3)</td></tr> 1.229 + 1.230 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from three images. <br></td></tr> 1.231 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="7af8c6a69ab5fe444ff853016000be72"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="7af8c6a69ab5fe444ff853016000be72" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const bool shared)" --> 1.232 +template<typename t1 , typename t2 , typename t3 > </td></tr> 1.233 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#7af8c6a69ab5fe444ff853016000be72">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const bool shared)</td></tr> 1.234 + 1.235 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from three images, forcing the shared state. <br></td></tr> 1.236 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="ffbbfabcc747538adab4dd63e3476174"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="ffbbfabcc747538adab4dd63e3476174" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4)" --> 1.237 +template<typename t1 , typename t2 , typename t3 , typename t4 > </td></tr> 1.238 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#ffbbfabcc747538adab4dd63e3476174">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4)</td></tr> 1.239 + 1.240 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from four images. <br></td></tr> 1.241 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="d3da597982ecee9370e2b65f64ef37b3"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="d3da597982ecee9370e2b65f64ef37b3" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const bool shared)" --> 1.242 +template<typename t1 , typename t2 , typename t3 , typename t4 > </td></tr> 1.243 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#d3da597982ecee9370e2b65f64ef37b3">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const bool shared)</td></tr> 1.244 + 1.245 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from four images, forcing the shared state. <br></td></tr> 1.246 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="4e4b5d47868d80e15c661fcaa734e644"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="4e4b5d47868d80e15c661fcaa734e644" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5)" --> 1.247 +template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 > </td></tr> 1.248 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#4e4b5d47868d80e15c661fcaa734e644">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5)</td></tr> 1.249 + 1.250 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from five images. <br></td></tr> 1.251 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="24e8a5f98d16ebe202faef91c4d9ba6e"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="24e8a5f98d16ebe202faef91c4d9ba6e" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const bool shared)" --> 1.252 +template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 > </td></tr> 1.253 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#24e8a5f98d16ebe202faef91c4d9ba6e">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const bool shared)</td></tr> 1.254 + 1.255 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from five images, forcing the shared state. <br></td></tr> 1.256 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="aa8df8bc3b26f1f8038681f2c70a7091"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="aa8df8bc3b26f1f8038681f2c70a7091" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6)" --> 1.257 +template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 , typename t6 > </td></tr> 1.258 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#aa8df8bc3b26f1f8038681f2c70a7091">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t6 > &img6)</td></tr> 1.259 + 1.260 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from six images. <br></td></tr> 1.261 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="579e28d793ac269f66f2dcddd10ee1c1"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="579e28d793ac269f66f2dcddd10ee1c1" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const bool shared)" --> 1.262 +template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 , typename t6 > </td></tr> 1.263 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#579e28d793ac269f66f2dcddd10ee1c1">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t6 > &img6, const bool shared)</td></tr> 1.264 + 1.265 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from six images, forcing the shared state. <br></td></tr> 1.266 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="52f4d44ebe8933478465e4b8bcc32811"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="52f4d44ebe8933478465e4b8bcc32811" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const CImg< t7 > &img7)" --> 1.267 +template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 , typename t6 , typename t7 > </td></tr> 1.268 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#52f4d44ebe8933478465e4b8bcc32811">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t6 > &img6, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t7 > &img7)</td></tr> 1.269 + 1.270 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from seven images. <br></td></tr> 1.271 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="d86c8fa0ff7fd6d11c5b9333684939d4"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="d86c8fa0ff7fd6d11c5b9333684939d4" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const CImg< t7 > &img7, const bool shared)" --> 1.272 +template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 , typename t6 , typename t7 > </td></tr> 1.273 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#d86c8fa0ff7fd6d11c5b9333684939d4">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t6 > &img6, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t7 > &img7, const bool shared)</td></tr> 1.274 + 1.275 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from seven images, forcing the shared state. <br></td></tr> 1.276 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="bfa6ce0d6c8eec51049a40ec86fd24ed"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="bfa6ce0d6c8eec51049a40ec86fd24ed" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const CImg< t7 > &img7, const CImg< t8 > &img8)" --> 1.277 +template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 , typename t6 , typename t7 , typename t8 > </td></tr> 1.278 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#bfa6ce0d6c8eec51049a40ec86fd24ed">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t6 > &img6, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t7 > &img7, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t8 > &img8)</td></tr> 1.279 + 1.280 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from eight images. <br></td></tr> 1.281 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="3443bf1898bcc43cb77abc1e14dc952b"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="3443bf1898bcc43cb77abc1e14dc952b" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const CImg< t7 > &img7, const CImg< t8 > &img8, const bool shared)" --> 1.282 +template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 , typename t6 , typename t7 , typename t8 > </td></tr> 1.283 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#3443bf1898bcc43cb77abc1e14dc952b">CImgList</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t6 > &img6, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t7 > &img7, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t8 > &img8, const bool shared)</td></tr> 1.284 + 1.285 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from eight images, forcing the shared state. <br></td></tr> 1.286 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="31c34ce18e197409013e913dbab5a82e"></a><!-- doxytag: member="cimg_library::CImgList::CImgList" ref="31c34ce18e197409013e913dbab5a82e" args="(const char *const filename)" --> 1.287 + </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#31c34ce18e197409013e913dbab5a82e">CImgList</a> (const char *const filename)</td></tr> 1.288 + 1.289 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct an image list from a filename. <br></td></tr> 1.290 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c1fdedd65f2728500da3af7e94c19ae2"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="c1fdedd65f2728500da3af7e94c19ae2" args="()" --> 1.291 +<a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#c1fdedd65f2728500da3af7e94c19ae2">assign</a> ()</td></tr> 1.292 + 1.293 +<tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the default constructor and default destructor. <br></td></tr> 1.294 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b7aec05f7791abe11f1d0f0cdc8bd24e"></a><!-- doxytag: member="cimg_library::CImgList::clear" ref="b7aec05f7791abe11f1d0f0cdc8bd24e" args="()" --> 1.295 +<a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#b7aec05f7791abe11f1d0f0cdc8bd24e">clear</a> ()</td></tr> 1.296 + 1.297 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Equivalent to <a class="el" href="structcimg__library_1_1CImgList.html#c1fdedd65f2728500da3af7e94c19ae2" title="In-place version of the default constructor and default destructor.">assign()</a> (STL-compliant name). <br></td></tr> 1.298 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6157637aebbb3b6680ae06ca7d2a2281"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="6157637aebbb3b6680ae06ca7d2a2281" args="(const unsigned int n)" --> 1.299 +<a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#6157637aebbb3b6680ae06ca7d2a2281">assign</a> (const unsigned int n)</td></tr> 1.300 + 1.301 +<tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr> 1.302 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="53f3daf167d5eaa3c3ddda1afd2c36fc"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="53f3daf167d5eaa3c3ddda1afd2c36fc" args="(const unsigned int n, const unsigned int width, const unsigned int height=1, const unsigned int depth=1, const unsigned int dim=1)" --> 1.303 +<a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#53f3daf167d5eaa3c3ddda1afd2c36fc">assign</a> (const unsigned int n, const unsigned int width, const unsigned int height=1, const unsigned int depth=1, const unsigned int dim=1)</td></tr> 1.304 + 1.305 +<tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr> 1.306 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="61a5346d40b9cee7cf1cb1181d7b3887"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="61a5346d40b9cee7cf1cb1181d7b3887" args="(const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const T val)" --> 1.307 +<a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#61a5346d40b9cee7cf1cb1181d7b3887">assign</a> (const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const T val)</td></tr> 1.308 + 1.309 +<tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr> 1.310 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="fe69df2191dc9dbf9b53ecb2961871af"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="fe69df2191dc9dbf9b53ecb2961871af" args="(const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const int val0, const int val1,...)" --> 1.311 +<a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#fe69df2191dc9dbf9b53ecb2961871af">assign</a> (const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const int val0, const int val1,...)</td></tr> 1.312 + 1.313 +<tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr> 1.314 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6457a24987e92c04b573c8c1c5fd1328"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="6457a24987e92c04b573c8c1c5fd1328" args="(const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const double val0, const double val1,...)" --> 1.315 +<a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#6457a24987e92c04b573c8c1c5fd1328">assign</a> (const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int dim, const double val0, const double val1,...)</td></tr> 1.316 + 1.317 +<tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr> 1.318 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="0841eec5704b95c2ff576bded488261b"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="0841eec5704b95c2ff576bded488261b" args="(const CImgList< t > &list)" --> 1.319 +template<typename t > </td></tr> 1.320 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#0841eec5704b95c2ff576bded488261b">assign</a> (const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< t > &list)</td></tr> 1.321 + 1.322 +<tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the copy constructor. <br></td></tr> 1.323 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="01fc32c65505eb67c472f275f16a2f3e"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="01fc32c65505eb67c472f275f16a2f3e" args="(const CImgList< t > &list, const bool shared)" --> 1.324 +template<typename t > </td></tr> 1.325 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#01fc32c65505eb67c472f275f16a2f3e">assign</a> (const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< t > &list, const bool shared)</td></tr> 1.326 + 1.327 +<tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the copy constructor. <br></td></tr> 1.328 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="40666c4099c041777ca2ed1b0747f81b"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="40666c4099c041777ca2ed1b0747f81b" args="(const unsigned int n, const CImg< t > &img, const bool shared=false)" --> 1.329 +template<typename t > </td></tr> 1.330 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#40666c4099c041777ca2ed1b0747f81b">assign</a> (const unsigned int n, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t > &img, const bool shared=false)</td></tr> 1.331 + 1.332 +<tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr> 1.333 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="1e358f65ab400e6a27d80f26afe9aeb6"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="1e358f65ab400e6a27d80f26afe9aeb6" args="(const CImg< t > &img, const bool shared=false)" --> 1.334 +template<typename t > </td></tr> 1.335 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#1e358f65ab400e6a27d80f26afe9aeb6">assign</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t > &img, const bool shared=false)</td></tr> 1.336 + 1.337 +<tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr> 1.338 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="fe8d25e995a3d934696796718057b584"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="fe8d25e995a3d934696796718057b584" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const bool shared=false)" --> 1.339 +template<typename t1 , typename t2 > </td></tr> 1.340 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#fe8d25e995a3d934696796718057b584">assign</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const bool shared=false)</td></tr> 1.341 + 1.342 +<tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr> 1.343 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="546cab2b857ae5a3d50224160a222baf"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="546cab2b857ae5a3d50224160a222baf" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const bool shared=false)" --> 1.344 +template<typename t1 , typename t2 , typename t3 > </td></tr> 1.345 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#546cab2b857ae5a3d50224160a222baf">assign</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const bool shared=false)</td></tr> 1.346 + 1.347 +<tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr> 1.348 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="b5d15e167713cc7cdf8309223faeceb4"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="b5d15e167713cc7cdf8309223faeceb4" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const bool shared=false)" --> 1.349 +template<typename t1 , typename t2 , typename t3 , typename t4 > </td></tr> 1.350 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#b5d15e167713cc7cdf8309223faeceb4">assign</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const bool shared=false)</td></tr> 1.351 + 1.352 +<tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr> 1.353 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="554edc1d750adab1e29df397e1f48a1f"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="554edc1d750adab1e29df397e1f48a1f" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const bool shared=false)" --> 1.354 +template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 > </td></tr> 1.355 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#554edc1d750adab1e29df397e1f48a1f">assign</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const bool shared=false)</td></tr> 1.356 + 1.357 +<tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr> 1.358 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="9b4e4f632b087b23675c64c18c5dc4a9"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="9b4e4f632b087b23675c64c18c5dc4a9" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const bool shared=false)" --> 1.359 +template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 , typename t6 > </td></tr> 1.360 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#9b4e4f632b087b23675c64c18c5dc4a9">assign</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t6 > &img6, const bool shared=false)</td></tr> 1.361 + 1.362 +<tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr> 1.363 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="d221dc2a95d6921ad185721030882d62"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="d221dc2a95d6921ad185721030882d62" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const CImg< t7 > &img7, const bool shared=false)" --> 1.364 +template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 , typename t6 , typename t7 > </td></tr> 1.365 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#d221dc2a95d6921ad185721030882d62">assign</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t6 > &img6, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t7 > &img7, const bool shared=false)</td></tr> 1.366 + 1.367 +<tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr> 1.368 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="c73f5df1ac298719adf44a9ea527e0a3"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="c73f5df1ac298719adf44a9ea527e0a3" args="(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const CImg< t7 > &img7, const CImg< t8 > &img8, const bool shared=false)" --> 1.369 +template<typename t1 , typename t2 , typename t3 , typename t4 , typename t5 , typename t6 , typename t7 , typename t8 > </td></tr> 1.370 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#c73f5df1ac298719adf44a9ea527e0a3">assign</a> (const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t1 > &img1, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t2 > &img2, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t3 > &img3, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t4 > &img4, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t5 > &img5, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t6 > &img6, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t7 > &img7, const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< t8 > &img8, const bool shared=false)</td></tr> 1.371 + 1.372 +<tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr> 1.373 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="15514475aae54fae9ea5cbd516579095"></a><!-- doxytag: member="cimg_library::CImgList::assign" ref="15514475aae54fae9ea5cbd516579095" args="(const char *const filename)" --> 1.374 +<a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#15514475aae54fae9ea5cbd516579095">assign</a> (const char *const filename)</td></tr> 1.375 + 1.376 +<tr><td class="mdescLeft"> </td><td class="mdescRight">In-place version of the corresponding constructor. <br></td></tr> 1.377 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="ceb0faa44647370b3fe679edad1eec36"></a><!-- doxytag: member="cimg_library::CImgList::transfer_to" ref="ceb0faa44647370b3fe679edad1eec36" args="(CImgList< t > &list)" --> 1.378 +template<typename t > </td></tr> 1.379 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top"><a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#ceb0faa44647370b3fe679edad1eec36">transfer_to</a> (<a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< t > &list)</td></tr> 1.380 + 1.381 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfer the content of the instance image list into another one. <br></td></tr> 1.382 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6a13542e43dcceb631d98aa5ec7657ed"></a><!-- doxytag: member="cimg_library::CImgList::transfer_to" ref="6a13542e43dcceb631d98aa5ec7657ed" args="(CImgList< T > &list)" --> 1.383 +<a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><b>transfer_to</b> (<a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > &list)</td></tr> 1.384 + 1.385 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6c12806e432683b06fbc8919daa0a3d7"></a><!-- doxytag: member="cimg_library::CImgList::swap" ref="6c12806e432683b06fbc8919daa0a3d7" args="(CImgList< T > &list)" --> 1.386 +<a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#6c12806e432683b06fbc8919daa0a3d7">swap</a> (<a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > &list)</td></tr> 1.387 + 1.388 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Swap all fields of two <a class="el" href="structcimg__library_1_1CImgList.html" title="Class representing list of images CImg<T>.">CImgList</a> instances (use with care !). <br></td></tr> 1.389 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="cef8e33cfd36a5d7d2fad939efcf02e3"></a><!-- doxytag: member="cimg_library::CImgList::is_empty" ref="cef8e33cfd36a5d7d2fad939efcf02e3" args="() const " --> 1.390 +bool </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#cef8e33cfd36a5d7d2fad939efcf02e3">is_empty</a> () const </td></tr> 1.391 + 1.392 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Return <code>true</code> if list is empty. <br></td></tr> 1.393 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a385aa18f5e42db5a415c25a90f4193d"></a><!-- doxytag: member="cimg_library::CImgList::operator bool" ref="a385aa18f5e42db5a415c25a90f4193d" args="() const " --> 1.394 + </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#a385aa18f5e42db5a415c25a90f4193d">operator bool</a> () const </td></tr> 1.395 + 1.396 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Return <code>true</code> if list is not empty. <br></td></tr> 1.397 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="bf45495f91f5e6e04bd597f0dd5d1ee4"></a><!-- doxytag: member="cimg_library::CImgList::is_sameN" ref="bf45495f91f5e6e04bd597f0dd5d1ee4" args="(const unsigned int n) const " --> 1.398 +bool </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#bf45495f91f5e6e04bd597f0dd5d1ee4">is_sameN</a> (const unsigned int n) const </td></tr> 1.399 + 1.400 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Return <code>true</code> if list if of specified size. <br></td></tr> 1.401 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="9bb4d12695868ddb3da5054fbc8e70f0"></a><!-- doxytag: member="cimg_library::CImgList::is_sameN" ref="9bb4d12695868ddb3da5054fbc8e70f0" args="(const CImgList< t > &list) const " --> 1.402 +template<typename t > </td></tr> 1.403 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">bool </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#9bb4d12695868ddb3da5054fbc8e70f0">is_sameN</a> (const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< t > &list) const </td></tr> 1.404 + 1.405 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Return <code>true</code> if list if of specified size. <br></td></tr> 1.406 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="708f38370a7bb0e6dc86a2ab038749ff"></a><!-- doxytag: member="cimg_library::CImgList::_cimglist_def_is_same" ref="708f38370a7bb0e6dc86a2ab038749ff" args="(XY) _cimglist_def_is_same(XZ) _cimglist_def_is_same(XV) _cimglist_def_is_same(YZ) _cimglist_def_is_same(YV) _cimglist_def_is_same(XYZ) _cimglist_def_is_same(XYV) _cimglist_def_is_same(YZV) _cimglist_def_is_same(XYZV) _cimglist_def_is_same1(X) _cimglist_def_is_same1(Y) _cimglist_def_is_same1(Z) _cimglist_def_is_same1(V) _cimglist_def_is_same2(X" --> 1.407 + </td><td class="memItemRight" valign="bottom"><b>_cimglist_def_is_same</b> (XY) _cimglist_def_is_same(XZ) _cimglist_def_is_same(XV) _cimglist_def_is_same(YZ) _cimglist_def_is_same(YV) _cimglist_def_is_same(XYZ) _cimglist_def_is_same(XYV) _cimglist_def_is_same(YZV) _cimglist_def_is_same(XYZV) _cimglist_def_is_same1(X) _cimglist_def_is_same1(Y) _cimglist_def_is_same1(Z) _cimglist_def_is_same1(V) _cimglist_def_is_same2(X</td></tr> 1.408 + 1.409 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="22a6fe3cb32778de9ebd518a3cf47a63"></a><!-- doxytag: member="cimg_library::CImgList::_cimglist_def_is_same2" ref="22a6fe3cb32778de9ebd518a3cf47a63" args="(X, Z) _cimglist_def_is_same2(X" --> 1.410 +Y </td><td class="memItemRight" valign="bottom"><b>_cimglist_def_is_same2</b> (X, Z) _cimglist_def_is_same2(X</td></tr> 1.411 + 1.412 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="495c50e00b32574f525082557120d92a"></a><!-- doxytag: member="cimg_library::CImgList::_cimglist_def_is_same2" ref="495c50e00b32574f525082557120d92a" args="(Y, Z) _cimglist_def_is_same2(Y" --> 1.413 +Y V </td><td class="memItemRight" valign="bottom"><b>_cimglist_def_is_same2</b> (Y, Z) _cimglist_def_is_same2(Y</td></tr> 1.414 + 1.415 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3f7949d98a57aac895055c4ebfa0c56a"></a><!-- doxytag: member="cimg_library::CImgList::_cimglist_def_is_same2" ref="3f7949d98a57aac895055c4ebfa0c56a" args="(Z, V) _cimglist_def_is_same3(X" --> 1.416 +Y V V </td><td class="memItemRight" valign="bottom"><b>_cimglist_def_is_same2</b> (Z, V) _cimglist_def_is_same3(X</td></tr> 1.417 + 1.418 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9beb931a7561e217e465d7ac468b04d6"></a><!-- doxytag: member="cimg_library::CImgList::_cimglist_def_is_same3" ref="9beb931a7561e217e465d7ac468b04d6" args="(X, Y, V) _cimglist_def_is_same3(X" --> 1.419 +Y V V Z </td><td class="memItemRight" valign="bottom"><b>_cimglist_def_is_same3</b> (X, Y, V) _cimglist_def_is_same3(X</td></tr> 1.420 + 1.421 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="8b0494ee7ce6f87d40c3fb49e67f80d4"></a><!-- doxytag: member="cimg_library::CImgList::_cimglist_def_is_same3" ref="8b0494ee7ce6f87d40c3fb49e67f80d4" args="(Y, Z, V) bool is_sameXYZV(const unsigned int dx" --> 1.422 +Y V V Z V </td><td class="memItemRight" valign="bottom"><b>_cimglist_def_is_same3</b> (Y, Z, V) bool is_sameXYZV(const unsigned int dx</td></tr> 1.423 + 1.424 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6a81ba07294e5505df7d8807c7c8f209"></a><!-- doxytag: member="cimg_library::CImgList::load_off" ref="6a81ba07294e5505df7d8807c7c8f209" args="(const char *const filename, CImgList< tf > &primitives, CImgList< tc > &colors, const bool invert_faces=false)" --> 1.425 +tc <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><b>load_off</b> (const char *const filename, <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< tf > &primitives, <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< tc > &colors, const bool invert_faces=false)</td></tr> 1.426 + 1.427 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9195765cb9bde15990a29ccd9306532c"></a><!-- doxytag: member="cimg_library::CImgList::load_tiff" ref="9195765cb9bde15990a29ccd9306532c" args="(const char *const filename, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const unsigned int step_frame=1)" --> 1.428 +<a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#9195765cb9bde15990a29ccd9306532c">load_tiff</a> (const char *const filename, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const unsigned int step_frame=1)</td></tr> 1.429 + 1.430 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Load a TIFF file. <br></td></tr> 1.431 +<tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#814fe09c21090e7673d96c6145fc64bf">save</a> (const char *const filename, const int number=-1) const </td></tr> 1.432 + 1.433 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Save an image list into a file. <a href="#814fe09c21090e7673d96c6145fc64bf"></a><br></td></tr> 1.434 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="08addbada69513e00079ff437b669138"></a><!-- doxytag: member="cimg_library::CImgList::save_ffmpeg" ref="08addbada69513e00079ff437b669138" args="(const char *const filename, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const unsigned int fps=25) const " --> 1.435 +const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#08addbada69513e00079ff437b669138">save_ffmpeg</a> (const char *const filename, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const unsigned int fps=25) const </td></tr> 1.436 + 1.437 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Save an image sequence, using FFMPEG library. <br></td></tr> 1.438 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="50da15eab2ee8f9f5d0e66ba5fcd5b38"></a><!-- doxytag: member="cimg_library::CImgList::_save_yuv" ref="50da15eab2ee8f9f5d0e66ba5fcd5b38" args="(cimg_std::FILE *const file, const char *const filename, const bool rgb2yuv) const " --> 1.439 +const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><b>_save_yuv</b> (cimg_std::FILE *const file, const char *const filename, const bool rgb2yuv) const </td></tr> 1.440 + 1.441 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="09200f3c4abcfa6572ff2686731c87b7"></a><!-- doxytag: member="cimg_library::CImgList::save_yuv" ref="09200f3c4abcfa6572ff2686731c87b7" args="(const char *const filename=0, const bool rgb2yuv=true) const " --> 1.442 +const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#09200f3c4abcfa6572ff2686731c87b7">save_yuv</a> (const char *const filename=0, const bool rgb2yuv=true) const </td></tr> 1.443 + 1.444 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Save an image sequence into a YUV file. <br></td></tr> 1.445 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c2fb93b79c1398625c5b84405b27b324"></a><!-- doxytag: member="cimg_library::CImgList::save_yuv" ref="c2fb93b79c1398625c5b84405b27b324" args="(cimg_std::FILE *const file, const bool rgb2yuv=true) const " --> 1.446 +const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#c2fb93b79c1398625c5b84405b27b324">save_yuv</a> (cimg_std::FILE *const file, const bool rgb2yuv=true) const </td></tr> 1.447 + 1.448 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Save an image sequence into a YUV file. <br></td></tr> 1.449 +<tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#77f67312de1a49a344111a595893f0f9">_save_cimg</a> (cimg_std::FILE *const file, const char *const filename, const bool compression) const </td></tr> 1.450 + 1.451 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Save an image list into a .<a class="el" href="namespacecimg__library_1_1cimg.html" title="Namespace that encompasses low-level functions and variables of the CImg Library...">cimg</a> file. <a href="#77f67312de1a49a344111a595893f0f9"></a><br></td></tr> 1.452 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9f48d7b0d887db4f92ad558abe5eeb60"></a><!-- doxytag: member="cimg_library::CImgList::save_cimg" ref="9f48d7b0d887db4f92ad558abe5eeb60" args="(cimg_std::FILE *file, const bool compress=false) const " --> 1.453 +const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#9f48d7b0d887db4f92ad558abe5eeb60">save_cimg</a> (cimg_std::FILE *file, const bool compress=false) const </td></tr> 1.454 + 1.455 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Save an image list into a <a class="el" href="structcimg__library_1_1CImg.html" title="Class representing an image (up to 4 dimensions wide), each pixel being of type T...">CImg</a> file (RAW binary file + simple header). <br></td></tr> 1.456 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="40c2aa789c4ef09df224acb0634ac96f"></a><!-- doxytag: member="cimg_library::CImgList::save_cimg" ref="40c2aa789c4ef09df224acb0634ac96f" args="(const char *const filename, const bool compress=false) const " --> 1.457 +const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#40c2aa789c4ef09df224acb0634ac96f">save_cimg</a> (const char *const filename, const bool compress=false) const </td></tr> 1.458 + 1.459 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Save an image list into a <a class="el" href="structcimg__library_1_1CImg.html" title="Class representing an image (up to 4 dimensions wide), each pixel being of type T...">CImg</a> file (RAW binary file + simple header). <br></td></tr> 1.460 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="84ec8801de0887ef23159db8bdd01119"></a><!-- doxytag: member="cimg_library::CImgList::_save_cimg" ref="84ec8801de0887ef23159db8bdd01119" args="(cimg_std::FILE *const file, const char *const filename, const unsigned int n0, const unsigned int x0, const unsigned int y0, const unsigned int z0, const unsigned int v0) const " --> 1.461 +const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><b>_save_cimg</b> (cimg_std::FILE *const file, const char *const filename, const unsigned int n0, const unsigned int x0, const unsigned int y0, const unsigned int z0, const unsigned int v0) const </td></tr> 1.462 + 1.463 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c434001d1040bd6aced992817fe7b99d"></a><!-- doxytag: member="cimg_library::CImgList::save_cimg" ref="c434001d1040bd6aced992817fe7b99d" args="(const char *const filename, const unsigned int n0, const unsigned int x0, const unsigned int y0, const unsigned int z0, const unsigned int v0) const " --> 1.464 +const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#c434001d1040bd6aced992817fe7b99d">save_cimg</a> (const char *const filename, const unsigned int n0, const unsigned int x0, const unsigned int y0, const unsigned int z0, const unsigned int v0) const </td></tr> 1.465 + 1.466 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Insert the instance image into into an existing .<a class="el" href="namespacecimg__library_1_1cimg.html" title="Namespace that encompasses low-level functions and variables of the CImg Library...">cimg</a> file, at specified coordinates. <br></td></tr> 1.467 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="486f958aaadefa57f7f1dadad39cd2be"></a><!-- doxytag: member="cimg_library::CImgList::save_cimg" ref="486f958aaadefa57f7f1dadad39cd2be" args="(cimg_std::FILE *const file, const unsigned int n0, const unsigned int x0, const unsigned int y0, const unsigned int z0, const unsigned int v0) const " --> 1.468 +const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#486f958aaadefa57f7f1dadad39cd2be">save_cimg</a> (cimg_std::FILE *const file, const unsigned int n0, const unsigned int x0, const unsigned int y0, const unsigned int z0, const unsigned int v0) const </td></tr> 1.469 + 1.470 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Insert the instance image into into an existing .<a class="el" href="namespacecimg__library_1_1cimg.html" title="Namespace that encompasses low-level functions and variables of the CImg Library...">cimg</a> file, at specified coordinates. <br></td></tr> 1.471 +<tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#e9d11f1d698df3ffe1ef4a9ede594e1e">save_gzip_external</a> (const char *const filename) const </td></tr> 1.472 + 1.473 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Save a file in TIFF format. <a href="#e9d11f1d698df3ffe1ef4a9ede594e1e"></a><br></td></tr> 1.474 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="b46dd49d74b8143ef7229b75a7ab5b7c"></a><!-- doxytag: member="cimg_library::CImgList::save_off" ref="b46dd49d74b8143ef7229b75a7ab5b7c" args="(const char *const filename, const CImgList< tf > &primitives, const CImgList< tc > &colors, const bool invert_faces=false) const " --> 1.475 +template<typename tf , typename tc > </td></tr> 1.476 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#b46dd49d74b8143ef7229b75a7ab5b7c">save_off</a> (const char *const filename, const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< tf > &primitives, const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< tc > &colors, const bool invert_faces=false) const </td></tr> 1.477 + 1.478 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Save an image list into a OFF file. <br></td></tr> 1.479 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="8bdc602c7752095fa70a41c08b2bcc8a"></a><!-- doxytag: member="cimg_library::CImgList::save_off" ref="8bdc602c7752095fa70a41c08b2bcc8a" args="(cimg_std::FILE *const file, const CImgList< tf > &primitives, const CImgList< tc > &colors, const bool invert_faces=false) const " --> 1.480 +template<typename tf , typename tc > </td></tr> 1.481 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#8bdc602c7752095fa70a41c08b2bcc8a">save_off</a> (cimg_std::FILE *const file, const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< tf > &primitives, const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< tc > &colors, const bool invert_faces=false) const </td></tr> 1.482 + 1.483 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Save an image list into a OFF file. <br></td></tr> 1.484 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3b4ad0233afe8d38700bb1d0d0dc6ecc"></a><!-- doxytag: member="cimg_library::CImgList::save_ffmpeg_external" ref="3b4ad0233afe8d38700bb1d0d0dc6ecc" args="(const char *const filename, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const char *const codec="mpeg2video") const " --> 1.485 +const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > & </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#3b4ad0233afe8d38700bb1d0d0dc6ecc">save_ffmpeg_external</a> (const char *const filename, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const char *const codec="mpeg2video") const </td></tr> 1.486 + 1.487 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Save an image sequence using the external tool 'ffmpeg'. <br></td></tr> 1.488 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b7d3a61366cf906c03af6c8fa13309a7"></a><!-- doxytag: member="cimg_library::CImgList::pixel_type" ref="b7d3a61366cf906c03af6c8fa13309a7" args="()" --> 1.489 +static const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#b7d3a61366cf906c03af6c8fa13309a7">pixel_type</a> ()</td></tr> 1.490 + 1.491 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Return a string describing the type of the image pixels in the list (template parameter <code>T</code>). <br></td></tr> 1.492 +<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="803102f51526495697373ed4ccd48c75"></a><!-- doxytag: member="cimg_library::CImgList::get_load_off" ref="803102f51526495697373ed4ccd48c75" args="(const char *const filename, CImgList< tf > &primitives, CImgList< tc > &colors, const bool invert_faces=false)" --> 1.493 +template<typename tf , typename tc > </td></tr> 1.494 +<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">static <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > </td><td class="memTemplItemRight" valign="bottom"><b>get_load_off</b> (const char *const filename, <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< tf > &primitives, <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< tc > &colors, const bool invert_faces=false)</td></tr> 1.495 + 1.496 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f43113248d9f9940a0306a0f3c17a772"></a><!-- doxytag: member="cimg_library::CImgList::get_load_tiff" ref="f43113248d9f9940a0306a0f3c17a772" args="(const char *const filename, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const unsigned int step_frame=1)" --> 1.497 +static <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a>< T > </td><td class="memItemRight" valign="bottom"><b>get_load_tiff</b> (const char *const filename, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const unsigned int step_frame=1)</td></tr> 1.498 + 1.499 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a375b28c6a41821fe1e02e8768695daa"></a><!-- doxytag: member="cimg_library::CImgList::_save_empty_cimg" ref="a375b28c6a41821fe1e02e8768695daa" args="(cimg_std::FILE *const file, const char *const filename, const unsigned int nb, const unsigned int dx, const unsigned int dy, const unsigned int dz, const unsigned int dv)" --> 1.500 +static void </td><td class="memItemRight" valign="bottom"><b>_save_empty_cimg</b> (cimg_std::FILE *const file, const char *const filename, const unsigned int nb, const unsigned int dx, const unsigned int dy, const unsigned int dz, const unsigned int dv)</td></tr> 1.501 + 1.502 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="fb44ea999d4ca96e7706a7ad8154724b"></a><!-- doxytag: member="cimg_library::CImgList::save_empty_cimg" ref="fb44ea999d4ca96e7706a7ad8154724b" args="(const char *const filename, const unsigned int nb, const unsigned int dx, const unsigned int dy=1, const unsigned int dz=1, const unsigned int dv=1)" --> 1.503 +static void </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#fb44ea999d4ca96e7706a7ad8154724b">save_empty_cimg</a> (const char *const filename, const unsigned int nb, const unsigned int dx, const unsigned int dy=1, const unsigned int dz=1, const unsigned int dv=1)</td></tr> 1.504 + 1.505 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Create an empty .<a class="el" href="namespacecimg__library_1_1cimg.html" title="Namespace that encompasses low-level functions and variables of the CImg Library...">cimg</a> file with specified dimensions. <br></td></tr> 1.506 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b0982e471b4e21fe99cedd085fb8ee23"></a><!-- doxytag: member="cimg_library::CImgList::save_empty_cimg" ref="b0982e471b4e21fe99cedd085fb8ee23" args="(cimg_std::FILE *const file, const unsigned int nb, const unsigned int dx, const unsigned int dy=1, const unsigned int dz=1, const unsigned int dv=1)" --> 1.507 +static void </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#b0982e471b4e21fe99cedd085fb8ee23">save_empty_cimg</a> (cimg_std::FILE *const file, const unsigned int nb, const unsigned int dx, const unsigned int dy=1, const unsigned int dz=1, const unsigned int dv=1)</td></tr> 1.508 + 1.509 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Create an empty .<a class="el" href="namespacecimg__library_1_1cimg.html" title="Namespace that encompasses low-level functions and variables of the CImg Library...">cimg</a> file with specified dimensions. <br></td></tr> 1.510 +<tr><td colspan="2"><br><h2>Public Types</h2></td></tr> 1.511 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7c1c29e319c572a740b103b024f37034"></a><!-- doxytag: member="cimg_library::CImgList::iterator" ref="7c1c29e319c572a740b103b024f37034" args="" --> 1.512 +typedef <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< T > * </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#7c1c29e319c572a740b103b024f37034">iterator</a></td></tr> 1.513 + 1.514 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Define a <a class="el" href="structcimg__library_1_1CImgList.html#7c1c29e319c572a740b103b024f37034" title="Define a CImgList<T>::iterator.">CImgList<T>::iterator</a>. <br></td></tr> 1.515 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="449d35504b2500efc67af75ba3bf9277"></a><!-- doxytag: member="cimg_library::CImgList::const_iterator" ref="449d35504b2500efc67af75ba3bf9277" args="" --> 1.516 +typedef const <a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< T > * </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#449d35504b2500efc67af75ba3bf9277">const_iterator</a></td></tr> 1.517 + 1.518 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Define a <a class="el" href="structcimg__library_1_1CImgList.html#449d35504b2500efc67af75ba3bf9277" title="Define a CImgList<T>::const_iterator.">CImgList<T>::const_iterator</a>. <br></td></tr> 1.519 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="265a253612b46abed17c61b0a5e5ce30"></a><!-- doxytag: member="cimg_library::CImgList::value_type" ref="265a253612b46abed17c61b0a5e5ce30" args="" --> 1.520 +typedef T </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#265a253612b46abed17c61b0a5e5ce30">value_type</a></td></tr> 1.521 + 1.522 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Get value type. <br></td></tr> 1.523 +<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr> 1.524 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ac913b3a1f6ef005d66bf7a84428773e"></a><!-- doxytag: member="cimg_library::CImgList::size" ref="ac913b3a1f6ef005d66bf7a84428773e" args="" --> 1.525 +unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#ac913b3a1f6ef005d66bf7a84428773e">size</a></td></tr> 1.526 + 1.527 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Size of the list (number of elements inside). <br></td></tr> 1.528 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ed8b8acab64fd4c342e533c72f467438"></a><!-- doxytag: member="cimg_library::CImgList::allocsize" ref="ed8b8acab64fd4c342e533c72f467438" args="" --> 1.529 +unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#ed8b8acab64fd4c342e533c72f467438">allocsize</a></td></tr> 1.530 + 1.531 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Allocation size of the list. <br></td></tr> 1.532 +<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7b2148b1950a98016bd8d1407062d798"></a><!-- doxytag: member="cimg_library::CImgList::data" ref="7b2148b1950a98016bd8d1407062d798" args="" --> 1.533 +<a class="el" href="structcimg__library_1_1CImg.html">CImg</a>< T > * </td><td class="memItemRight" valign="bottom"><a class="el" href="structcimg__library_1_1CImgList.html#7b2148b1950a98016bd8d1407062d798">data</a></td></tr> 1.534 + 1.535 +<tr><td class="mdescLeft"> </td><td class="mdescRight">Pointer to the first list element. <br></td></tr> 1.536 +</table> 1.537 +<hr><a name="_details"></a><h2>Detailed Description</h2> 1.538 +<h3>template<typename T><br> 1.539 + struct cimg_library::CImgList< T ></h3> 1.540 + 1.541 +Class representing list of images CImg<T>. <hr><h2>Member Function Documentation</h2> 1.542 +<a class="anchor" name="814fe09c21090e7673d96c6145fc64bf"></a><!-- doxytag: member="cimg_library::CImgList::save" ref="814fe09c21090e7673d96c6145fc64bf" args="(const char *const filename, const int number=-1) const " --> 1.543 +<div class="memitem"> 1.544 +<div class="memproto"> 1.545 + <table class="memname"> 1.546 + <tr> 1.547 + <td class="memname">const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a><T>& save </td> 1.548 + <td>(</td> 1.549 + <td class="paramtype">const char *const </td> 1.550 + <td class="paramname"> <em>filename</em>, </td> 1.551 + </tr> 1.552 + <tr> 1.553 + <td class="paramkey"></td> 1.554 + <td></td> 1.555 + <td class="paramtype">const int </td> 1.556 + <td class="paramname"> <em>number</em> = <code>-1</code></td><td> </td> 1.557 + </tr> 1.558 + <tr> 1.559 + <td></td> 1.560 + <td>)</td> 1.561 + <td></td><td></td><td> const<code> [inline]</code></td> 1.562 + </tr> 1.563 + </table> 1.564 +</div> 1.565 +<div class="memdoc"> 1.566 + 1.567 +<p> 1.568 +Save an image list into a file. 1.569 +<p> 1.570 +Depending on the extension of the given filename, a file format is chosen for the output file. 1.571 +</div> 1.572 +</div><p> 1.573 +<a class="anchor" name="77f67312de1a49a344111a595893f0f9"></a><!-- doxytag: member="cimg_library::CImgList::_save_cimg" ref="77f67312de1a49a344111a595893f0f9" args="(cimg_std::FILE *const file, const char *const filename, const bool compression) const " --> 1.574 +<div class="memitem"> 1.575 +<div class="memproto"> 1.576 + <table class="memname"> 1.577 + <tr> 1.578 + <td class="memname">const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a><T>& _save_cimg </td> 1.579 + <td>(</td> 1.580 + <td class="paramtype">cimg_std::FILE *const </td> 1.581 + <td class="paramname"> <em>file</em>, </td> 1.582 + </tr> 1.583 + <tr> 1.584 + <td class="paramkey"></td> 1.585 + <td></td> 1.586 + <td class="paramtype">const char *const </td> 1.587 + <td class="paramname"> <em>filename</em>, </td> 1.588 + </tr> 1.589 + <tr> 1.590 + <td class="paramkey"></td> 1.591 + <td></td> 1.592 + <td class="paramtype">const bool </td> 1.593 + <td class="paramname"> <em>compression</em></td><td> </td> 1.594 + </tr> 1.595 + <tr> 1.596 + <td></td> 1.597 + <td>)</td> 1.598 + <td></td><td></td><td> const<code> [inline]</code></td> 1.599 + </tr> 1.600 + </table> 1.601 +</div> 1.602 +<div class="memdoc"> 1.603 + 1.604 +<p> 1.605 +Save an image list into a .<a class="el" href="namespacecimg__library_1_1cimg.html" title="Namespace that encompasses low-level functions and variables of the CImg Library...">cimg</a> file. 1.606 +<p> 1.607 +A <a class="el" href="structcimg__library_1_1CImg.html" title="Class representing an image (up to 4 dimensions wide), each pixel being of type T...">CImg</a> RAW file is a simple uncompressed binary file that may be used to save list of CImg<T> images. <dl compact><dt><b>Parameters:</b></dt><dd> 1.608 + <table border="0" cellspacing="2" cellpadding="0"> 1.609 + <tr><td valign="top"></td><td valign="top"><em>filename</em> </td><td>: name of the output file. </td></tr> 1.610 + </table> 1.611 +</dl> 1.612 +<dl class="return" compact><dt><b>Returns:</b></dt><dd>A reference to the current <a class="el" href="structcimg__library_1_1CImgList.html" title="Class representing list of images CImg<T>.">CImgList</a> instance is returned. </dd></dl> 1.613 + 1.614 +</div> 1.615 +</div><p> 1.616 +<a class="anchor" name="e9d11f1d698df3ffe1ef4a9ede594e1e"></a><!-- doxytag: member="cimg_library::CImgList::save_gzip_external" ref="e9d11f1d698df3ffe1ef4a9ede594e1e" args="(const char *const filename) const " --> 1.617 +<div class="memitem"> 1.618 +<div class="memproto"> 1.619 + <table class="memname"> 1.620 + <tr> 1.621 + <td class="memname">const <a class="el" href="structcimg__library_1_1CImgList.html">CImgList</a><T>& save_gzip_external </td> 1.622 + <td>(</td> 1.623 + <td class="paramtype">const char *const </td> 1.624 + <td class="paramname"> <em>filename</em> </td> 1.625 + <td> ) </td> 1.626 + <td> const<code> [inline]</code></td> 1.627 + </tr> 1.628 + </table> 1.629 +</div> 1.630 +<div class="memdoc"> 1.631 + 1.632 +<p> 1.633 +Save a file in TIFF format. 1.634 +<p> 1.635 +Save an image list as a gzipped file, using external tool 'gzip'. 1.636 +</div> 1.637 +</div><p> 1.638 +</div> 1.639 +<hr noshade="noshade" size="1" width="100%"> 1.640 +<a href="http://sourceforge.net"> 1.641 +<img src="http://sourceforge.net/sflogo.php?group_id=96492&type=3" border="0" height="37" width="125"></img> 1.642 +</a> 1.643 +<!-- Start of StatCounter Code --> 1.644 +<script type="text/javascript" language="javascript"> 1.645 +<!-- 1.646 +var sc_project=895001; 1.647 +var sc_invisible=1; 1.648 +var sc_partition=7; 1.649 +var sc_security="5ea85181"; 1.650 +//--> 1.651 +</script> 1.652 +<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.653 +<!-- End of StatCounter Code --> 1.654 +</body> 1.655 +</html>