PostGIS
3.4.0dev-r@@SVN_REVISION@@
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
c
d
f
g
i
l
m
p
q
w
Variables
a
b
c
d
f
g
h
i
l
n
o
p
r
s
t
u
v
x
y
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
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
Variables
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
Enumerator
Properties
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
z
Variables
_
a
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
w
y
Typedefs
_
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
y
Enumerations
Enumerator
a
c
d
e
f
g
i
j
l
m
p
r
s
t
u
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Examples
►
PostGIS
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Pages
◆
rt_pixtype
enum
rt_pixtype
Enumerator
PT_1BB
PT_2BUI
PT_4BUI
PT_8BSI
PT_8BUI
PT_16BSI
PT_16BUI
PT_32BSI
PT_32BUI
PT_32BF
PT_64BF
PT_END
Definition at line
187
of file
librtcore.h
.
187
{
188
PT_1BB
=0,
/* 1-bit boolean */
189
PT_2BUI
=1,
/* 2-bit unsigned integer */
190
PT_4BUI
=2,
/* 4-bit unsigned integer */
191
PT_8BSI
=3,
/* 8-bit signed integer */
192
PT_8BUI
=4,
/* 8-bit unsigned integer */
193
PT_16BSI
=5,
/* 16-bit signed integer */
194
PT_16BUI
=6,
/* 16-bit unsigned integer */
195
PT_32BSI
=7,
/* 32-bit signed integer */
196
PT_32BUI
=8,
/* 32-bit unsigned integer */
197
PT_32BF
=10,
/* 32-bit float */
198
PT_64BF
=11,
/* 64-bit float */
199
PT_END
=13
200
}
rt_pixtype
;
rt_pixtype
rt_pixtype
Definition:
librtcore.h:187
PT_32BUI
@ PT_32BUI
Definition:
librtcore.h:196
PT_2BUI
@ PT_2BUI
Definition:
librtcore.h:189
PT_32BSI
@ PT_32BSI
Definition:
librtcore.h:195
PT_END
@ PT_END
Definition:
librtcore.h:199
PT_4BUI
@ PT_4BUI
Definition:
librtcore.h:190
PT_32BF
@ PT_32BF
Definition:
librtcore.h:197
PT_1BB
@ PT_1BB
Definition:
librtcore.h:188
PT_16BUI
@ PT_16BUI
Definition:
librtcore.h:194
PT_8BSI
@ PT_8BSI
Definition:
librtcore.h:191
PT_16BSI
@ PT_16BSI
Definition:
librtcore.h:193
PT_64BF
@ PT_64BF
Definition:
librtcore.h:198
PT_8BUI
@ PT_8BUI
Definition:
librtcore.h:192
raster
rt_core
librtcore.h
Generated by
1.9.1