geos_390_docs/MaximumInscribedCircle_8h_s...

102 lines
49 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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.8.11"/>
<title>GEOS: MaximumInscribedCircle.h Source File</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="doxygen.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">GEOS
&#160;<span id="projectnumber">3.9.1dev</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_0bc14b2fb119a11b6a0f32f4d350db61.html">geos</a></li><li class="navelem"><a class="el" href="dir_fba022f40ef995f34b1af53ee3c8dd03.html">algorithm</a></li><li class="navelem"><a class="el" href="dir_ccfec6a2fa66a78cc207f65643e34d4c.html">construct</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">MaximumInscribedCircle.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="MaximumInscribedCircle_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/**********************************************************************</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> * GEOS - Geometry Engine Open Source</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> * http://geos.osgeo.org</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> * Copyright (C) 2020 Paul Ramsey &lt;pramsey@cleverelephant.ca&gt;</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> * This is free software; you can redistribute and/or modify it under</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> * the terms of the GNU Lesser General Public Licence as published</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> * by the Free Software Foundation.</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * See the COPYING file for more information.</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> **********************************************************************</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> * Last port: algorithm/construct/MaximumInscribedCircle.java</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> * https://github.com/locationtech/jts/commit/98274a7ea9b40651e9de6323dc10fb2cac17a245</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"> **********************************************************************/</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#ifndef GEOS_ALGORITHM_CONSTRUCT_MAXIMUMCIRCLE_H</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#define GEOS_ALGORITHM_CONSTRUCT_MAXIMUMCIRCLE_H</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="Coordinate_8h.html">geos/geom/Coordinate.h</a>&gt;</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="Point_8h.html">geos/geom/Point.h</a>&gt;</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="Envelope_8h.html">geos/geom/Envelope.h</a>&gt;</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="IndexedPointInAreaLocator_8h.html">geos/algorithm/locate/IndexedPointInAreaLocator.h</a>&gt;</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="IndexedFacetDistance_8h.html">geos/operation/distance/IndexedFacetDistance.h</a>&gt;</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#include &lt;memory&gt;</span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#include &lt;queue&gt;</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacegeos.html">geos</a> {</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="keyword">namespace </span>geom {</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="keyword">class </span>Coordinate;</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="keyword">class </span>Envelope;</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="keyword">class </span>Geometry;</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="keyword">class </span>GeometryFactory;</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="keyword">class </span>LineString;</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="keyword">class </span>Point;</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;}</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;}</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="keyword">using</span> <a class="code" href="classgeos_1_1algorithm_1_1locate_1_1IndexedPointInAreaLocator.html">geos::algorithm::locate::IndexedPointInAreaLocator</a>;</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;<span class="keyword">using</span> <a class="code" href="classgeos_1_1operation_1_1distance_1_1IndexedFacetDistance.html">geos::operation::distance::IndexedFacetDistance</a>;</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacegeos.html">geos</a> {</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="keyword">namespace </span>algorithm { <span class="comment">// geos::algorithm</span></div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="keyword">namespace </span>construct { <span class="comment">// geos::algorithm::construct</span></div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;</div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html"> 57</a></span>&#160;<span class="keyword">class </span><a class="code" href="export_8h.html#ae36df939090171f6e9a28a8cb6254fea">GEOS_DLL</a> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html">MaximumInscribedCircle</a> {</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html">MaximumInscribedCircle</a>(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Geometry.html">geom::Geometry</a>* polygonal, <span class="keywordtype">double</span> tolerance);</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; ~<a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html">MaximumInscribedCircle</a>() = <span class="keywordflow">default</span>;</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; std::unique_ptr&lt;geom::Point&gt; getCenter();</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; std::unique_ptr&lt;geom::Point&gt; getRadiusPoint();</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; std::unique_ptr&lt;geom::LineString&gt; getRadiusLine();</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; <span class="keyword">static</span> std::unique_ptr&lt;geom::Point&gt; getCenter(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Geometry.html">geom::Geometry</a>* polygonal, <span class="keywordtype">double</span> tolerance);</div><div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;</div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; <span class="keyword">static</span> std::unique_ptr&lt;geom::LineString&gt; getRadiusLine(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Geometry.html">geom::Geometry</a>* polygonal, <span class="keywordtype">double</span> tolerance);</div><div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160;</div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160;</div><div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; <span class="comment">/* private members */</span></div><div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a1230980439f6902148ac8a08d4f202de"> 114</a></span>&#160; <span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Geometry.html">geom::Geometry</a>* <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a1230980439f6902148ac8a08d4f202de">inputGeom</a>;</div><div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a8a4fc4ed02b55904f289721792730c28"> 115</a></span>&#160; std::unique_ptr&lt;geom::Geometry&gt; <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a8a4fc4ed02b55904f289721792730c28">inputGeomBoundary</a>;</div><div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a899c933ee99e7e4c3e6cdee357dd791b"> 116</a></span>&#160; <span class="keywordtype">double</span> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a899c933ee99e7e4c3e6cdee357dd791b">tolerance</a>;</div><div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#aa5fba844454c5f13a81251225ba00ce7"> 117</a></span>&#160; <a class="code" href="classgeos_1_1operation_1_1distance_1_1IndexedFacetDistance.html">IndexedFacetDistance</a> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#aa5fba844454c5f13a81251225ba00ce7">indexedDistance</a>;</div><div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a72c7a00593df7aac66413da90c42d719"> 118</a></span>&#160; <a class="code" href="classgeos_1_1algorithm_1_1locate_1_1IndexedPointInAreaLocator.html">IndexedPointInAreaLocator</a> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a72c7a00593df7aac66413da90c42d719">ptLocator</a>;</div><div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a2e6a2d62d9da1f52ec9d1a72ef66ab38"> 119</a></span>&#160; <span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1GeometryFactory.html">geom::GeometryFactory</a>* <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a2e6a2d62d9da1f52ec9d1a72ef66ab38">factory</a>;</div><div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#ad527d795dede25fc0186783e04869d6b"> 120</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#ad527d795dede25fc0186783e04869d6b">done</a>;</div><div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a0a6604d57ab231773f5a604a9ce760d4"> 121</a></span>&#160; <a class="code" href="classgeos_1_1geom_1_1Coordinate.html">geom::Coordinate</a> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a0a6604d57ab231773f5a604a9ce760d4">centerPt</a>;</div><div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a38cf76eb439061cd36c51223e40373d2"> 122</a></span>&#160; <a class="code" href="classgeos_1_1geom_1_1Coordinate.html">geom::Coordinate</a> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a38cf76eb439061cd36c51223e40373d2">radiusPt</a>;</div><div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160;</div><div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; <span class="comment">/* private methods */</span></div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; <span class="keywordtype">double</span> distanceToBoundary(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Coordinate.html">geom::Coordinate</a>&amp; c);</div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; <span class="keywordtype">double</span> distanceToBoundary(<span class="keywordtype">double</span> x, <span class="keywordtype">double</span> y);</div><div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; <span class="keywordtype">void</span> compute();</div><div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160;</div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; <span class="comment">/* private class */</span></div><div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html"> 130</a></span>&#160; <span class="keyword">class </span><a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html">Cell</a> {</div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; <span class="keyword">private</span>:</div><div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a3482a2125cbc0a2a5090f4266178ef6a"> 132</a></span>&#160; <span class="keyword">static</span> constexpr <span class="keywordtype">double</span> SQRT2 = 1.4142135623730951;</div><div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a4b12c2c8d4c3b4d5f126a3b4a37fe27e"> 133</a></span>&#160; <span class="keywordtype">double</span> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a4b12c2c8d4c3b4d5f126a3b4a37fe27e">x</a>;</div><div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#aeacc539a8a9c37d08382799aa576ac23"> 134</a></span>&#160; <span class="keywordtype">double</span> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#aeacc539a8a9c37d08382799aa576ac23">y</a>;</div><div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a38cf0e2f2ffb989bf0be730d38fd1f39"> 135</a></span>&#160; <span class="keywordtype">double</span> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a38cf0e2f2ffb989bf0be730d38fd1f39">hSize</a>;</div><div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a86b4a35f488688f3ddce3bdc86b4459e"> 136</a></span>&#160; <span class="keywordtype">double</span> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a86b4a35f488688f3ddce3bdc86b4459e">distance</a>;</div><div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#aa839ba2273a41578f8bd29654aab030a"> 137</a></span>&#160; <span class="keywordtype">double</span> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#aa839ba2273a41578f8bd29654aab030a">maxDist</a>;</div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160;</div><div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; <span class="keyword">public</span>:</div><div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a975657b6df6e6826138f4d7eacca407e"> 140</a></span>&#160; <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a975657b6df6e6826138f4d7eacca407e">Cell</a>(<span class="keywordtype">double</span> p_x, <span class="keywordtype">double</span> p_y, <span class="keywordtype">double</span> p_hSize, <span class="keywordtype">double</span> p_distanceToBoundary)</div><div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160; : x(p_x)</div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; , y(p_y)</div><div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; , hSize(p_hSize)</div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160; , distance(p_distanceToBoundary)</div><div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160; , maxDist(p_distanceToBoundary+(p_hSize*SQRT2))</div><div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; {};</div><div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160;</div><div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a2e41e9b4eb9af85a580f05f1a8aeb79a"> 148</a></span>&#160; <a class="code" href="classgeos_1_1geom_1_1Envelope.html">geom::Envelope</a> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a2e41e9b4eb9af85a580f05f1a8aeb79a">getEnvelope</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160;<span class="keyword"> </span>{</div><div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160; <a class="code" href="classgeos_1_1geom_1_1Envelope.html">geom::Envelope</a> env(x-hSize, x+hSize, y-hSize, y+hSize);</div><div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160; <span class="keywordflow">return</span> env;</div><div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160; }</div><div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160;</div><div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#af4b7b6fa35447f9dcce1b9b0b4caa166"> 154</a></span>&#160; <span class="keywordtype">double</span> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#af4b7b6fa35447f9dcce1b9b0b4caa166">getMaxDistance</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160;<span class="keyword"> </span>{</div><div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160; <span class="keywordflow">return</span> maxDist;</div><div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160; }</div><div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a386bb9e3e01ecf2817727c856601ccab"> 158</a></span>&#160; <span class="keywordtype">double</span> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a386bb9e3e01ecf2817727c856601ccab">getDistance</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160;<span class="keyword"> </span>{</div><div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; <span class="keywordflow">return</span> distance;</div><div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160; }</div><div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#acf71a80723baf8e56bf5632aa593f3f7"> 162</a></span>&#160; <span class="keywordtype">double</span> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#acf71a80723baf8e56bf5632aa593f3f7">getHSize</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160;<span class="keyword"> </span>{</div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; <span class="keywordflow">return</span> hSize;</div><div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160; }</div><div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a1aa00614a9897288481e995f6bb17739"> 166</a></span>&#160; <span class="keywordtype">double</span> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a1aa00614a9897288481e995f6bb17739">getX</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160;<span class="keyword"> </span>{</div><div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160; <span class="keywordflow">return</span> x;</div><div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160; }</div><div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a85461c03e9c39d9f13cba4e4bec235bd"> 170</a></span>&#160; <span class="keywordtype">double</span> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a85461c03e9c39d9f13cba4e4bec235bd">getY</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160;<span class="keyword"> </span>{</div><div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160; <span class="keywordflow">return</span> y;</div><div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160; }</div><div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a9291ffef7eadd1187ae2a9c0be3a1cef"> 174</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="namespacegeos_1_1geom.html#a1880a864580a0ac43532608d6677fbda">operator&lt; </a>(<span class="keyword">const</span> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html">Cell</a>&amp; rhs)<span class="keyword"> const</span></div><div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160;<span class="keyword"> </span>{</div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160; <span class="keywordflow">return</span> maxDist &lt; rhs.<a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#aa839ba2273a41578f8bd29654aab030a">maxDist</a>;</div><div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160; }</div><div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#ad2b79da18a89a13ca45523d90e771a98"> 178</a></span>&#160; <span class="keywordtype">bool</span> operator&gt; (<span class="keyword">const</span> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html">Cell</a>&amp; rhs)<span class="keyword"> const</span></div><div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160;<span class="keyword"> </span>{</div><div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160; <span class="keywordflow">return</span> maxDist &gt; rhs.<a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#aa839ba2273a41578f8bd29654aab030a">maxDist</a>;</div><div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160; }</div><div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a1e61edbe11fd6b2e7fc1f028dbb92229"> 182</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a1e61edbe11fd6b2e7fc1f028dbb92229">operator==</a>(<span class="keyword">const</span> <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html">Cell</a>&amp; rhs)<span class="keyword"> const</span></div><div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160;<span class="keyword"> </span>{</div><div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160; <span class="keywordflow">return</span> maxDist == rhs.<a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#aa839ba2273a41578f8bd29654aab030a">maxDist</a>;</div><div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160; }</div><div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160; };</div><div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160;</div><div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160; <span class="keywordtype">void</span> createInitialGrid(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Envelope.html">geom::Envelope</a>* env, std::priority_queue&lt;Cell&gt;&amp; cellQueue);</div><div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160; <a class="code" href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html">Cell</a> createCentroidCell(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Geometry.html">geom::Geometry</a>* geom);</div><div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160;</div><div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160;};</div><div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160;</div><div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160;</div><div class="line"><a name="l00194"></a><span class="lineno"> 194</span>&#160;} <span class="comment">// geos::algorithm::construct</span></div><div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160;} <span class="comment">// geos::algorithm</span></div><div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160;} <span class="comment">// geos</span></div><div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160;</div><div class="line"><a name="l00198"></a><span class="lineno"> 198</span>&#160;<span class="preprocessor">#endif // GEOS_ALGORITHM_CONSTRUCT_MAXIMUMCIRCLE_H</span></div><div class="ttc" id="classgeos_1_1algorithm_1_1locate_1_1IndexedPointInAreaLocator_html"><div class="ttname"><a href="classgeos_1_1algorithm_1_1locate_1_1IndexedPointInAreaLocator.html">geos::algorithm::locate::IndexedPointInAreaLocator</a></div><div class="ttdoc">Determines the location of Coordinates relative to an areal geometry, using indexing for efficiency...</div><div class="ttdef"><b>Definition:</b> <a href="IndexedPointInAreaLocator_8h_source.html#l00055">IndexedPointInAreaLocator.h:55</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell_html_af4b7b6fa35447f9dcce1b9b0b4caa166"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#af4b7b6fa35447f9dcce1b9b0b4caa166">geos::algorithm::construct::MaximumInscribedCircle::Cell::getMaxDistance</a></div><div class="ttdeci">double getMaxDistance() const </div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00154">MaximumInscribedCircle.h:154</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_html"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html">geos::algorithm::construct::MaximumInscribedCircle</a></div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00057">MaximumInscribedCircle.h:57</a></div></div>
<div class="ttc" id="classgeos_1_1geom_1_1Envelope_html"><div class="ttname"><a href="classgeos_1_1geom_1_1Envelope.html">geos::geom::Envelope</a></div><div class="ttdoc">An Envelope defines a rectangulare region of the 2D coordinate plane. </div><div class="ttdef"><b>Definition:</b> <a href="Envelope_8h_source.html#l00058">Envelope.h:58</a></div></div>
<div class="ttc" id="IndexedPointInAreaLocator_8h_html"><div class="ttname"><a href="IndexedPointInAreaLocator_8h.html">IndexedPointInAreaLocator.h</a></div></div>
<div class="ttc" id="IndexedFacetDistance_8h_html"><div class="ttname"><a href="IndexedFacetDistance_8h.html">IndexedFacetDistance.h</a></div></div>
<div class="ttc" id="export_8h_html_ae36df939090171f6e9a28a8cb6254fea"><div class="ttname"><a href="export_8h.html#ae36df939090171f6e9a28a8cb6254fea">GEOS_DLL</a></div><div class="ttdeci">#define GEOS_DLL</div><div class="ttdef"><b>Definition:</b> <a href="export_8h_source.html#l00028">export.h:28</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_html_a0a6604d57ab231773f5a604a9ce760d4"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a0a6604d57ab231773f5a604a9ce760d4">geos::algorithm::construct::MaximumInscribedCircle::centerPt</a></div><div class="ttdeci">geom::Coordinate centerPt</div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00121">MaximumInscribedCircle.h:121</a></div></div>
<div class="ttc" id="classgeos_1_1geom_1_1Coordinate_html"><div class="ttname"><a href="classgeos_1_1geom_1_1Coordinate.html">geos::geom::Coordinate</a></div><div class="ttdoc">Coordinate is the lightweight class used to store coordinates. </div><div class="ttdef"><b>Definition:</b> <a href="Coordinate_8h_source.html#l00060">Coordinate.h:60</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_html_a899c933ee99e7e4c3e6cdee357dd791b"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a899c933ee99e7e4c3e6cdee357dd791b">geos::algorithm::construct::MaximumInscribedCircle::tolerance</a></div><div class="ttdeci">double tolerance</div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00116">MaximumInscribedCircle.h:116</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_html_a8a4fc4ed02b55904f289721792730c28"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a8a4fc4ed02b55904f289721792730c28">geos::algorithm::construct::MaximumInscribedCircle::inputGeomBoundary</a></div><div class="ttdeci">std::unique_ptr&lt; geom::Geometry &gt; inputGeomBoundary</div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00115">MaximumInscribedCircle.h:115</a></div></div>
<div class="ttc" id="Point_8h_html"><div class="ttname"><a href="Point_8h.html">Point.h</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell_html"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html">geos::algorithm::construct::MaximumInscribedCircle::Cell</a></div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00130">MaximumInscribedCircle.h:130</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_html_a1230980439f6902148ac8a08d4f202de"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a1230980439f6902148ac8a08d4f202de">geos::algorithm::construct::MaximumInscribedCircle::inputGeom</a></div><div class="ttdeci">const geom::Geometry * inputGeom</div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00114">MaximumInscribedCircle.h:114</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell_html_a4b12c2c8d4c3b4d5f126a3b4a37fe27e"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a4b12c2c8d4c3b4d5f126a3b4a37fe27e">geos::algorithm::construct::MaximumInscribedCircle::Cell::x</a></div><div class="ttdeci">double x</div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00133">MaximumInscribedCircle.h:133</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell_html_a38cf0e2f2ffb989bf0be730d38fd1f39"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a38cf0e2f2ffb989bf0be730d38fd1f39">geos::algorithm::construct::MaximumInscribedCircle::Cell::hSize</a></div><div class="ttdeci">double hSize</div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00135">MaximumInscribedCircle.h:135</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell_html_a386bb9e3e01ecf2817727c856601ccab"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a386bb9e3e01ecf2817727c856601ccab">geos::algorithm::construct::MaximumInscribedCircle::Cell::getDistance</a></div><div class="ttdeci">double getDistance() const </div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00158">MaximumInscribedCircle.h:158</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_html_aa5fba844454c5f13a81251225ba00ce7"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#aa5fba844454c5f13a81251225ba00ce7">geos::algorithm::construct::MaximumInscribedCircle::indexedDistance</a></div><div class="ttdeci">IndexedFacetDistance indexedDistance</div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00117">MaximumInscribedCircle.h:117</a></div></div>
<div class="ttc" id="classgeos_1_1operation_1_1distance_1_1IndexedFacetDistance_html"><div class="ttname"><a href="classgeos_1_1operation_1_1distance_1_1IndexedFacetDistance.html">geos::operation::distance::IndexedFacetDistance</a></div><div class="ttdoc">Computes the distance between the facets (segments and vertices) of two Geometrys using a Branch-and-...</div><div class="ttdef"><b>Definition:</b> <a href="IndexedFacetDistance_8h_source.html#l00047">IndexedFacetDistance.h:47</a></div></div>
<div class="ttc" id="classgeos_1_1geom_1_1Geometry_html"><div class="ttname"><a href="classgeos_1_1geom_1_1Geometry.html">geos::geom::Geometry</a></div><div class="ttdoc">Basic implementation of Geometry, constructed and destructed by GeometryFactory. </div><div class="ttdef"><b>Definition:</b> <a href="Geometry_8h_source.html#l00188">Geometry.h:188</a></div></div>
<div class="ttc" id="namespacegeos_1_1geom_html_a1880a864580a0ac43532608d6677fbda"><div class="ttname"><a href="namespacegeos_1_1geom.html#a1880a864580a0ac43532608d6677fbda">geos::geom::operator&lt;</a></div><div class="ttdeci">bool operator&lt;(const Coordinate &amp;a, const Coordinate &amp;b)</div><div class="ttdoc">Strict weak ordering operator for Coordinate. </div><div class="ttdef"><b>Definition:</b> <a href="Coordinate_8h_source.html#l00134">Coordinate.h:134</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_html_a2e6a2d62d9da1f52ec9d1a72ef66ab38"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a2e6a2d62d9da1f52ec9d1a72ef66ab38">geos::algorithm::construct::MaximumInscribedCircle::factory</a></div><div class="ttdeci">const geom::GeometryFactory * factory</div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00119">MaximumInscribedCircle.h:119</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell_html_a975657b6df6e6826138f4d7eacca407e"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a975657b6df6e6826138f4d7eacca407e">geos::algorithm::construct::MaximumInscribedCircle::Cell::Cell</a></div><div class="ttdeci">Cell(double p_x, double p_y, double p_hSize, double p_distanceToBoundary)</div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00140">MaximumInscribedCircle.h:140</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell_html_a1aa00614a9897288481e995f6bb17739"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a1aa00614a9897288481e995f6bb17739">geos::algorithm::construct::MaximumInscribedCircle::Cell::getX</a></div><div class="ttdeci">double getX() const </div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00166">MaximumInscribedCircle.h:166</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell_html_aeacc539a8a9c37d08382799aa576ac23"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#aeacc539a8a9c37d08382799aa576ac23">geos::algorithm::construct::MaximumInscribedCircle::Cell::y</a></div><div class="ttdeci">double y</div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00134">MaximumInscribedCircle.h:134</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_html_ad527d795dede25fc0186783e04869d6b"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#ad527d795dede25fc0186783e04869d6b">geos::algorithm::construct::MaximumInscribedCircle::done</a></div><div class="ttdeci">bool done</div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00120">MaximumInscribedCircle.h:120</a></div></div>
<div class="ttc" id="classgeos_1_1geom_1_1GeometryFactory_html"><div class="ttname"><a href="classgeos_1_1geom_1_1GeometryFactory.html">geos::geom::GeometryFactory</a></div><div class="ttdoc">Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...</div><div class="ttdef"><b>Definition:</b> <a href="GeometryFactory_8h_source.html#l00068">GeometryFactory.h:68</a></div></div>
<div class="ttc" id="namespacegeos_html"><div class="ttname"><a href="namespacegeos.html">geos</a></div><div class="ttdoc">Basic namespace for all GEOS functionalities. </div><div class="ttdef"><b>Definition:</b> <a href="IndexedNestedRingTester_8h_source.html#l00026">IndexedNestedRingTester.h:26</a></div></div>
<div class="ttc" id="Envelope_8h_html"><div class="ttname"><a href="Envelope_8h.html">Envelope.h</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell_html_aa839ba2273a41578f8bd29654aab030a"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#aa839ba2273a41578f8bd29654aab030a">geos::algorithm::construct::MaximumInscribedCircle::Cell::maxDist</a></div><div class="ttdeci">double maxDist</div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00137">MaximumInscribedCircle.h:137</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell_html_a2e41e9b4eb9af85a580f05f1a8aeb79a"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a2e41e9b4eb9af85a580f05f1a8aeb79a">geos::algorithm::construct::MaximumInscribedCircle::Cell::getEnvelope</a></div><div class="ttdeci">geom::Envelope getEnvelope() const </div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00148">MaximumInscribedCircle.h:148</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell_html_a85461c03e9c39d9f13cba4e4bec235bd"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a85461c03e9c39d9f13cba4e4bec235bd">geos::algorithm::construct::MaximumInscribedCircle::Cell::getY</a></div><div class="ttdeci">double getY() const </div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00170">MaximumInscribedCircle.h:170</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell_html_acf71a80723baf8e56bf5632aa593f3f7"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#acf71a80723baf8e56bf5632aa593f3f7">geos::algorithm::construct::MaximumInscribedCircle::Cell::getHSize</a></div><div class="ttdeci">double getHSize() const </div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00162">MaximumInscribedCircle.h:162</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell_html_a1e61edbe11fd6b2e7fc1f028dbb92229"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a1e61edbe11fd6b2e7fc1f028dbb92229">geos::algorithm::construct::MaximumInscribedCircle::Cell::operator==</a></div><div class="ttdeci">bool operator==(const Cell &amp;rhs) const </div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00182">MaximumInscribedCircle.h:182</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_html_a38cf76eb439061cd36c51223e40373d2"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a38cf76eb439061cd36c51223e40373d2">geos::algorithm::construct::MaximumInscribedCircle::radiusPt</a></div><div class="ttdeci">geom::Coordinate radiusPt</div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00122">MaximumInscribedCircle.h:122</a></div></div>
<div class="ttc" id="Coordinate_8h_html"><div class="ttname"><a href="Coordinate_8h.html">Coordinate.h</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell_html_a86b4a35f488688f3ddce3bdc86b4459e"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_1_1Cell.html#a86b4a35f488688f3ddce3bdc86b4459e">geos::algorithm::construct::MaximumInscribedCircle::Cell::distance</a></div><div class="ttdeci">double distance</div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00136">MaximumInscribedCircle.h:136</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle_html_a72c7a00593df7aac66413da90c42d719"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1MaximumInscribedCircle.html#a72c7a00593df7aac66413da90c42d719">geos::algorithm::construct::MaximumInscribedCircle::ptLocator</a></div><div class="ttdeci">IndexedPointInAreaLocator ptLocator</div><div class="ttdef"><b>Definition:</b> <a href="MaximumInscribedCircle_8h_source.html#l00118">MaximumInscribedCircle.h:118</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>