GEOS  3.9.1dev
Classes | Namespaces | Functions
EdgeIntersection.h File Reference
#include <geos/export.h>
#include <geos/geom/Coordinate.h>
#include <geos/inline.h>
#include <ostream>
Include dependency graph for EdgeIntersection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  geos::geomgraph::EdgeIntersection
 Represents a point on an edge which intersects with another edge. More...
 
struct  geos::geomgraph::EdgeIntersectionLessThen
 

Namespaces

 geos
 Basic namespace for all GEOS functionalities.
 
 geos::geomgraph
 Contains classes that implement topology graphs.
 

Functions

bool geos::geomgraph::operator< (const EdgeIntersection &ei1, const EdgeIntersection &ei2)
 
std::ostream & geos::geomgraph::operator<< (std::ostream &os, const EdgeIntersection &e)
 Output operator. More...