Open3D (C++ API)  0.18.0
Public Member Functions | Protected Attributes
BallQueryOpKernel Class Referenceabstract

#include <BallQueryOpKernel.h>

Inheritance diagram for BallQueryOpKernel:

Public Member Functions

 BallQueryOpKernel (tensorflow::OpKernelConstruction *construction)
 
void Compute (tensorflow::OpKernelContext *context) override
 
virtual void Kernel (tensorflow::OpKernelContext *context, int b, int n, int m, float radius, int nsample, const float *new_xyz, const float *xyz, int *idx)=0
 

Protected Attributes

int nsample
 
float radius
 

Constructor & Destructor Documentation

◆ BallQueryOpKernel()

BallQueryOpKernel::BallQueryOpKernel ( tensorflow::OpKernelConstruction *  construction)
inlineexplicit

Member Function Documentation

◆ Compute()

void BallQueryOpKernel::Compute ( tensorflow::OpKernelContext *  context)
inlineoverride

◆ Kernel()

virtual void BallQueryOpKernel::Kernel ( tensorflow::OpKernelContext *  context,
int  b,
int  n,
int  m,
float  radius,
int  nsample,
const float *  new_xyz,
const float *  xyz,
int *  idx 
)
pure virtual

Field Documentation

◆ nsample

int BallQueryOpKernel::nsample
protected

◆ radius

float BallQueryOpKernel::radius
protected

The documentation for this class was generated from the following file: