Open3D (C++ API)  0.18.0
Data Structures | Macros
RadiusSearchOpKernel.cpp File Reference

(b9e049c (Sun Dec 31 11:36:26 2023 -0800))

#include "RadiusSearchOpKernel.h"
#include "open3d/core/nns/NanoFlannImpl.h"

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