<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.9.1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>DGtal: DGtal::DigitalTopologyTraits< TForegroundAdjacency, TBackgroundAdjacency, dim > Struct Template Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"], jax: ["input/TeX","output/HTML-CSS"], }); </script> <script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/MathJax.js?config=TeX-MML-AM_CHTML/MathJax.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">DGtal  <span id="projectnumber">1.4.2</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.9.1 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search','.html'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function(){initNavTree('structDGtal_1_1DigitalTopologyTraits.html',''); initResizable(); }); /* @license-end */ </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#pub-static-attribs">Static Public Attributes</a> </div> <div class="headertitle"> <div class="title">DGtal::DigitalTopologyTraits< TForegroundAdjacency, TBackgroundAdjacency, dim > Struct Template Reference</div> </div> </div><!--header--> <div class="contents"> <p>Aim: the traits classes for <a class="el" href="classDGtal_1_1DigitalTopology.html" title="Aim: Represents a digital topology as a couple of adjacency relations.">DigitalTopology</a> types. <a href="structDGtal_1_1DigitalTopologyTraits.html#details">More...</a></p> <p><code>#include <<a class="el" href="DigitalTopologyTraits_8h_source.html">DGtal/topology/DigitalTopologyTraits.h</a>></code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-attribs"></a> Static Public Attributes</h2></td></tr> <tr class="memitem:a53ff2fbab866cf36e433853e1790473a"><td class="memItemLeft" align="right" valign="top">static const <a class="el" href="namespaceDGtal.html#a8fbe8c8d47ca5c36ced14284ac62613d">Dimension</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structDGtal_1_1DigitalTopologyTraits.html#a53ff2fbab866cf36e433853e1790473a">GEODESIC_NEIGHBORHOOD_SIZE</a> = <a class="el" href="viewDualSurface_8cpp.html#a1a254aa17418553bc21790001a69262a">dim</a></td></tr> <tr class="separator:a53ff2fbab866cf36e433853e1790473a"><td class="memSeparator" colspan="2"> </td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><h3>template<typename TForegroundAdjacency, typename TBackgroundAdjacency, Dimension dim><br /> struct DGtal::DigitalTopologyTraits< TForegroundAdjacency, TBackgroundAdjacency, dim ></h3> <p>Aim: the traits classes for <a class="el" href="classDGtal_1_1DigitalTopology.html" title="Aim: Represents a digital topology as a couple of adjacency relations.">DigitalTopology</a> types. </p> <p>Description of template class '<a class="el" href="structDGtal_1_1DigitalTopologyTraits.html" title="Aim: the traits classes for DigitalTopology types.">DigitalTopologyTraits</a>' </p> <dl class="tparams"><dt>Template Parameters</dt><dd> <table class="tparams"> <tr><td class="paramname">TForegroundAdjacency</td><td>any model of CAdjacency. </td></tr> <tr><td class="paramname">TBackgroundAdjacency</td><td>any model of CAdjacency. </td></tr> <tr><td class="paramname">dim</td><td>the dimension of the embedding digital space.</td></tr> </table> </dd> </dl> <p>The traits are specialized for the classical (4,8) and (8,4) adjacencies in 2D and (6,18), (6,26), (26,6) and (18,6) adjacencies in 3D, following the works of Bertrand and Couprie (<a class="el" href="citelist.html#CITEREF_Bertrand2007a">[13]</a>). They specify for GEODESIC_NEIGHBORHOOD_SIZE:</p> <ul> <li>2 for (4,8) and (8,4) -> ok</li> <li>1 for (6,26) (previously set to 2 by <a class="el" href="citelist.html#CITEREF_Bertrand2007a">[13]</a>)</li> <li>2 for (6,18) (previously set to 3 by <a class="el" href="citelist.html#CITEREF_Bertrand2007a">[13]</a>)</li> <li>3 for (18,6) (previously set to 2 by <a class="el" href="citelist.html#CITEREF_Bertrand2007a">[13]</a>)</li> <li>2 for (26,6) (previously set to 1 by <a class="el" href="citelist.html#CITEREF_Bertrand2007a">[13]</a>) </li> </ul> <p class="definition">Definition at line <a class="el" href="DigitalTopologyTraits_8h_source.html#l00073">73</a> of file <a class="el" href="DigitalTopologyTraits_8h_source.html">DigitalTopologyTraits.h</a>.</p> </div><h2 class="groupheader">Field Documentation</h2> <a id="a53ff2fbab866cf36e433853e1790473a"></a> <h2 class="memtitle"><span class="permalink"><a href="#a53ff2fbab866cf36e433853e1790473a">◆ </a></span>GEODESIC_NEIGHBORHOOD_SIZE</h2> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template<typename TForegroundAdjacency , typename TBackgroundAdjacency , Dimension dim> </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">const <a class="el" href="namespaceDGtal.html#a8fbe8c8d47ca5c36ced14284ac62613d">Dimension</a> <a class="el" href="structDGtal_1_1DigitalTopologyTraits.html">DGtal::DigitalTopologyTraits</a>< TForegroundAdjacency, TBackgroundAdjacency, <a class="el" href="viewDualSurface_8cpp.html#a1a254aa17418553bc21790001a69262a">dim</a> >::GEODESIC_NEIGHBORHOOD_SIZE = <a class="el" href="viewDualSurface_8cpp.html#a1a254aa17418553bc21790001a69262a">dim</a></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="DigitalTopologyTraits_8h_source.html#l00077">77</a> of file <a class="el" href="DigitalTopologyTraits_8h_source.html">DigitalTopologyTraits.h</a>.</p> </div> </div> <hr/>The documentation for this struct was generated from the following file:<ul> <li><a class="el" href="DigitalTopologyTraits_8h_source.html">DigitalTopologyTraits.h</a></li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="namespaceDGtal.html">DGtal</a></li><li class="navelem"><a class="el" href="structDGtal_1_1DigitalTopologyTraits.html">DigitalTopologyTraits</a></li> <li class="footer">Generated on Mon Dec 23 2024 13:19:06 for DGtal by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li> </ul> </div> </body> </html>