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

#include <PointStream.h>

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

Public Member Functions

 PLYOrientedPointStreamWithData (const char *fileName, const PlyProperty *dataProperties, int dataPropertiesCount, bool(*validationFunction)(const bool *)=NULL)
 
 ~PLYOrientedPointStreamWithData (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 PLYOrientedPointStreamWithData< Real, Data >

Definition at line 154 of file PointStream.h.

Constructor & Destructor Documentation

◆ PLYOrientedPointStreamWithData()

template<class Real , class Data >
PLYOrientedPointStreamWithData< Real, Data >::PLYOrientedPointStreamWithData ( const char *  fileName,
const PlyProperty dataProperties,
int  dataPropertiesCount,
bool(*)(const bool *)  validationFunction = NULL 
)

◆ ~PLYOrientedPointStreamWithData()

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

Member Function Documentation

◆ nextPoint()

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

◆ reset()

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

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