geos_390_docs/todo.html

72 lines
4.6 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: Todo List</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 class="current"><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><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Todo List </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt><a class="anchor" id="_todo000001"></a>Member <a class="el" href="classgeos_1_1geom_1_1Geometry.html#a6f4167b1d2e7723eae267a2041616cb5">geos::geom::Geometry::isWithinDistance</a> (const <a class="el" href="classgeos_1_1geom_1_1Geometry.html" title="Basic implementation of Geometry, constructed and destructed by GeometryFactory. ">Geometry</a> *geom, double cDistance) const </dt>
<dd>doesn't seem to need being virtual, make it concrete </dd>
<dt><a class="anchor" id="_todo000002"></a>Class <a class="el" href="classgeos_1_1geom_1_1IntersectionMatrix.html">geos::geom::IntersectionMatrix</a> </dt>
<dd>Suggestion: add equal and not-equal operator to this class. </dd>
<dt><a class="anchor" id="_todo000004"></a>Member <a class="el" href="classgeos_1_1geom_1_1IntersectionMatrix.html#a9099854f1742bd9f6f5df8d162aeebe2">geos::geom::IntersectionMatrix::add</a> (<a class="el" href="classgeos_1_1geom_1_1IntersectionMatrix.html" title="Implementation of Dimensionally Extended Nine-Intersection Model (DE-9IM) matrix. ...">IntersectionMatrix</a> *other)</dt>
<dd>Why the 'other' matrix is not passed by const-reference? </dd>
<dt><a class="anchor" id="_todo000003"></a>Member <a class="el" href="classgeos_1_1geom_1_1IntersectionMatrix.html#ac3aa00f37dfbfe77ca8adda385c98ff7">geos::geom::IntersectionMatrix::IntersectionMatrix</a> (const <a class="el" href="classgeos_1_1geom_1_1IntersectionMatrix.html" title="Implementation of Dimensionally Extended Nine-Intersection Model (DE-9IM) matrix. ...">IntersectionMatrix</a> &amp;other)</dt>
<dd>Add assignment operator to make this class fully copyable. </dd>
<dt><a class="anchor" id="_todo000005"></a>Member <a class="el" href="classgeos_1_1geom_1_1IntersectionMatrix.html#aea3ead46c5fe03b678ef6b77bfbce728">geos::geom::IntersectionMatrix::transpose</a> ()</dt>
<dd><p class="startdd">It returns 'this' pointer so why not to return const-pointer? </p>
<p class="enddd">May be it would be better to return copy of transposed matrix? </p>
</dd>
<dt><a class="anchor" id="_todo000006"></a>Member <a class="el" href="classgeos_1_1geom_1_1prep_1_1PreparedLineStringIntersects.html#a54c25312a16465abd9ee19cdb3471c1a">geos::geom::prep::PreparedLineStringIntersects::PreparedLineStringIntersects</a> (<a class="el" href="classgeos_1_1geom_1_1prep_1_1PreparedLineString.html" title="A prepared version of LinearRing, LineString or MultiLineString geometries. ">PreparedLineString</a> &amp;prep)</dt>
<dd>FIXME - mloskot: Why not taking linestring through const reference? </dd>
<dt><a class="anchor" id="_todo000007"></a>Class <a class="el" href="classgeos_1_1index_1_1strtree_1_1ItemBoundable.html">geos::index::strtree::ItemBoundable</a> </dt>
<dd>TODO: It's unclear who takes ownership of passed newBounds and newItem objects. </dd>
</dl>
</div></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>