ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
poisson::CloudViewerPointStream< Real > Class Template Reference
Inheritance diagram for poisson::CloudViewerPointStream< Real >:
Collaboration diagram for poisson::CloudViewerPointStream< Real >:

Public Member Functions

 CloudViewerPointStream (const ccPointCloud *pcd)
 
void reset (void)
 
bool nextPoint (Point< Real, 3 > &p, CloudViewerData &d)
 

Public Attributes

const ccPointCloudpcd_
 
XForm< Real, 4 > * xform_
 
size_t current_
 

Detailed Description

template<typename Real>
class poisson::CloudViewerPointStream< Real >

Definition at line 89 of file SurfaceReconstructionPoisson.cpp.

Constructor & Destructor Documentation

◆ CloudViewerPointStream()

template<typename Real >
poisson::CloudViewerPointStream< Real >::CloudViewerPointStream ( const ccPointCloud pcd)
inline

Definition at line 92 of file SurfaceReconstructionPoisson.cpp.

Member Function Documentation

◆ nextPoint()

template<typename Real >
bool poisson::CloudViewerPointStream< Real >::nextPoint ( Point< Real, 3 > &  p,
CloudViewerData d 
)
inline

◆ reset()

template<typename Real >
void poisson::CloudViewerPointStream< Real >::reset ( void  )
inline

Definition at line 94 of file SurfaceReconstructionPoisson.cpp.

Member Data Documentation

◆ current_

template<typename Real >
size_t poisson::CloudViewerPointStream< Real >::current_

Definition at line 126 of file SurfaceReconstructionPoisson.cpp.

◆ pcd_

template<typename Real >
const ccPointCloud* poisson::CloudViewerPointStream< Real >::pcd_

Definition at line 124 of file SurfaceReconstructionPoisson.cpp.

◆ xform_

template<typename Real >
XForm<Real, 4>* poisson::CloudViewerPointStream< Real >::xform_

Definition at line 125 of file SurfaceReconstructionPoisson.cpp.

Referenced by poisson::Execute().


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