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

#include <PointStream.h>

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

Public Member Functions

 ASCIIOrientedPointStreamWithData (const char *fileName, Data(*readData)(FILE *))
 
 ~ASCIIOrientedPointStreamWithData (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 ASCIIOrientedPointStreamWithData< Real, Data >

Definition at line 97 of file PointStream.h.

Constructor & Destructor Documentation

◆ ASCIIOrientedPointStreamWithData()

template<class Real , class Data >
ASCIIOrientedPointStreamWithData< Real, Data >::ASCIIOrientedPointStreamWithData ( const char *  fileName,
Data(*)(FILE *)  readData 
)

◆ ~ASCIIOrientedPointStreamWithData()

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

Member Function Documentation

◆ nextPoint()

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

◆ reset()

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

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