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

#include <PointStream.h>

Inheritance diagram for BinaryOrientedPointStreamWithData< Real, Data >:
Collaboration diagram for BinaryOrientedPointStreamWithData< Real, Data >:

Public Member Functions

 BinaryOrientedPointStreamWithData (const char *filename)
 
 ~BinaryOrientedPointStreamWithData (void)
 
void reset (void)
 
bool nextPoint (OrientedPoint3D< Real > &p, Data &d)
 
- Public Member Functions inherited from OrientedPointStreamWithData< Real, Data >
virtual ~OrientedPointStreamWithData (void)
 
virtual bool nextPoint (OrientedPoint3D< Real > &p)
 
- Public Member Functions inherited from OrientedPointStream< Real >
virtual ~OrientedPointStream (void)
 

Detailed Description

template<class Real, class Data>
class BinaryOrientedPointStreamWithData< Real, Data >

Definition at line 123 of file PointStream.h.

Constructor & Destructor Documentation

◆ BinaryOrientedPointStreamWithData()

template<class Real , class Data >
BinaryOrientedPointStreamWithData< Real, Data >::BinaryOrientedPointStreamWithData ( const char *  filename)

◆ ~BinaryOrientedPointStreamWithData()

template<class Real , class Data >
BinaryOrientedPointStreamWithData< Real, Data >::~BinaryOrientedPointStreamWithData ( void  )

Member Function Documentation

◆ nextPoint()

template<class Real , class Data >
bool BinaryOrientedPointStreamWithData< Real, Data >::nextPoint ( OrientedPoint3D< Real > &  p,
Data &  d 
)
virtual

◆ reset()

template<class Real , class Data >
void BinaryOrientedPointStreamWithData< Real, Data >::reset ( void  )
virtual

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