Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
RadiusSearchOpKernel.cpp File Reference

Data Structures

class  RadiusSearchOpKernelCPU< T, TIndex >

Macros

#define REG_KB(type, itype)

Macro Definition Documentation

◆ REG_KB

#define REG_KB ( type,
itype )
Value:
REGISTER_KERNEL_BUILDER(Name("Open3DRadiusSearch") \
.Device(DEVICE_CPU) \
.TypeConstraint<type>("T") \
.TypeConstraint<itype>("index_dtype"), \
Definition RadiusSearchOpKernel.cpp:70