geos_390_docs/LargestEmptyCircle_8h_sourc...

104 lines
52 KiB
HTML
Raw Permalink Normal View History

2020-12-23 18:34:09 -08:00
<!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: LargestEmptyCircle.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">LargestEmptyCircle.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="LargestEmptyCircle_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/LargestEmptyCircle.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_LARGESTCIRCLE_H</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#define GEOS_ALGORITHM_CONSTRUCT_LARGESTCIRCLE_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="IndexedPointIn
<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="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell_html_a400992a4829dfa94f09fa50e227b75d6"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell.html#a400992a4829dfa94f09fa50e227b75d6">geos::algorithm::construct::LargestEmptyCircle::Cell::distance</a></div><div class="ttdeci">double distance</div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00137">LargestEmptyCircle.h:137</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_1LargestEmptyCircle_1_1Cell_html_a64a3db719fbd6346584d9f515fd06f60"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell.html#a64a3db719fbd6346584d9f515fd06f60">geos::algorithm::construct::LargestEmptyCircle::Cell::Cell</a></div><div class="ttdeci">Cell(double p_x, double p_y, double p_hSize, double p_distanceToConstraints)</div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00141">LargestEmptyCircle.h:141</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_1LargestEmptyCircle_1_1Cell_html_aa5fc4e0b77163ad56dc3b0101d47883f"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell.html#aa5fc4e0b77163ad56dc3b0101d47883f">geos::algorithm::construct::LargestEmptyCircle::Cell::maxDist</a></div><div class="ttdeci">double maxDist</div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00138">LargestEmptyCircle.h:138</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_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_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell_html_adbabaadf658afadd66bf3af13d2f7fd6"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell.html#adbabaadf658afadd66bf3af13d2f7fd6">geos::algorithm::construct::LargestEmptyCircle::Cell::getDistance</a></div><div class="ttdeci">double getDistance() const </div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00167">LargestEmptyCircle.h:167</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="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell_html_a8c93e17c84e42303f7586450698a8fc8"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell.html#a8c93e17c84e42303f7586450698a8fc8">geos::algorithm::construct::LargestEmptyCircle::Cell::getY</a></div><div class="ttdeci">double getY() const </div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00179">LargestEmptyCircle.h:179</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_html"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle.html">geos::algorithm::construct::LargestEmptyCircle</a></div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00060">LargestEmptyCircle.h:60</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_1LargestEmptyCircle_1_1Cell_html_a3af9608d8f93cfd302f8db1bc0e36ae1"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell.html#a3af9608d8f93cfd302f8db1bc0e36ae1">geos::algorithm::construct::LargestEmptyCircle::Cell::getHSize</a></div><div class="ttdeci">double getHSize() const </div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00171">LargestEmptyCircle.h:171</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_html_a324d05ac9d279ce6baa706fee88fd110"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle.html#a324d05ac9d279ce6baa706fee88fd110">geos::algorithm::construct::LargestEmptyCircle::ptLocator</a></div><div class="ttdeci">std::unique_ptr&lt; algorithm::locate::IndexedPointInAreaLocator &gt; ptLocator</div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00108">LargestEmptyCircle.h:108</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell_html_abd249b993262c1bbf53e4412249c0f7f"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell.html#abd249b993262c1bbf53e4412249c0f7f">geos::algorithm::construct::LargestEmptyCircle::Cell::x</a></div><div class="ttdeci">double x</div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00134">LargestEmptyCircle.h:134</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell_html"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell.html">geos::algorithm::construct::LargestEmptyCircle::Cell</a></div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00131">LargestEmptyCircle.h:131</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_html_a39af34aa652bb07c5031dfd49d320d75"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle.html#a39af34aa652bb07c5031dfd49d320d75">geos::algorithm::construct::LargestEmptyCircle::boundaryDistance</a></div><div class="ttdeci">std::unique_ptr&lt; operation::distance::IndexedFacetDistance &gt; boundaryDistance</div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00109">LargestEmptyCircle.h:109</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="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_html_af3474b0ac217a3616690ab564a93925d"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle.html#af3474b0ac217a3616690ab564a93925d">geos::algorithm::construct::LargestEmptyCircle::obstacles</a></div><div class="ttdeci">const geom::Geometry * obstacles</div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00103">LargestEmptyCircle.h:103</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell_html_af0fa69572747d4a4d6b7818059f8c667"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell.html#af0fa69572747d4a4d6b7818059f8c667">geos::algorithm::construct::LargestEmptyCircle::Cell::getX</a></div><div class="ttdeci">double getX() const </div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00175">LargestEmptyCircle.h:175</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell_html_af9530ee48c62fd93ffd8c35cb684f59c"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell.html#af9530ee48c62fd93ffd8c35cb684f59c">geos::algorithm::construct::LargestEmptyCircle::Cell::hSize</a></div><div class="ttdeci">double hSize</div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00136">LargestEmptyCircle.h:136</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell_html_a05a3935845aa4f98ce78df07bb5cfffc"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell.html#a05a3935845aa4f98ce78df07bb5cfffc">geos::algorithm::construct::LargestEmptyCircle::Cell::operator==</a></div><div class="ttdeci">bool operator==(const Cell &amp;rhs) const </div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00191">LargestEmptyCircle.h:191</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_1LargestEmptyCircle_1_1Cell_html_af3a9999ff641ddd19df0d7cdd8ab0540"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell.html#af3a9999ff641ddd19df0d7cdd8ab0540">geos::algorithm::construct::LargestEmptyCircle::Cell::getEnvelope</a></div><div class="ttdeci">geom::Envelope getEnvelope() const </div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00149">LargestEmptyCircle.h:149</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_html_a8e813fc2f9965002aa771baf3c976913"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle.html#a8e813fc2f9965002aa771baf3c976913">geos::algorithm::construct::LargestEmptyCircle::radiusPt</a></div><div class="ttdeci">geom::Coordinate radiusPt</div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00111">LargestEmptyCircle.h:111</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_html_a4b175e9c67db56c45c4852d8364d7941"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle.html#a4b175e9c67db56c45c4852d8364d7941">geos::algorithm::construct::LargestEmptyCircle::boundary</a></div><div class="ttdeci">std::unique_ptr&lt; geom::Geometry &gt; boundary</div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00105">LargestEmptyCircle.h:105</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_html_a0f59bba874c1ed0a9cd54c342d7c3346"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle.html#a0f59bba874c1ed0a9cd54c342d7c3346">geos::algorithm::construct::LargestEmptyCircle::centerPt</a></div><div class="ttdeci">geom::Coordinate centerPt</div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00110">LargestEmptyCircle.h:110</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_1LargestEmptyCircle_html_aa7a85d2189a3022a430c0aeb2d26fefd"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle.html#aa7a85d2189a3022a430c0aeb2d26fefd">geos::algorithm::construct::LargestEmptyCircle::obstacleDistance</a></div><div class="ttdeci">operation::distance::IndexedFacetDistance obstacleDistance</div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00106">LargestEmptyCircle.h:106</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell_html_abd4d26b7cbfb84d168630ee5575cd826"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell.html#abd4d26b7cbfb84d168630ee5575cd826">geos::algorithm::construct::LargestEmptyCircle::Cell::y</a></div><div class="ttdeci">double y</div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00135">LargestEmptyCircle.h:135</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell_html_abf680662f8b10383fb7a72caeca15d3a"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell.html#abf680662f8b10383fb7a72caeca15d3a">geos::algorithm::construct::LargestEmptyCircle::Cell::getMaxDistance</a></div><div class="ttdeci">double getMaxDistance() const </div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00163">LargestEmptyCircle.h:163</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell_html_a0e925fc9996c20bdea479e7bc670930c"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell.html#a0e925fc9996c20bdea479e7bc670930c">geos::algorithm::construct::LargestEmptyCircle::Cell::isFullyOutside</a></div><div class="ttdeci">bool isFullyOutside() const </div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00155">LargestEmptyCircle.h:155</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell_html_aff8e6ad7ab9eea5823324322095b41d6"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_1_1Cell.html#aff8e6ad7ab9eea5823324322095b41d6">geos::algorithm::construct::LargestEmptyCircle::Cell::isOutside</a></div><div class="ttdeci">bool isOutside() const </div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00159">LargestEmptyCircle.h:159</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_html_a28d11240a7708a62b60a0052a5c89c6f"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle.html#a28d11240a7708a62b60a0052a5c89c6f">geos::algorithm::construct::LargestEmptyCircle::done</a></div><div class="ttdeci">bool done</div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00107">LargestEmptyCircle.h:107</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle_html_a92b1f0ce90827074fa018c88261326e4"><div class="ttname"><a href="classgeos_1_1algorithm_1_1construct_1_1LargestEmptyCircle.html#a92b1f0ce90827074fa018c88261326e4">geos::algorithm::construct::LargestEmptyCircle::factory</a></div><div class="ttdeci">const geom::GeometryFactory * factory</div><div class="ttdef"><b>Definition:</b> <a href="LargestEmptyCircle_8h_source.html#l00104">LargestEmptyCircle.h:104</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>