Open3D (C++ API)  0.18.0+5c982c7
Public Member Functions | Data Fields
open3d::geometry::poisson::Open3DPointStream< Real > Class Template Reference
Inheritance diagram for open3d::geometry::poisson::Open3DPointStream< Real >:

Public Member Functions

 Open3DPointStream (const open3d::geometry::PointCloud *pcd)
 
void reset (void)
 
bool nextPoint (Point< Real, 3 > &p, Open3DData &d)
 

Data Fields

const open3d::geometry::PointCloudpcd_
 
XForm< Real, 4 > * xform_
 
size_t current_
 

Constructor & Destructor Documentation

◆ Open3DPointStream()

template<typename Real >
open3d::geometry::poisson::Open3DPointStream< Real >::Open3DPointStream ( const open3d::geometry::PointCloud pcd)
inline

Member Function Documentation

◆ nextPoint()

template<typename Real >
bool open3d::geometry::poisson::Open3DPointStream< Real >::nextPoint ( Point< Real, 3 > &  p,
Open3DData d 
)
inline

◆ reset()

template<typename Real >
void open3d::geometry::poisson::Open3DPointStream< Real >::reset ( void  )
inline

Field Documentation

◆ current_

template<typename Real >
size_t open3d::geometry::poisson::Open3DPointStream< Real >::current_

◆ pcd_

template<typename Real >
const open3d::geometry::PointCloud* open3d::geometry::poisson::Open3DPointStream< Real >::pcd_

◆ xform_

template<typename Real >
XForm<Real, 4>* open3d::geometry::poisson::Open3DPointStream< Real >::xform_

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