GEOS
3.12.0
include
geos
triangulate
quadedge
QuadEdgeLocator.h
1
/**********************************************************************
2
*
3
* GEOS - Geometry Engine Open Source
4
* http://geos.osgeo.org
5
*
6
* Copyright (C) 2012 Excensus LLC.
7
*
8
* This is free software; you can redistribute and/or modify it under
9
* the terms of the GNU Lesser General Licence as published
10
* by the Free Software Foundation.
11
* See the COPYING file for more information.
12
*
13
**********************************************************************
14
*
15
* Last port: triangulate/quadedge/QuadEdgeLocator.java r524
16
*
17
**********************************************************************/
18
19
#pragma once
20
21
namespace
geos
{
22
namespace
triangulate {
//geos.triangulate
23
namespace
quadedge {
//geos.triangulate.quadedge
24
25
class
Vertex;
26
class
QuadEdge;
27
39
class
QuadEdgeLocator
{
40
public
:
41
virtual
~
QuadEdgeLocator
() =
default
;
42
virtual
QuadEdge
* locate(
const
Vertex
& v) = 0;
//not implemented
43
};
44
45
}
//namespace geos.triangulate.quadedge
46
}
//namespace geos.triangulate
47
}
//namespace goes
48
geos::triangulate::quadedge::QuadEdge
A class that represents the edge data structure which implements the quadedge algebra.
Definition:
QuadEdge.h:53
geos::triangulate::quadedge::Vertex
Models a site (node) in a QuadEdgeSubdivision.
Definition:
Vertex.h:60
geos
Basic namespace for all GEOS functionalities.
Definition:
Angle.h:25
geos::triangulate::quadedge::QuadEdgeLocator
An interface for classes which locate an edge in a QuadEdgeSubdivision which either contains a given ...
Definition:
QuadEdgeLocator.h:39
Generated by
1.8.20