ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
MemoryOrientedPointStream< Real > Class Template Reference

#include <PointStream.h>

Inheritance diagram for MemoryOrientedPointStream< Real >:
Collaboration diagram for MemoryOrientedPointStream< Real >:

Public Member Functions

 MemoryOrientedPointStream (size_t pointCount, const OrientedPoint3D< Real > *points)
 
 ~MemoryOrientedPointStream (void)
 
void reset (void)
 
bool nextPoint (OrientedPoint3D< Real > &p)
 
- Public Member Functions inherited from OrientedPointStream< Real >
virtual ~OrientedPointStream (void)
 

Detailed Description

template<class Real>
class MemoryOrientedPointStream< Real >

Definition at line 60 of file PointStream.h.

Constructor & Destructor Documentation

◆ MemoryOrientedPointStream()

template<class Real >
MemoryOrientedPointStream< Real >::MemoryOrientedPointStream ( size_t  pointCount,
const OrientedPoint3D< Real > *  points 
)

◆ ~MemoryOrientedPointStream()

template<class Real >
MemoryOrientedPointStream< Real >::~MemoryOrientedPointStream ( void  )

Member Function Documentation

◆ nextPoint()

template<class Real >
bool MemoryOrientedPointStream< Real >::nextPoint ( OrientedPoint3D< Real > &  p)
virtual

◆ reset()

template<class Real >
void MemoryOrientedPointStream< Real >::reset ( void  )
virtual

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