Open3D (C++ API)
0.12.0
Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
c
d
e
f
h
i
k
m
n
p
r
s
t
u
v
w
+
Typedefs
a
b
c
d
g
i
l
m
o
p
r
s
t
v
Enumerations
+
Enumerator
a
c
d
f
g
h
k
l
m
n
r
s
+
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
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
e
i
k
m
r
s
t
v
w
+
Enumerations
a
c
d
e
f
g
i
l
m
p
q
r
s
t
w
+
Enumerator
a
b
d
f
h
i
l
m
n
o
p
r
s
u
v
w
Related Functions
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Functions
a
b
c
f
g
i
k
m
n
o
p
r
s
t
v
+
Variables
b
c
d
e
f
h
i
n
o
p
s
t
u
v
w
Typedefs
Enumerations
Enumerator
+
Macros
_
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
cpp
open3d
ml
tensorflow
misc
Data Structures
|
Macros
VoxelizeOpKernel.cpp File Reference
(313315d (Wed Dec 23 23:39:47 2020 -0800))
#include "
VoxelizeOpKernel.h
"
#include "
open3d/ml/impl/misc/Voxelize.h
"
Data Structures
class
VoxelizeOpKernelCPU< T >
Macros
#define
CASE
(NDIM)
#define
REG_KB
(
type
)
Macro Definition Documentation
◆
CASE
#define CASE
(
NDIM
)
Value:
case
NDIM: \
VoxelizeCPU<T, NDIM>(
points
.dim_size(0),
points
.flat<T>().
data
(), \
voxel_size.flat<T>().
data
(), \
points_range_min.flat<T>().
data
(), \
points_range_max.flat<T>().
data
(), \
max_points_per_voxel, max_voxels, \
output_allocator); \
break;
points
int points
Definition:
FilePCD.cpp:73
open3d::io::k4a_plugin::data
const char const char value recording_handle imu_sample recording_handle uint8_t data
Definition:
K4aPlugin.cpp:274
◆
REG_KB
#define REG_KB
(
type
)
Value:
REGISTER_KERNEL_BUILDER(Name(
"Open3DVoxelize"
) \
.Device(DEVICE_CPU) \
.TypeConstraint<type>(
"T"
), \
VoxelizeOpKernelCPU<type>
);
VoxelizeOpKernelCPU
Definition:
VoxelizeOpKernel.cpp:36
Generated by
1.8.13