Open3D (C++ API)  0.18.0
Public Member Functions | Data Fields
open3d::ml::contrib::PointCloud Struct Reference

#include <Cloud.h>

Public Member Functions

size_t kdtree_get_point_count () const
 
float kdtree_get_pt (const size_t idx, const size_t dim) const
 
template<class BBOX >
bool kdtree_get_bbox (BBOX &) const
 

Data Fields

std::vector< PointXYZpts
 

Member Function Documentation

◆ kdtree_get_bbox()

template<class BBOX >
bool open3d::ml::contrib::PointCloud::kdtree_get_bbox ( BBOX &  ) const
inline

◆ kdtree_get_point_count()

size_t open3d::ml::contrib::PointCloud::kdtree_get_point_count ( ) const
inline

◆ kdtree_get_pt()

float open3d::ml::contrib::PointCloud::kdtree_get_pt ( const size_t  idx,
const size_t  dim 
) const
inline

Field Documentation

◆ pts

std::vector<PointXYZ> open3d::ml::contrib::PointCloud::pts

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