![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <PointStream.h>


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) |
Definition at line 154 of file PointStream.h.
| PLYOrientedPointStreamWithData< Real, Data >::PLYOrientedPointStreamWithData | ( | const char * | fileName, |
| const PlyProperty * | dataProperties, | ||
| int | dataPropertiesCount, | ||
| bool(*)(const bool *) | validationFunction = NULL |
||
| ) |
| PLYOrientedPointStreamWithData< Real, Data >::~PLYOrientedPointStreamWithData | ( | void | ) |
|
virtual |
Implements OrientedPointStreamWithData< Real, Data >.
|
virtual |
Implements OrientedPointStreamWithData< Real, Data >.