Loading [MathJax]/extensions/TeX/AMSsymbols.js
Open3D (C++ API)
0.18.0+252c867
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Variables
b
c
d
e
f
h
i
k
m
n
p
r
s
t
u
v
w
Typedefs
a
b
c
d
f
g
i
l
m
n
o
p
r
s
t
v
Enumerations
a
b
c
d
e
f
h
i
k
m
p
r
s
t
u
v
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
c
d
e
h
i
k
m
o
p
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
x
Functions
a
b
c
f
g
i
k
m
n
o
p
r
s
t
v
Variables
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
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
(252c867 (Sun May 5 05:39:34 2024 +0000))
#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(), \
row_splits.dim_size(0) - 1, row_splits.flat<int64_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:54
◆
REG_KB
#define REG_KB
(
type
)
Value:
REGISTER_KERNEL_BUILDER(Name(
"Open3DVoxelize"
) \
.Device(DEVICE_CPU) \
.TypeConstraint<type>(
"T"
), \
VoxelizeOpKernelCPU<type>
);
VoxelizeOpKernelCPU
Definition:
VoxelizeOpKernel.cpp:17
Generated by
1.9.1