GEOS  3.6.2
EdgeEndBundleStar.h
00001 /**********************************************************************
00002  *
00003  * GEOS - Geometry Engine Open Source
00004  * http://geos.osgeo.org
00005  *
00006  * Copyright (C) 2006 Refractions Research Inc.
00007  *
00008  * This is free software; you can redistribute and/or modify it under
00009  * the terms of the GNU Lesser General Public Licence as published
00010  * by the Free Software Foundation. 
00011  * See the COPYING file for more information.
00012  *
00013  **********************************************************************
00014  *
00015  * Last port: operation/relate/EdgeEndBundleStar.java rev. 1.13 (JTS-1.10)
00016  *
00017  **********************************************************************/
00018 
00019 #ifndef GEOS_OP_RELATE_EDGEENDBUNDLESTAR_H
00020 #define GEOS_OP_RELATE_EDGEENDBUNDLESTAR_H
00021 
00022 #include <geos/export.h>
00023 
00024 #include <geos/geomgraph/EdgeEndStar.h> // for EdgeEndBundleStar inheritance
00025 
00026 // Forward declarations
00027 namespace geos {
00028         namespace geom {
00029                 class IntersectionMatrix;
00030         }
00031         namespace geomgraph {
00032                 class EdgeEnd;
00033         }
00034 }
00035 
00036 
00037 namespace geos {
00038 namespace operation { // geos::operation
00039 namespace relate { // geos::operation::relate
00040 
00048 class GEOS_DLL EdgeEndBundleStar: public geomgraph::EdgeEndStar {
00049 public:
00050 
00052         EdgeEndBundleStar() {}
00053         
00054         virtual ~EdgeEndBundleStar();
00055         void insert(geomgraph::EdgeEnd *e);
00056 
00060         void updateIM(geom::IntersectionMatrix& im);
00061 };
00062 
00063 
00064 } // namespace geos:operation:relate
00065 } // namespace geos:operation
00066 } // namespace geos
00067 
00068 #endif // GEOS_OP_RELATE_EDGEENDBUNDLESTAR_H