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

Go to the source code of this file.

Classes

class  geos::geom::LineSegment
 
struct  geos::geom::LineSegment::HashCode
 

Namespaces

 geos
 Basic namespace for all GEOS functionalities.
 
 geos::geom
 

Functions

std::ostream & geos::geom::operator<< (std::ostream &o, const LineSegment &l)
 
bool geos::geom::operator== (const LineSegment &a, const LineSegment &b)
 Checks if two LineSegment are equal (2D only check) More...