line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
#pragma once |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
#include |
4
|
|
|
|
|
|
|
#include |
5
|
|
|
|
|
|
|
#include |
6
|
|
|
|
|
|
|
#include |
7
|
|
|
|
|
|
|
#include |
8
|
|
|
|
|
|
|
#include |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
namespace xs { |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
template <> |
14
|
|
|
|
|
|
|
struct Typemap: TypemapObject{ |
15
|
4
|
|
|
|
|
|
static panda::string_view package() {return "Geo::Geos::Index::MonotoneChain"; } |
16
|
|
|
|
|
|
|
}; |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
template <> |
19
|
|
|
|
|
|
|
struct Typemap: TypemapObject{ |
20
|
4
|
|
|
|
|
|
static panda::string_view package() {return "Geo::Geos::Index::MonotoneChainOverlapAction"; } |
21
|
|
|
|
|
|
|
}; |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
// DynamicCast is needed for STRtree |
24
|
|
|
|
|
|
|
template |
25
|
|
|
|
|
|
|
struct Typemap : TypemapObject { |
26
|
|
|
|
|
|
|
static panda::string_view package() {return "Geo::Geos::Index::SpatialIndex"; } |
27
|
|
|
|
|
|
|
}; |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
template <> |
30
|
|
|
|
|
|
|
struct Typemap: Typemap{ |
31
|
4
|
|
|
|
|
|
static panda::string_view package() {return "Geo::Geos::Index::Quadtree"; } |
32
|
|
|
|
|
|
|
}; |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
template <> |
35
|
|
|
|
|
|
|
struct Typemap: Typemap{ |
36
|
4
|
|
|
|
|
|
static panda::string_view package() {return "Geo::Geos::Index::STRtree"; } |
37
|
|
|
|
|
|
|
}; |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
} |