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

#include <PointStream.h>

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

Public Member Functions

 BinaryOrientedPointStream (const char *filename)
 
 ~BinaryOrientedPointStream (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 BinaryOrientedPointStream< Real >

Definition at line 109 of file PointStream.h.

Constructor & Destructor Documentation

◆ BinaryOrientedPointStream()

template<class Real >
BinaryOrientedPointStream< Real >::BinaryOrientedPointStream ( const char *  filename)

◆ ~BinaryOrientedPointStream()

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

Member Function Documentation

◆ nextPoint()

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

◆ reset()

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

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