-
Notifications
You must be signed in to change notification settings - Fork 1
/
3dBorderExtraction_8cpp.html
242 lines (236 loc) · 26.2 KB
/
3dBorderExtraction_8cpp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!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: 3dBorderExtraction.cpp File 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('3dBorderExtraction_8cpp.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="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">3dBorderExtraction.cpp File Reference<div class="ingroups"><a class="el" href="group__Examples.html">DGtal Examples</a></div></div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include <iostream></code><br />
<code>#include "DGtal/base/Common.h"</code><br />
<code>#include "DGtal/io/readers/VolReader.h"</code><br />
<code>#include "DGtal/io/DrawWithDisplay3DModifier.h"</code><br />
<code>#include "DGtal/io/viewers/Viewer3D.h"</code><br />
<code>#include "DGtal/io/Color.h"</code><br />
<code>#include "DGtal/images/ImageSelector.h"</code><br />
<code>#include "DGtal/helpers/StdDefs.h"</code><br />
<code>#include "ConfigExamples.h"</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for 3dBorderExtraction.cpp:</div>
<div class="dyncontent">
<div class="center"><div class="zoom"><iframe scrolling="no" frameborder="0" src="3dBorderExtraction_8cpp__incl.svg" width="100%" height="600"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
</div>
</div>
</div>
<p><a href="3dBorderExtraction_8cpp_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a3c04138a5bfe5d72780bb7e82a18e627"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="3dBorderExtraction_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627">main</a> (int argc, char **argv)</td></tr>
<tr class="separator:a3c04138a5bfe5d72780bb7e82a18e627"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</p>
<p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p>
<p>You should have received a copy of the GNU General Public License along with this program. If not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.</p>
<dl class="section author"><dt>Author</dt><dd>Bertrand Kerautret (<code><a href="#" onclick="location.href='mai'+'lto:'+'ker'+'au'+'tre'+'@l'+'ori'+'a.'+'fr'; return false;">kerau<span style="display: none;">.nosp@m.</span>tre@<span style="display: none;">.nosp@m.</span>loria<span style="display: none;">.nosp@m.</span>.fr</a></code> ) LORIA (CNRS, UMR 7503), University of Nancy, France</dd></dl>
<dl class="section date"><dt>Date</dt><dd>2011/03/25</dd></dl>
<p>An example file named 3dBorderExtraction.</p>
<p>This file is part of the <a class="el" href="namespaceDGtal.html" title="DGtal is the top-level namespace which contains all DGtal functions and types.">DGtal</a> library. </p>
<p class="definition">Definition in file <a class="el" href="3dBorderExtraction_8cpp_source.html">3dBorderExtraction.cpp</a>.</p>
</div><h2 class="groupheader">Function Documentation</h2>
<a id="a3c04138a5bfe5d72780bb7e82a18e627"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a3c04138a5bfe5d72780bb7e82a18e627">◆ </a></span>main()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int main </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"><em>argc</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char ** </td>
<td class="paramname"><em>argv</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="3dBorderExtraction_8cpp_source.html#l00063">63</a> of file <a class="el" href="3dBorderExtraction_8cpp_source.html">3dBorderExtraction.cpp</a>.</p>
<div class="fragment"><div class="line"><a name="l00064"></a><span class="lineno"> 64</span> {</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="keyword">typedef</span> <a class="code" href="classDGtal_1_1SpaceND.html">SpaceND< 3,int ></a> <a class="code" href="namespaceDGtal_1_1Z3i.html#a53d22fc69530a513baf89080684d8158">Z3</a>;</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <span class="keyword">typedef</span> <a class="code" href="classDGtal_1_1MetricAdjacency.html">MetricAdjacency< Z3, 1 ></a> <a class="code" href="namespaceDGtal_1_1Z3i.html#a88c46bc17937d2a2d389c663e529ea9d">Adj6</a>;</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <span class="keyword">typedef</span> <a class="code" href="classDGtal_1_1MetricAdjacency.html">MetricAdjacency< Z3, 2 ></a> <a class="code" href="namespaceDGtal_1_1Z3i.html#a02769c25d70f4f7e85fcee03b369e55c">Adj18</a>;</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <span class="keyword">typedef</span> <a class="code" href="classDGtal_1_1DigitalTopology.html">DigitalTopology< Adj6, Adj18 ></a> <a class="code" href="namespaceDGtal_1_1Z3i.html#ae1d67d49e26cdc9cd742554a32df5fea">DT6_18</a>;</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  </div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <a class="code" href="namespaceDGtal_1_1Z3i.html#a88c46bc17937d2a2d389c663e529ea9d">Adj6</a> adj6;</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <a class="code" href="namespaceDGtal_1_1Z3i.html#a02769c25d70f4f7e85fcee03b369e55c">Adj18</a> adj18;</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <a class="code" href="namespaceDGtal_1_1Z3i.html#ae1d67d49e26cdc9cd742554a32df5fea">DT6_18</a> dt6_18( adj6, adj18, JORDAN_DT );</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  </div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <span class="keyword">typedef</span> <a class="code" href="testClone2_8cpp.html#a15e9592ccc512dc691b46185e6814758">Z3::Point</a> <a class="code" href="testClone2_8cpp.html#a15e9592ccc512dc691b46185e6814758">Point</a>;</div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  <span class="keyword">typedef</span> <a class="code" href="classDGtal_1_1HyperRectDomain.html">HyperRectDomain< Z3 ></a> <a class="code" href="testSimpleRandomAccessRangeFromPoint_8cpp.html#acd532b318489cd93df57e0b3d136d050">Domain</a>;</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  <span class="keyword">typedef</span> <a class="code" href="classDGtal_1_1HyperRectDomain__Iterator.html">Domain::ConstIterator</a> DomainConstIterator;</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <span class="keyword">typedef</span> <a class="code" href="classDGtal_1_1DigitalSetByAssociativeContainer.html">DigitalSetSelector< Domain, BIG_DS+HIGH_BEL_DS >::Type</a> <a class="code" href="testVoronoiMapComplete_8cpp.html#ac14360761d68859fc57ca37aea0b5c93">DigitalSet</a>;</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <span class="keyword">typedef</span> <a class="code" href="classDGtal_1_1Object.html">Object<DT6_18, DigitalSet></a> ObjectType;</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  </div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <a class="code" href="testClone2_8cpp.html#a15e9592ccc512dc691b46185e6814758">Point</a> p1( -50, -50, -50 );</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <a class="code" href="testClone2_8cpp.html#a15e9592ccc512dc691b46185e6814758">Point</a> p2( 50, 50, 50 );</div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <a class="code" href="classDGtal_1_1HyperRectDomain.html">Domain</a> <a class="code" href="testProjection_8cpp.html#a1f1a69f8d8b037b72c2160ed12b3ef51">domain</a>( p1, p2 );</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <a class="code" href="testClone2_8cpp.html#a15e9592ccc512dc691b46185e6814758">Point</a> c( 0, 0 );</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <span class="comment">// diamond of radius 30</span></div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  <a class="code" href="classDGtal_1_1DigitalSetByAssociativeContainer.html">DigitalSet</a> diamond_set( <a class="code" href="testProjection_8cpp.html#a1f1a69f8d8b037b72c2160ed12b3ef51">domain</a> );</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <span class="keywordflow">for</span> ( DomainConstIterator it = <a class="code" href="testProjection_8cpp.html#a1f1a69f8d8b037b72c2160ed12b3ef51">domain</a>.<a class="code" href="classDGtal_1_1HyperRectDomain.html#a49ca258f671ae5c5a5b1f6f9401f4741">begin</a>(); it != <a class="code" href="testProjection_8cpp.html#a1f1a69f8d8b037b72c2160ed12b3ef51">domain</a>.<a class="code" href="classDGtal_1_1HyperRectDomain.html#a490421480f7261aa360e7a67c6a00eae">end</a>(); ++it )</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  {</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  <span class="keywordflow">if</span> ( (*it - c ).norm1() <= 30 ) diamond_set.insertNew( *it );</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  }</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  ObjectType diamond( dt6_18, diamond_set );</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <span class="comment">// The following line takes almost no time.</span></div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  ObjectType diamond_clone( diamond );</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <span class="comment">// Since one of the objects is modified, the set is duplicated at the following line</span></div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  diamond_clone.pointSet().erase( c );</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  ObjectType bdiamond = diamond.border(); <span class="comment">// one component</span></div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  ObjectType bdiamond_clone = diamond_clone.border(); <span class="comment">// two components</span></div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  </div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  QApplication application(argc,argv);</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  <span class="keyword">typedef</span> <a class="code" href="classDGtal_1_1Viewer3D.html">Viewer3D<></a> <a class="code" href="classDGtal_1_1Viewer3D.html">MyViewer</a>;</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  <a class="code" href="classDGtal_1_1Viewer3D.html">MyViewer</a> viewer;</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  viewer.<a class="code" href="classDGtal_1_1Viewer3D.html#a1ea1c9cf781ce6940db02c352cf24e6f">show</a>();</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  viewer<< <a class="code" href="structDGtal_1_1CustomColors3D.html">CustomColors3D</a>(<a class="code" href="classDGtal_1_1Color.html">Color</a>(250, 250,250),<a class="code" href="classDGtal_1_1Color.html">Color</a>(250, 250,250));</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  viewer << bdiamond_clone;</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  viewer << bdiamond ;</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  viewer << <a class="code" href="structDGtal_1_1ClippingPlane.html">ClippingPlane</a>(1,1,0,5, <span class="keyword">false</span>) << MyViewer::updateDisplay;</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  <span class="keywordflow">return</span> application.exec();</div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  </div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span> }</div>
<div class="ttc" id="aclassDGtal_1_1Color_html"><div class="ttname"><a href="classDGtal_1_1Color.html">DGtal::Color</a></div><div class="ttdoc">Structure representing an RGB triple with alpha component.</div><div class="ttdef"><b>Definition:</b> <a href="Color_8h_source.html#l00067">Color.h:68</a></div></div>
<div class="ttc" id="aclassDGtal_1_1DigitalSetByAssociativeContainer_html"><div class="ttname"><a href="classDGtal_1_1DigitalSetByAssociativeContainer.html">DGtal::DigitalSetByAssociativeContainer</a></div><div class="ttdoc">Aim: A wrapper class around a STL associative container for storing sets of digital points within som...</div><div class="ttdef"><b>Definition:</b> <a href="DigitalSetByAssociativeContainer_8h_source.html#l00089">DigitalSetByAssociativeContainer.h:90</a></div></div>
<div class="ttc" id="aclassDGtal_1_1DigitalTopology_html"><div class="ttname"><a href="classDGtal_1_1DigitalTopology.html">DGtal::DigitalTopology</a></div><div class="ttdoc">Aim: Represents a digital topology as a couple of adjacency relations.</div><div class="ttdef"><b>Definition:</b> <a href="DigitalTopology_8h_source.html#l00095">DigitalTopology.h:96</a></div></div>
<div class="ttc" id="aclassDGtal_1_1HyperRectDomain__Iterator_html"><div class="ttname"><a href="classDGtal_1_1HyperRectDomain__Iterator.html">DGtal::HyperRectDomain_Iterator</a></div><div class="ttdoc">Iterator for HyperRectDomain.</div><div class="ttdef"><b>Definition:</b> <a href="HyperRectDomain__Iterator_8h_source.html#l00142">HyperRectDomain_Iterator.h:154</a></div></div>
<div class="ttc" id="aclassDGtal_1_1HyperRectDomain_html"><div class="ttname"><a href="classDGtal_1_1HyperRectDomain.html">DGtal::HyperRectDomain</a></div><div class="ttdoc">Aim: Parallelepidec region of a digital space, model of a 'CDomain'.</div><div class="ttdef"><b>Definition:</b> <a href="HyperRectDomain_8h_source.html#l00099">HyperRectDomain.h:100</a></div></div>
<div class="ttc" id="aclassDGtal_1_1HyperRectDomain_html_a490421480f7261aa360e7a67c6a00eae"><div class="ttname"><a href="classDGtal_1_1HyperRectDomain.html#a490421480f7261aa360e7a67c6a00eae">DGtal::HyperRectDomain::end</a></div><div class="ttdeci">const ConstIterator & end() const</div><div class="ttdef"><b>Definition:</b> <a href="HyperRectDomain_8h_source.html#l00201">HyperRectDomain.h:201</a></div></div>
<div class="ttc" id="aclassDGtal_1_1HyperRectDomain_html_a49ca258f671ae5c5a5b1f6f9401f4741"><div class="ttname"><a href="classDGtal_1_1HyperRectDomain.html#a49ca258f671ae5c5a5b1f6f9401f4741">DGtal::HyperRectDomain::begin</a></div><div class="ttdeci">const ConstIterator & begin() const</div><div class="ttdef"><b>Definition:</b> <a href="HyperRectDomain_8h_source.html#l00176">HyperRectDomain.h:176</a></div></div>
<div class="ttc" id="aclassDGtal_1_1MetricAdjacency_html"><div class="ttname"><a href="classDGtal_1_1MetricAdjacency.html">DGtal::MetricAdjacency</a></div><div class="ttdoc">Aim: Describes digital adjacencies in digital spaces that are defined with the 1-norm and the infinit...</div><div class="ttdef"><b>Definition:</b> <a href="MetricAdjacency_8h_source.html#l00079">MetricAdjacency.h:80</a></div></div>
<div class="ttc" id="aclassDGtal_1_1Object_html"><div class="ttname"><a href="classDGtal_1_1Object.html">DGtal::Object</a></div><div class="ttdoc">Aim: An object (or digital object) represents a set in some digital space associated with a digital t...</div><div class="ttdef"><b>Definition:</b> <a href="Object_8h_source.html#l00119">Object.h:120</a></div></div>
<div class="ttc" id="aclassDGtal_1_1SpaceND_html"><div class="ttname"><a href="classDGtal_1_1SpaceND.html">DGtal::SpaceND</a></div><div class="ttdef"><b>Definition:</b> <a href="SpaceND_8h_source.html#l00095">SpaceND.h:96</a></div></div>
<div class="ttc" id="aclassDGtal_1_1Viewer3D_html"><div class="ttname"><a href="classDGtal_1_1Viewer3D.html">DGtal::Viewer3D</a></div><div class="ttdef"><b>Definition:</b> <a href="Viewer3D_8h_source.html#l00131">Viewer3D.h:132</a></div></div>
<div class="ttc" id="aclassDGtal_1_1Viewer3D_html_a1ea1c9cf781ce6940db02c352cf24e6f"><div class="ttname"><a href="classDGtal_1_1Viewer3D.html#a1ea1c9cf781ce6940db02c352cf24e6f">DGtal::Viewer3D::show</a></div><div class="ttdeci">virtual void show()</div><div class="ttdoc">Overload QWidget method in order to add a call to updateList() method (to ensure that the lists are w...</div></div>
<div class="ttc" id="anamespaceDGtal_1_1Z3i_html_a02769c25d70f4f7e85fcee03b369e55c"><div class="ttname"><a href="namespaceDGtal_1_1Z3i.html#a02769c25d70f4f7e85fcee03b369e55c">DGtal::Z3i::Adj18</a></div><div class="ttdeci">MetricAdjacency< Space, 2 > Adj18</div><div class="ttdef"><b>Definition:</b> <a href="StdDefs_8h_source.html#l00161">StdDefs.h:161</a></div></div>
<div class="ttc" id="anamespaceDGtal_1_1Z3i_html_a53d22fc69530a513baf89080684d8158"><div class="ttname"><a href="namespaceDGtal_1_1Z3i.html#a53d22fc69530a513baf89080684d8158">DGtal::Z3i::Z3</a></div><div class="ttdeci">Space Z3</div><div class="ttdef"><b>Definition:</b> <a href="StdDefs_8h_source.html#l00145">StdDefs.h:145</a></div></div>
<div class="ttc" id="anamespaceDGtal_1_1Z3i_html_a88c46bc17937d2a2d389c663e529ea9d"><div class="ttname"><a href="namespaceDGtal_1_1Z3i.html#a88c46bc17937d2a2d389c663e529ea9d">DGtal::Z3i::Adj6</a></div><div class="ttdeci">MetricAdjacency< Space, 1 > Adj6</div><div class="ttdef"><b>Definition:</b> <a href="StdDefs_8h_source.html#l00159">StdDefs.h:159</a></div></div>
<div class="ttc" id="anamespaceDGtal_1_1Z3i_html_ae1d67d49e26cdc9cd742554a32df5fea"><div class="ttname"><a href="namespaceDGtal_1_1Z3i.html#ae1d67d49e26cdc9cd742554a32df5fea">DGtal::Z3i::DT6_18</a></div><div class="ttdeci">DigitalTopology< Adj6, Adj18 > DT6_18</div><div class="ttdef"><b>Definition:</b> <a href="StdDefs_8h_source.html#l00164">StdDefs.h:164</a></div></div>
<div class="ttc" id="astructDGtal_1_1ClippingPlane_html"><div class="ttname"><a href="structDGtal_1_1ClippingPlane.html">DGtal::ClippingPlane</a></div><div class="ttdoc">Class for adding a Clipping plane through the Viewer3D stream. Realizes the concept CDrawableWithView...</div><div class="ttdef"><b>Definition:</b> <a href="DrawWithDisplay3DModifier_8h_source.html#l00156">DrawWithDisplay3DModifier.h:157</a></div></div>
<div class="ttc" id="astructDGtal_1_1CustomColors3D_html"><div class="ttname"><a href="structDGtal_1_1CustomColors3D.html">DGtal::CustomColors3D</a></div><div class="ttdef"><b>Definition:</b> <a href="DrawWithDisplay3DModifier_8h_source.html#l00129">DrawWithDisplay3DModifier.h:130</a></div></div>
<div class="ttc" id="atestClone2_8cpp_html_a15e9592ccc512dc691b46185e6814758"><div class="ttname"><a href="testClone2_8cpp.html#a15e9592ccc512dc691b46185e6814758">Point</a></div><div class="ttdeci">MyPointD Point</div><div class="ttdef"><b>Definition:</b> <a href="testClone2_8cpp_source.html#l00383">testClone2.cpp:383</a></div></div>
<div class="ttc" id="atestProjection_8cpp_html_a1f1a69f8d8b037b72c2160ed12b3ef51"><div class="ttname"><a href="testProjection_8cpp.html#a1f1a69f8d8b037b72c2160ed12b3ef51">domain</a></div><div class="ttdeci">Domain domain</div><div class="ttdef"><b>Definition:</b> <a href="testProjection_8cpp_source.html#l00088">testProjection.cpp:88</a></div></div>
<div class="ttc" id="atestSimpleRandomAccessRangeFromPoint_8cpp_html_acd532b318489cd93df57e0b3d136d050"><div class="ttname"><a href="testSimpleRandomAccessRangeFromPoint_8cpp.html#acd532b318489cd93df57e0b3d136d050">Domain</a></div><div class="ttdeci">HyperRectDomain< Space > Domain</div><div class="ttdef"><b>Definition:</b> <a href="testSimpleRandomAccessRangeFromPoint_8cpp_source.html#l00044">testSimpleRandomAccessRangeFromPoint.cpp:44</a></div></div>
<div class="ttc" id="atestVoronoiMapComplete_8cpp_html_ac14360761d68859fc57ca37aea0b5c93"><div class="ttname"><a href="testVoronoiMapComplete_8cpp.html#ac14360761d68859fc57ca37aea0b5c93">DigitalSet</a></div><div class="ttdeci">Z2i::DigitalSet DigitalSet</div><div class="ttdef"><b>Definition:</b> <a href="testVoronoiMapComplete_8cpp_source.html#l00040">testVoronoiMapComplete.cpp:40</a></div></div>
</div><!-- fragment -->
<p class="reference">References <a class="el" href="HyperRectDomain_8h_source.html#l00176">DGtal::HyperRectDomain< TSpace >::begin()</a>, <a class="el" href="testProjection_8cpp_source.html#l00088">domain</a>, <a class="el" href="HyperRectDomain_8h_source.html#l00201">DGtal::HyperRectDomain< TSpace >::end()</a>, <a class="el" href="classDGtal_1_1DigitalSetByAssociativeContainer.html#a1ce05672d379d3105b28dda1a8c14df0">DGtal::DigitalSetByAssociativeContainer< TDomain, TContainer >::insertNew()</a>, <a class="el" href="DigitalTopology_8h_source.html#l00057">DGtal::JORDAN_DT</a>, and <a class="el" href="classDGtal_1_1Viewer3D.html#a1ea1c9cf781ce6940db02c352cf24e6f">DGtal::Viewer3D< TSpace, TKSpace >::show()</a>.</p>
</div>
</div>
</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="dir_d28a4824dc47e487b107a5db32ef43c4.html">examples</a></li><li class="navelem"><a class="el" href="dir_e2a1212e307b93bd4c291c0c273a42c5.html">topology</a></li><li class="navelem"><a class="el" href="3dBorderExtraction_8cpp.html">3dBorderExtraction.cpp</a></li>
<li class="footer">Generated on Mon Dec 23 2024 13:18:54 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>