~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to source/headers/geos/operation.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: operation.h,v 1.3 2004/11/17 08:13:16 strk Exp $
 
2
 * $Id: operation.h,v 1.3.2.1 2005/05/23 18:16:40 strk Exp $
3
3
 *
4
4
 * GEOS - Geometry Engine Open Source
5
5
 * http://geos.refractions.net
6
6
 *
7
7
 * Copyright (C) 2001-2002 Vivid Solutions Inc.
 
8
 * Copyright (C) 2005 Refractions Research Inc.
8
9
 *
9
10
 * This is free software; you can redistribute and/or modify it under
10
11
 * the terms of the GNU Lesser General Public Licence as published
17
18
#define GEOS_OPERATION_H
18
19
 
19
20
#include <memory>
20
 
//#include <iostream>
21
 
//#include <string>
22
21
#include <vector>
23
22
#include <map>
24
 
//#include <algorithm>
25
 
//#include "math.h"
26
23
#include <geos/platform.h>
27
24
#include <geos/geomgraph.h>
28
25
#include <geos/geom.h>
90
87
 
91
88
/**********************************************************************
92
89
 * $Log: operation.h,v $
 
90
 * Revision 1.3.2.1  2005/05/23 18:16:40  strk
 
91
 * more math.h to cmath conversions
 
92
 *
93
93
 * Revision 1.3  2004/11/17 08:13:16  strk
94
94
 * Indentation changes.
95
95
 * Some Z_COMPUTATION activated by default.