Open3D (C++ API)  0.20.0
Loading...
Searching...
No Matches
Functions
BallQueryKernelCPU.cpp File Reference

(d32b4fc (Mon Sep 14 15:46:25 2026 -0700))

#include <tbb/blocked_range.h>
#include <tbb/parallel_for.h>
#include <algorithm>
#include "open3d/ml/pytorch/pointnet/BallQueryKernel.h"

Functions

void ball_query_launcher_cpu (int b, int n, int m, float radius, int nsample, const float *new_xyz, const float *xyz, int *idx)
 

Function Documentation

◆ ball_query_launcher_cpu()

void ball_query_launcher_cpu ( int  b,
int  n,
int  m,
float  radius,
int  nsample,
const float *  new_xyz,
const float *  xyz,
int *  idx 
)