GRASS GIS 8 Programmer's Manual
8.5.0dev(2025)-eb16a2cfc9
Main Page
Related Pages
Data Structures
Data Structures
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
y
Enumerations
a
c
d
e
h
i
j
l
m
n
o
p
r
s
t
v
y
Enumerator
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
split.h
Go to the documentation of this file.
1
/****************************************************************************
2
* MODULE: R-Tree library
3
*
4
* AUTHOR(S): Antonin Guttman - original code
5
* Daniel Green (green@superliminal.com) - major clean-up
6
* and implementation of bounding spheres
7
* Markus Metz - file-based and memory-based R*-tree
8
*
9
* PURPOSE: Multidimensional index
10
*
11
* COPYRIGHT: (C) 2010 by the GRASS Development Team
12
*
13
* This program is free software under the GNU General Public
14
* License (>=v2). Read the file COPYING that comes with GRASS
15
* for details.
16
*****************************************************************************/
17
18
/*-----------------------------------------------------------------------------
19
| Definitions and global variables.
20
-----------------------------------------------------------------------------*/
21
22
/* METHOD 0: R-Tree, quadratic split */
23
/* METHOD 1: R*-Tree split */
24
#define METHOD 1
25
26
void
RTreeInitPVars
(
struct
RTree_PartitionVars
*,
int
,
int
,
struct
RTree
*);
RTreeInitPVars
void RTreeInitPVars(struct RTree_PartitionVars *, int, int, struct RTree *)
Definition:
split.c:155
RTree_PartitionVars
Definition:
rtree.h:114
RTree
Definition:
rtree.h:123
lib
vector
rtree
split.h
Generated on Wed May 28 2025 07:03:37 for GRASS GIS 8 Programmer's Manual by
1.9.1