line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
/********************************************************************** |
2
|
|
|
|
|
|
|
* |
3
|
|
|
|
|
|
|
* GEOS - Geometry Engine Open Source |
4
|
|
|
|
|
|
|
* http://geos.osgeo.org |
5
|
|
|
|
|
|
|
* |
6
|
|
|
|
|
|
|
* Copyright (C) 2001-2002 Vivid Solutions Inc. |
7
|
|
|
|
|
|
|
* Copyright (C) 2006 Refractions Research Inc. |
8
|
|
|
|
|
|
|
* |
9
|
|
|
|
|
|
|
* This is free software; you can redistribute and/or modify it under |
10
|
|
|
|
|
|
|
* the terms of the GNU Lesser General Public Licence as published |
11
|
|
|
|
|
|
|
* by the Free Software Foundation. |
12
|
|
|
|
|
|
|
* See the COPYING file for more information. |
13
|
|
|
|
|
|
|
* |
14
|
|
|
|
|
|
|
********************************************************************** |
15
|
|
|
|
|
|
|
* |
16
|
|
|
|
|
|
|
* Utility header to retain a bit of backward compatibility. |
17
|
|
|
|
|
|
|
* Try to avoid including this header directly. |
18
|
|
|
|
|
|
|
* |
19
|
|
|
|
|
|
|
**********************************************************************/ |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
#ifndef GEOS_UTIL_H |
22
|
|
|
|
|
|
|
#define GEOS_UTIL_H |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
//#include |
25
|
|
|
|
|
|
|
#include |
26
|
|
|
|
|
|
|
#include |
27
|
|
|
|
|
|
|
#include |
28
|
|
|
|
|
|
|
//#include |
29
|
|
|
|
|
|
|
//#include |
30
|
|
|
|
|
|
|
//#include |
31
|
|
|
|
|
|
|
#include |
32
|
|
|
|
|
|
|
//#include |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
// |
35
|
|
|
|
|
|
|
// Private macros definition |
36
|
|
|
|
|
|
|
// |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
namespace geos |
39
|
|
|
|
|
|
|
{ |
40
|
|
|
|
|
|
|
template |
41
|
1
|
|
|
|
|
|
void ignore_unused_variable_warning(T const& ) {} |
42
|
|
|
|
|
|
|
} |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
#endif // GEOS_UTIL_H |