[geos-commits] r3332 - trunk/include/geos/geomgraph/index

svn_geos at osgeo.org svn_geos at osgeo.org
Fri May 6 14:51:46 EDT 2011


Author: strk
Date: 2011-05-06 11:51:46 -0700 (Fri, 06 May 2011)
New Revision: 3332

Modified:
   trunk/include/geos/geomgraph/index/MonotoneChain.h
Log:
Describe MonotoneChain

Modified: trunk/include/geos/geomgraph/index/MonotoneChain.h
===================================================================
--- trunk/include/geos/geomgraph/index/MonotoneChain.h	2011-05-06 18:51:37 UTC (rev 3331)
+++ trunk/include/geos/geomgraph/index/MonotoneChain.h	2011-05-06 18:51:46 UTC (rev 3332)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: geomgraph/index/MonotoneChain.java rev. 1.3 (JTS-1.7)
+ *
  **********************************************************************/
 
 #ifndef GEOS_GEOMGRAPH_INDEX_MONOTONECHAIN_H
@@ -25,10 +29,8 @@
 // Forward declarations
 namespace geos {
 	namespace geomgraph {
-		class Edge;
 		namespace index {
 			class SegmentIntersector;
-			//class MonotoneChainEdge; 
 		}
 	}
 }
@@ -38,7 +40,7 @@
 namespace index { // geos::geomgraph::index
 
 /**
- * Last port: geomgraph/index/MonotoneChain.java rev. 1.3 (JTS-1.7)
+ * A chain in a MonotoneChainEdge
  */
 class GEOS_DLL MonotoneChain: public SweepLineEventOBJ {
 private:



More information about the geos-commits mailing list