Open3D (C++ API)  0.18.0
Public Member Functions
open3d::ml::impl::Adaptor< T > Class Template Reference

Adaptor for nanoflann. More...

#include <NeighborSearchCommon.h>

Public Member Functions

 Adaptor (size_t num_points, const T *const data)
 
size_t kdtree_get_point_count () const
 
kdtree_get_pt (const size_t idx, int dim) const
 
template<class BBOX >
bool kdtree_get_bbox (BBOX &) const
 

Detailed Description

template<class T>
class open3d::ml::impl::Adaptor< T >

Adaptor for nanoflann.

Constructor & Destructor Documentation

◆ Adaptor()

template<class T >
open3d::ml::impl::Adaptor< T >::Adaptor ( size_t  num_points,
const T *const  data 
)
inline

Member Function Documentation

◆ kdtree_get_bbox()

template<class T >
template<class BBOX >
bool open3d::ml::impl::Adaptor< T >::kdtree_get_bbox ( BBOX &  ) const
inline

◆ kdtree_get_point_count()

template<class T >
size_t open3d::ml::impl::Adaptor< T >::kdtree_get_point_count ( ) const
inline

◆ kdtree_get_pt()

template<class T >
T open3d::ml::impl::Adaptor< T >::kdtree_get_pt ( const size_t  idx,
int  dim 
) const
inline

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