GEOS  3.9.1dev
Classes | Namespaces | Functions
planargraph/Node.h File Reference
#include <geos/export.h>
#include <geos/planargraph/GraphComponent.h>
#include <geos/planargraph/DirectedEdgeStar.h>
#include <geos/geom/Coordinate.h>
Include dependency graph for planargraph/Node.h:

Go to the source code of this file.

Classes

class  geos::planargraph::Node
 A node in a PlanarGraph is a location where 0 or more Edge meet. More...
 

Namespaces

 geos
 Basic namespace for all GEOS functionalities.
 
 geos::planargraph
 Contains classes to implement a planar graph data structure.
 

Functions

std::ostream & geos::planargraph::operator<< (std::ostream &os, const Node &n)
 Print a Node. More...