~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to source/headers/geos/geomgraphindex.h

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2006-11-06 21:35:52 UTC
  • mfrom: (3.1.3 feisty)
  • Revision ID: james.westby@ubuntu.com-20061106213552-m03o92ggj1na737b
Tags: 2.2.3-3
debian/control: move doxygen from build-depends-indep to build-depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**********************************************************************
2
 
 * $Id: geomgraphindex.h,v 1.3 2004/07/19 13:19:31 strk Exp $
 
2
 * $Id: geomgraphindex.h,v 1.3.4.1 2006/04/03 11:05:05 strk Exp $
3
3
 *
4
4
 * GEOS - Geometry Engine Open Source
5
5
 * http://geos.refractions.net
13
13
 *
14
14
 **********************************************************************
15
15
 * $Log: geomgraphindex.h,v $
 
16
 * Revision 1.3.4.1  2006/04/03 11:05:05  strk
 
17
 * Back-ported DELETE=>DELETE_ENVENT and INSERT=>INSERT_EVENT
 
18
 * labels rename for SweepLineEvent classes.
 
19
 *
16
20
 * Revision 1.3  2004/07/19 13:19:31  strk
17
21
 * Documentation fixes
18
22
 *
137
141
class SweepLineEvent{
138
142
public:
139
143
        enum {
140
 
                INSERT=1,
141
 
                DELETE
 
144
                INSERT_EVENT=1,
 
145
                DELETE_EVENT
142
146
        };
143
147
        SweepLineEvent(void* newEdgeSet,double x,SweepLineEvent *newInsertEvent,SweepLineEventOBJ *newObj);
144
148
        virtual ~SweepLineEvent();