geos_390_docs/BufferBuilder_8h_source.html

94 lines
38 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: BufferBuilder.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_cc91dd2a378845bf7e3e6edb554afff8.html">operation</a></li><li class="navelem"><a class="el" href="dir_2f5cc8550fac9323e9b033a7d7316722.html">buffer</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">BufferBuilder.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="BufferBuilder_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) 2009-2011 Sandro Santilli &lt;strk@kbt.io&gt;</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * Copyright (C) 2008-2010 Safe Software Inc.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> * Copyright (C) 2006-2007 Refractions Research Inc.</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> * This is free software; you can redistribute and/or modify it under</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * the terms of the GNU Lesser General Public Licence as published</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> * by the Free Software Foundation.</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> * See the COPYING file for more information.</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"> **********************************************************************</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> * Last port: operation/buffer/BufferBuilder.java r378 (JTS-1.12)</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;<span class="comment"> **********************************************************************/</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#ifndef GEOS_OP_BUFFER_BUFFERBUILDER_H</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#define GEOS_OP_BUFFER_BUFFERBUILDER_H</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="export_8h.html">geos/export.h</a>&gt;</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="BufferOp_8h.html">geos/operation/buffer/BufferOp.h</a>&gt;</span> <span class="comment">// for inlines (BufferOp enums)</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="OffsetCurveBuilder_8h.html">geos/operation/buffer/OffsetCurveBuilder.h</a>&gt;</span> <span class="comment">// for inline (OffsetCurveBuilder enums)</span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="EdgeList_8h.html">geos/geomgraph/EdgeList.h</a>&gt;</span> <span class="comment">// for composition</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;<span class="preprocessor">#ifdef _MSC_VER</span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="preprocessor">#pragma warning(push)</span></div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class</span></div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="comment">// Forward declarations</span></div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacegeos.html">geos</a> {</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="keyword">namespace </span>geom {</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="keyword">class </span>PrecisionModel;</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="keyword">class </span>Geometry;</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="keyword">class </span>GeometryFactory;</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;<span class="keyword">namespace </span>algorithm {</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="keyword">class </span>LineIntersector;</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;}</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="keyword">namespace </span>noding {</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="keyword">class </span>Noder;</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="keyword">class </span>SegmentString;</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="keyword">class </span>IntersectionAdder;</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;}</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="keyword">namespace </span>geomgraph {</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="keyword">class </span>Edge;</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<span class="keyword">class </span>Label;</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="keyword">class </span>PlanarGraph;</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;}</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<span class="keyword">namespace </span>operation {</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="keyword">namespace </span>buffer {</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="keyword">class </span>BufferSubgraph;</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;<span class="keyword">namespace </span>overlay {</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="keyword">class </span>PolygonBuilder;</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;}</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;}</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;}</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacegeos.html">geos</a> {</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="keyword">namespace </span>operation { <span class="comment">// geos.operation</span></div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<span class="keyword">namespace </span>buffer { <span class="comment">// geos.operation.buffer</span></div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;</div><div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html"> 88</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_1operation_1_1buffer_1_1BufferBuilder.html">BufferBuilder</a> {</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a1cf94a4a5f9fbea4f7e8536715818748"> 100</a></span>&#160; <a class="code" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a1cf94a4a5f9fbea4f7e8536715818748">BufferBuilder</a>(<span class="keyword">const</span> <a class="code" href="classgeos_1_1operation_1_1buffer_1_1BufferParameters.html">BufferParameters</a>&amp; nBufParams)</div><div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; :</div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; bufParams(nBufParams),</div><div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; workingPrecisionModel(nullptr),</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; li(nullptr),</div><div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; intersectionAdder(nullptr),</div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; workingNoder(nullptr),</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; geomFact(nullptr),</div><div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; edgeList()</div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; {}</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; ~<a class="code" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html">BufferBuilder</a>();</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;</div><div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; <span class="keywordtype">void</span></div><div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a8d3a4a70193f95b181d5e8d51c8d10f2"> 125</a></span>&#160; <a class="code" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a8d3a4a70193f95b181d5e8d51c8d10f2">setWorkingPrecisionModel</a>(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1PrecisionModel.html">geom::PrecisionModel</a>* pm)</div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; {</div><div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; workingPrecisionModel = pm;</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;</div><div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; <span class="keywordtype">void</span></div><div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a65ecd460185da1dcf1248b2471c33bca"> 138</a></span>&#160; <a class="code" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a65ecd460185da1dcf1248b2471c33bca">setNoder</a>(<a class="code" href="classgeos_1_1noding_1_1Noder.html">noding::Noder</a>* newNoder)</div><div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; {</div><div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; workingNoder = newNoder;</div><div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160; }</div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160;</div><div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; <a class="code" href="classgeos_1_1geom_1_1Geometry.html">geom::Geometry</a>* buffer(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Geometry.html">geom::Geometry</a>* g, <span class="keywordtype">double</span> distance);</div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160; <span class="comment">// throw (GEOSException);</span></div><div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160;</div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; <a class="code" href="classgeos_1_1geom_1_1Geometry.html">geom::Geometry</a>* bufferLineSingleSided(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1Geometry.html">geom::Geometry</a>* g,</div><div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160; <span class="keywordtype">double</span> distance, <span class="keywordtype">bool</span> leftSide) ;</div><div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160; <span class="comment">// throw (GEOSException);</span></div><div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160;</div><div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160;</div><div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160; <span class="keyword">static</span> <span class="keywordtype">int</span> depthDelta(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geomgraph_1_1Label.html">geomgraph::Label</a>&amp; label);</div><div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160;</div><div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a45a3d81dcf126602c38ba7326579a5c5"> 175</a></span>&#160; <span class="keyword">const</span> <a class="code" href="classgeos_1_1operation_1_1buffer_1_1BufferParameters.html">BufferParameters</a>&amp; <a class="code" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a45a3d81dcf126602c38ba7326579a5c5">bufParams</a>;</div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160;</div><div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a7fcd9eff913c6edb06e48af61b56b9ae"> 177</a></span>&#160; <span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1PrecisionModel.html">geom::PrecisionModel</a>* <a class="code" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a7fcd9eff913c6edb06e48af61b56b9ae">workingPrecisionModel</a>;</div><div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160;</div><div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#ad3792803418da99af652f83895fe704f"> 179</a></span>&#160; <a class="code" href="classgeos_1_1algorithm_1_1LineIntersector.html">algorithm::LineIntersector</a>* <a class="code" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#ad3792803418da99af652f83895fe704f">li</a>;</div><div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160;</div><div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a256bc79be60c253179140bfb83f9a962"> 181</a></span>&#160; <a class="code" href="classgeos_1_1noding_1_1IntersectionAdder.html">noding::IntersectionAdder</a>* <a class="code" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a256bc79be60c253179140bfb83f9a962">intersectionAdder</a>;</div><div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160;</div><div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#aa49f06f07635d95eeea6ca1fbbaa57a0"> 183</a></span>&#160; <a class="code" href="classgeos_1_1noding_1_1Noder.html">noding::Noder</a>* <a class="code" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#aa49f06f07635d95eeea6ca1fbbaa57a0">workingNoder</a>;</div><div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160;</div><div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#afeb98554f7226da6cc5185cf2ab9a276"> 185</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_1operation_1_1buffer_1_1BufferBuilder.html#afeb98554f7226da6cc5185cf2ab9a276">geomFact</a>;</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"><a class="line" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a9d88040f7bdce508bcad6a5d31e3c4e6"> 187</a></span>&#160; <a class="code" href="classgeos_1_1geomgraph_1_1EdgeList.html">geomgraph::EdgeList</a> <a class="code" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a9d88040f7bdce508bcad6a5d31e3c4e6">edgeList</a>;</div><div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160;</div><div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a78a629622eafe5355d70cf2557d9dfc7"> 189</a></span>&#160; std::vector&lt;geomgraph::Label*&gt; <a class="code" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a78a629622eafe5355d70cf2557d9dfc7">newLabels</a>;</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; <span class="keywordtype">void</span> computeNodedEdges(std::vector&lt;noding::SegmentString*&gt;&amp; bufSegStr,</div><div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160; <span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1PrecisionModel.html">geom::PrecisionModel</a>* precisionModel);</div><div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160; <span class="comment">// throw(GEOSException);</span></div><div class="line"><a name="l00194"></a><span class="lineno"> 194</span>&#160;</div><div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160; <span class="keywordtype">void</span> insertUniqueEdge(<a class="code" href="classgeos_1_1geomgraph_1_1Edge.html">geomgraph::Edge</a>* e);</div><div class="line"><a name="l00205"></a><span class="lineno"> 205</span>&#160;</div><div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160; <span class="keywordtype">void</span> createSubgraphs(<a class="code" href="classgeos_1_1geomgraph_1_1PlanarGraph.html">geomgraph::PlanarGraph</a>* graph,</div><div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160; std::vector&lt;BufferSubgraph*&gt;&amp; list);</div><div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160;</div><div class="line"><a name="l00219"></a><span class="lineno"> 219</span>&#160; <span class="keywordtype">void</span> buildSubgraphs(<span class="keyword">const</span> std::vector&lt;BufferSubgraph*&gt;&amp; subgraphList,</div><div class="line"><a name="l00220"></a><span class="lineno"> 220</span>&#160; <a class="code" href="classgeos_1_1operation_1_1overlay_1_1PolygonBuilder.html">overlay::PolygonBuilder</a>&amp; polyBuilder);</div><div class="line"><a name="l00221"></a><span class="lineno"> 221</span>&#160;</div><div class="line"><a name="l00230"></a><span class="lineno"> 230</span>&#160; <a class="code" href="classgeos_1_1noding_1_1Noder.html">noding::Noder</a>* getNoder(<span class="keyword">const</span> <a class="code" href="classgeos_1_1geom_1_1PrecisionModel.html">geom::PrecisionModel</a>* precisionModel);</div><div class="line"><a name="l00231"></a><span class="lineno"> 231</span>&#160;</div><div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160;</div><div class="line"><a name="l00240"></a><span class="lineno"> 240</span>&#160; <a class="code" href="classgeos_1_1geom_1_1Geometry.html">geom::Geometry</a>* createEmptyResultGeometry() <span class="keyword">const</span>;</div><div class="line"><a name="l00241"></a><span class="lineno"> 241</span>&#160;</div><div class="line"><a name="l00242"></a><span class="lineno"> 242</span>&#160; <span class="comment">// Declare type as noncopyable</span></div><div class="line"><a name="l00243"></a><span class="lineno"> 243</span>&#160; <a class="code" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html">BufferBuilder</a>(<span class="keyword">const</span> <a class="code" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html">BufferBuilder</a>&amp; other) = <span class="keyword">delete</span>;</div><div class="line"><a name="l00244"></a><span class="lineno"> 244</span>&#160; <a class="code" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html">BufferBuilder</a>&amp; operator=(<span class="keyword">const</span> <a class="code" href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html">BufferBuilder</a>&amp; rhs) = <span class="keyword">delete</span>;</div><div class="line"><a name="l00245"></a><span class="lineno"> 245</span>&#160;};</div><div class="line"><a name="l00246"></a><span class="lineno"> 246</span>&#160;</div><div class="line"><a name="l00247"></a><span class="lineno"> 247</span>&#160;} <span class="comment">// namespace geos::operation::buffer</span></div><div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160;} <span class="comment">// namespace geos::operation</span></div><div class="line"><a name="l00249"></a><span class="lineno"> 249</span>&#160;} <span class="comment">// namespace geos</span></div><div class="line"><a name="l00250"></a><span class="lineno"> 250</span>&#160;</div><div class="line"><a name="l00251"></a><span class="lineno"> 251</span>&#160;<span class="preprocessor">#ifdef _MSC_VER</span></div><div class="line"><a name="l00252"></a><span class="lineno"> 252</span>&#160;<span class="preprocessor">#pragma warning(pop)</span></div><div class="line"><a name="l00253"></a><span class="lineno"> 253</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160;</div><div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160;<span class="preprocessor">#endif // ndef GEOS_OP_BUFFER_BUFFERBUILDER_H</span></div><div class="ttc" id="classgeos_1_1operation_1_1buffer_1_1BufferBuilder_html_a45a3d81dcf126602c38ba7326579a5c5"><div class="ttname"><a href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a45a3d81dcf126602c38ba7326579a5c5">geos::operation::buffer::BufferBuilder::bufParams</a></div><div class="ttdeci">const BufferParameters &amp; bufParams</div><div class="ttdef"><b>Definition:</b> <a href="BufferBuilder_8h_source.html#l00175">BufferBuilder.h:175</a></div></div>
<div class="ttc" id="classgeos_1_1operation_1_1overlay_1_1PolygonBuilder_html"><div class="ttname"><a href="classgeos_1_1operation_1_1overlay_1_1PolygonBuilder.html">geos::operation::overlay::PolygonBuilder</a></div><div class="ttdoc">Forms Polygon out of a graph of geomgraph::DirectedEdge. </div><div class="ttdef"><b>Definition:</b> <a href="PolygonBuilder_8h_source.html#l00062">PolygonBuilder.h:62</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="BufferOp_8h_html"><div class="ttname"><a href="BufferOp_8h.html">BufferOp.h</a></div></div>
<div class="ttc" id="classgeos_1_1operation_1_1buffer_1_1BufferBuilder_html_a1cf94a4a5f9fbea4f7e8536715818748"><div class="ttname"><a href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a1cf94a4a5f9fbea4f7e8536715818748">geos::operation::buffer::BufferBuilder::BufferBuilder</a></div><div class="ttdeci">BufferBuilder(const BufferParameters &amp;nBufParams)</div><div class="ttdef"><b>Definition:</b> <a href="BufferBuilder_8h_source.html#l00100">BufferBuilder.h:100</a></div></div>
<div class="ttc" id="export_8h_html"><div class="ttname"><a href="export_8h.html">export.h</a></div></div>
<div class="ttc" id="classgeos_1_1geomgraph_1_1PlanarGraph_html"><div class="ttname"><a href="classgeos_1_1geomgraph_1_1PlanarGraph.html">geos::geomgraph::PlanarGraph</a></div><div class="ttdoc">Represents a directed graph which is embeddable in a planar surface. </div><div class="ttdef"><b>Definition:</b> <a href="geomgraph_2PlanarGraph_8h_source.html#l00075">geomgraph/PlanarGraph.h:75</a></div></div>
<div class="ttc" id="classgeos_1_1operation_1_1buffer_1_1BufferBuilder_html_afeb98554f7226da6cc5185cf2ab9a276"><div class="ttname"><a href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#afeb98554f7226da6cc5185cf2ab9a276">geos::operation::buffer::BufferBuilder::geomFact</a></div><div class="ttdeci">const geom::GeometryFactory * geomFact</div><div class="ttdef"><b>Definition:</b> <a href="BufferBuilder_8h_source.html#l00185">BufferBuilder.h:185</a></div></div>
<div class="ttc" id="classgeos_1_1geomgraph_1_1EdgeList_html"><div class="ttname"><a href="classgeos_1_1geomgraph_1_1EdgeList.html">geos::geomgraph::EdgeList</a></div><div class="ttdoc">A EdgeList is a list of Edges. </div><div class="ttdef"><b>Definition:</b> <a href="EdgeList_8h_source.html#l00058">EdgeList.h:58</a></div></div>
<div class="ttc" id="classgeos_1_1geom_1_1PrecisionModel_html"><div class="ttname"><a href="classgeos_1_1geom_1_1PrecisionModel.html">geos::geom::PrecisionModel</a></div><div class="ttdoc">Specifies the precision model of the Coordinate in a Geometry. </div><div class="ttdef"><b>Definition:</b> <a href="PrecisionModel_8h_source.html#l00087">PrecisionModel.h:87</a></div></div>
<div class="ttc" id="classgeos_1_1operation_1_1buffer_1_1BufferBuilder_html_a78a629622eafe5355d70cf2557d9dfc7"><div class="ttname"><a href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a78a629622eafe5355d70cf2557d9dfc7">geos::operation::buffer::BufferBuilder::newLabels</a></div><div class="ttdeci">std::vector&lt; geomgraph::Label * &gt; newLabels</div><div class="ttdef"><b>Definition:</b> <a href="BufferBuilder_8h_source.html#l00189">BufferBuilder.h:189</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="OffsetCurveBuilder_8h_html"><div class="ttname"><a href="OffsetCurveBuilder_8h.html">OffsetCurveBuilder.h</a></div></div>
<div class="ttc" id="classgeos_1_1algorithm_1_1LineIntersector_html"><div class="ttname"><a href="classgeos_1_1algorithm_1_1LineIntersector.html">geos::algorithm::LineIntersector</a></div><div class="ttdoc">A LineIntersector is an algorithm that can both test whether two line segments intersect and compute ...</div><div class="ttdef"><b>Definition:</b> <a href="LineIntersector_8h_source.html#l00049">LineIntersector.h:49</a></div></div>
<div class="ttc" id="classgeos_1_1noding_1_1IntersectionAdder_html"><div class="ttname"><a href="classgeos_1_1noding_1_1IntersectionAdder.html">geos::noding::IntersectionAdder</a></div><div class="ttdoc">Computes the intersections between two line segments in SegmentString and adds them to each string...</div><div class="ttdef"><b>Definition:</b> <a href="IntersectionAdder_8h_source.html#l00057">IntersectionAdder.h:57</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_1geomgraph_1_1Label_html"><div class="ttname"><a href="classgeos_1_1geomgraph_1_1Label.html">geos::geomgraph::Label</a></div><div class="ttdoc">A Label indicates the topological relationship of a component of a topology graph to a given Geometry...</div><div class="ttdef"><b>Definition:</b> <a href="Label_8h_source.html#l00059">Label.h:59</a></div></div>
<div class="ttc" id="classgeos_1_1operation_1_1buffer_1_1BufferBuilder_html_a256bc79be60c253179140bfb83f9a962"><div class="ttname"><a href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a256bc79be60c253179140bfb83f9a962">geos::operation::buffer::BufferBuilder::intersectionAdder</a></div><div class="ttdeci">noding::IntersectionAdder * intersectionAdder</div><div class="ttdef"><b>Definition:</b> <a href="BufferBuilder_8h_source.html#l00181">BufferBuilder.h:181</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="classgeos_1_1noding_1_1Noder_html"><div class="ttname"><a href="classgeos_1_1noding_1_1Noder.html">geos::noding::Noder</a></div><div class="ttdoc">Computes all intersections between segments in a set of SegmentString. </div><div class="ttdef"><b>Definition:</b> <a href="Noder_8h_source.html#l00049">Noder.h:49</a></div></div>
<div class="ttc" id="EdgeList_8h_html"><div class="ttname"><a href="EdgeList_8h.html">EdgeList.h</a></div></div>
<div class="ttc" id="classgeos_1_1operation_1_1buffer_1_1BufferBuilder_html_ad3792803418da99af652f83895fe704f"><div class="ttname"><a href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#ad3792803418da99af652f83895fe704f">geos::operation::buffer::BufferBuilder::li</a></div><div class="ttdeci">algorithm::LineIntersector * li</div><div class="ttdef"><b>Definition:</b> <a href="BufferBuilder_8h_source.html#l00179">BufferBuilder.h:179</a></div></div>
<div class="ttc" id="classgeos_1_1operation_1_1buffer_1_1BufferParameters_html"><div class="ttname"><a href="classgeos_1_1operation_1_1buffer_1_1BufferParameters.html">geos::operation::buffer::BufferParameters</a></div><div class="ttdoc">Contains the parameters which describe how a buffer should be constructed. </div><div class="ttdef"><b>Definition:</b> <a href="BufferParameters_8h_source.html#l00057">BufferParameters.h:57</a></div></div>
<div class="ttc" id="classgeos_1_1operation_1_1buffer_1_1BufferBuilder_html_a8d3a4a70193f95b181d5e8d51c8d10f2"><div class="ttname"><a href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a8d3a4a70193f95b181d5e8d51c8d10f2">geos::operation::buffer::BufferBuilder::setWorkingPrecisionModel</a></div><div class="ttdeci">void setWorkingPrecisionModel(const geom::PrecisionModel *pm)</div><div class="ttdef"><b>Definition:</b> <a href="BufferBuilder_8h_source.html#l00125">BufferBuilder.h:125</a></div></div>
<div class="ttc" id="classgeos_1_1operation_1_1buffer_1_1BufferBuilder_html_a7fcd9eff913c6edb06e48af61b56b9ae"><div class="ttname"><a href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a7fcd9eff913c6edb06e48af61b56b9ae">geos::operation::buffer::BufferBuilder::workingPrecisionModel</a></div><div class="ttdeci">const geom::PrecisionModel * workingPrecisionModel</div><div class="ttdef"><b>Definition:</b> <a href="BufferBuilder_8h_source.html#l00177">BufferBuilder.h:177</a></div></div>
<div class="ttc" id="classgeos_1_1operation_1_1buffer_1_1BufferBuilder_html"><div class="ttname"><a href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html">geos::operation::buffer::BufferBuilder</a></div><div class="ttdoc">Builds the buffer geometry for a given input geometry and precision model. </div><div class="ttdef"><b>Definition:</b> <a href="BufferBuilder_8h_source.html#l00088">BufferBuilder.h:88</a></div></div>
<div class="ttc" id="classgeos_1_1operation_1_1buffer_1_1BufferBuilder_html_a65ecd460185da1dcf1248b2471c33bca"><div class="ttname"><a href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a65ecd460185da1dcf1248b2471c33bca">geos::operation::buffer::BufferBuilder::setNoder</a></div><div class="ttdeci">void setNoder(noding::Noder *newNoder)</div><div class="ttdef"><b>Definition:</b> <a href="BufferBuilder_8h_source.html#l00138">BufferBuilder.h:138</a></div></div>
<div class="ttc" id="classgeos_1_1operation_1_1buffer_1_1BufferBuilder_html_a9d88040f7bdce508bcad6a5d31e3c4e6"><div class="ttname"><a href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#a9d88040f7bdce508bcad6a5d31e3c4e6">geos::operation::buffer::BufferBuilder::edgeList</a></div><div class="ttdeci">geomgraph::EdgeList edgeList</div><div class="ttdef"><b>Definition:</b> <a href="BufferBuilder_8h_source.html#l00187">BufferBuilder.h:187</a></div></div>
<div class="ttc" id="classgeos_1_1operation_1_1buffer_1_1BufferBuilder_html_aa49f06f07635d95eeea6ca1fbbaa57a0"><div class="ttname"><a href="classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html#aa49f06f07635d95eeea6ca1fbbaa57a0">geos::operation::buffer::BufferBuilder::workingNoder</a></div><div class="ttdeci">noding::Noder * workingNoder</div><div class="ttdef"><b>Definition:</b> <a href="BufferBuilder_8h_source.html#l00183">BufferBuilder.h:183</a></div></div>
<div class="ttc" id="classgeos_1_1geomgraph_1_1Edge_html"><div class="ttname"><a href="classgeos_1_1geomgraph_1_1Edge.html">geos::geomgraph::Edge</a></div><div class="ttdef"><b>Definition:</b> <a href="geomgraph_2Edge_8h_source.html#l00066">geomgraph/Edge.h:66</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>