Open3D (C++ API)  0.15.1
Data Structures | Macros
InvertNeighborsListOpKernel.cpp File Reference
#include "InvertNeighborsListOpKernel.h"
#include "open3d/ml/impl/misc/InvertNeighborsList.h"

Data Structures

class  InvertNeighborsListOpKernelCPU< TIndex, TAttr >
 

Macros

#define REG_KB(type, attrtype)
 

Macro Definition Documentation

◆ REG_KB

#define REG_KB (   type,
  attrtype 
)
Value:
REGISTER_KERNEL_BUILDER(Name("Open3DInvertNeighborsList") \
.Device(DEVICE_CPU) \
.TypeConstraint<type>("TIndex") \
.TypeConstraint<attrtype>("TAttr"), \
Definition: InvertNeighborsListOpKernel.cpp:36