~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to source/headers/geos/geomgraph.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: geomgraph.h,v 1.7 2004/11/20 15:46:45 strk Exp $
 
2
 * $Id: geomgraph.h,v 1.7.2.1 2005/06/26 09:40:19 strk Exp $
3
3
 *
4
4
 * GEOS - Geometry Engine Open Source
5
5
 * http://geos.refractions.net
385
385
        virtual string print();
386
386
        virtual const vector<double> &getZ() const;
387
387
        virtual void addZ(double);
 
388
        bool isIncidentEdgeInResult() const;
 
389
 
388
390
 
389
391
protected:
390
392
        Coordinate coord;
713
715
 
714
716
/**********************************************************************
715
717
 * $Log: geomgraph.h,v $
 
718
 * Revision 1.7.2.1  2005/06/26 09:40:19  strk
 
719
 * Backport of OverlayOp performance improvements
 
720
 *
716
721
 * Revision 1.7  2004/11/20 15:46:45  strk
717
722
 * Added composing Z management functions and elements for class Node
718
723
 *