EVOLUTION-MANAGER
Edit File: namespacegeos_1_1planargraph.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.5"/> <title>GEOS: geos::planargraph Namespace Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="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 style="padding-left: 0.5em;"> <div id="projectname">GEOS  <span id="projectnumber">3.5.0</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.5 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main Page</span></a></li> <li><a href="pages.html"><span>Related Pages</span></a></li> <li class="current"><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 id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="namespaces.html"><span>Namespace List</span></a></li> <li><a href="namespacemembers.html"><span>Namespace Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacegeos.html">geos</a></li><li class="navelem"><a class="el" href="namespacegeos_1_1planargraph.html">planargraph</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#namespaces">Namespaces</a> | <a href="#nested-classes">Classes</a> | <a href="#func-members">Functions</a> </div> <div class="headertitle"> <div class="title">geos::planargraph Namespace Reference</div> </div> </div><!--header--> <div class="contents"> <p>Contains classes to implement a planar graph data structure. <a href="#details">More...</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:namespacegeos_1_1planargraph_1_1algorithm"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegeos_1_1planargraph_1_1algorithm.html">algorithm</a></td></tr> <tr class="memdesc:namespacegeos_1_1planargraph_1_1algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Planargraph algorithms. <br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1planargraph_1_1DirectedEdge.html">DirectedEdge</a></td></tr> <tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Represents a directed edge in a <a class="el" href="classgeos_1_1planargraph_1_1PlanarGraph.html" title="Represents a directed graph which is embeddable in a planar surface. ">PlanarGraph</a>. <a href="classgeos_1_1planargraph_1_1DirectedEdge.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1planargraph_1_1DirectedEdgeStar.html">DirectedEdgeStar</a></td></tr> <tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">A sorted collection of <a class="el" href="classgeos_1_1planargraph_1_1DirectedEdge.html" title="Represents a directed edge in a PlanarGraph. ">DirectedEdge</a> which leave a <a class="el" href="classgeos_1_1planargraph_1_1Node.html" title="A node in a PlanarGraph is a location where 0 or more Edge meet. ">Node</a> in a <a class="el" href="classgeos_1_1planargraph_1_1PlanarGraph.html" title="Represents a directed graph which is embeddable in a planar surface. ">PlanarGraph</a>. <a href="classgeos_1_1planargraph_1_1DirectedEdgeStar.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1planargraph_1_1Edge.html">Edge</a></td></tr> <tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Represents an undirected edge of a <a class="el" href="classgeos_1_1planargraph_1_1PlanarGraph.html" title="Represents a directed graph which is embeddable in a planar surface. ">PlanarGraph</a>. <a href="classgeos_1_1planargraph_1_1Edge.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1planargraph_1_1GraphComponent.html">GraphComponent</a></td></tr> <tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">The base class for all graph component classes. <a href="classgeos_1_1planargraph_1_1GraphComponent.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1planargraph_1_1Node.html">Node</a></td></tr> <tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">A node in a <a class="el" href="classgeos_1_1planargraph_1_1PlanarGraph.html" title="Represents a directed graph which is embeddable in a planar surface. ">PlanarGraph</a> is a location where 0 or more <a class="el" href="classgeos_1_1planargraph_1_1Edge.html" title="Represents an undirected edge of a PlanarGraph. ">Edge</a> meet. <a href="classgeos_1_1planargraph_1_1Node.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1planargraph_1_1NodeMap.html">NodeMap</a></td></tr> <tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">A map of <a class="el" href="classgeos_1_1planargraph_1_1Node.html" title="A node in a PlanarGraph is a location where 0 or more Edge meet. ">Node</a>, indexed by the coordinate of the node. <a href="classgeos_1_1planargraph_1_1NodeMap.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1planargraph_1_1PlanarGraph.html">PlanarGraph</a></td></tr> <tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Represents a directed graph which is embeddable in a planar surface. <a href="classgeos_1_1planargraph_1_1PlanarGraph.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classgeos_1_1planargraph_1_1Subgraph.html">Subgraph</a></td></tr> <tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">A subgraph of a <a class="el" href="classgeos_1_1planargraph_1_1PlanarGraph.html" title="Represents a directed graph which is embeddable in a planar surface. ">PlanarGraph</a>. <a href="classgeos_1_1planargraph_1_1Subgraph.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> <tr class="memitem:a61c3e6d9a0fa669d1cca584030f92c68"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a61c3e6d9a0fa669d1cca584030f92c68"></a> bool </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegeos_1_1planargraph.html#a61c3e6d9a0fa669d1cca584030f92c68">pdeLessThan</a> (<a class="el" href="classgeos_1_1planargraph_1_1DirectedEdge.html">DirectedEdge</a> *first, <a class="el" href="classgeos_1_1planargraph_1_1DirectedEdge.html">DirectedEdge</a> *second)</td></tr> <tr class="memdesc:a61c3e6d9a0fa669d1cca584030f92c68"><td class="mdescLeft"> </td><td class="mdescRight">Strict Weak comparator function for containers. <br/></td></tr> <tr class="separator:a61c3e6d9a0fa669d1cca584030f92c68"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a0d3fb7cf1518ef4fd51731f97d7fcdb3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0d3fb7cf1518ef4fd51731f97d7fcdb3"></a> std::ostream & </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegeos_1_1planargraph.html#a0d3fb7cf1518ef4fd51731f97d7fcdb3">operator<<</a> (std::ostream &, const <a class="el" href="classgeos_1_1planargraph_1_1DirectedEdge.html">DirectedEdge</a> &)</td></tr> <tr class="memdesc:a0d3fb7cf1518ef4fd51731f97d7fcdb3"><td class="mdescLeft"> </td><td class="mdescRight">Output operator. <br/></td></tr> <tr class="separator:a0d3fb7cf1518ef4fd51731f97d7fcdb3"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a4288e7e185a32c17eec042b220e12966"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4288e7e185a32c17eec042b220e12966"></a> std::ostream & </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegeos_1_1planargraph.html#a4288e7e185a32c17eec042b220e12966">operator<<</a> (std::ostream &os, const <a class="el" href="classgeos_1_1planargraph_1_1Edge.html">Edge</a> &n)</td></tr> <tr class="memdesc:a4288e7e185a32c17eec042b220e12966"><td class="mdescLeft"> </td><td class="mdescRight">Print a <a class="el" href="classgeos_1_1planargraph_1_1Edge.html" title="Represents an undirected edge of a PlanarGraph. ">Edge</a>. <br/></td></tr> <tr class="separator:a4288e7e185a32c17eec042b220e12966"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a3ed7cf5ebafd3d5b2397444919d8762d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3ed7cf5ebafd3d5b2397444919d8762d"></a> std::ostream & </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacegeos_1_1planargraph.html#a3ed7cf5ebafd3d5b2397444919d8762d">operator<<</a> (std::ostream &os, const <a class="el" href="classgeos_1_1planargraph_1_1Node.html">Node</a> &n)</td></tr> <tr class="memdesc:a3ed7cf5ebafd3d5b2397444919d8762d"><td class="mdescLeft"> </td><td class="mdescRight">Print a <a class="el" href="classgeos_1_1planargraph_1_1Node.html" title="A node in a PlanarGraph is a location where 0 or more Edge meet. ">Node</a>. <br/></td></tr> <tr class="separator:a3ed7cf5ebafd3d5b2397444919d8762d"><td class="memSeparator" colspan="2"> </td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Contains classes to implement a planar graph data structure. </p> </div></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.5 </small></address> </body> </html>