MrSID Decode SDK for LiDAR Reference Manual  1.1.2.4045
PointIterator.h File Reference
#include "lidar/Types.h"
#include "lidar/Object.h"
#include "lidar/PointData.h"
#include "lidar/ProgressDelegate.h"
Include dependency graph for PointIterator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PointIterator
 PointIterator is the base class for accessing the point cloud. More...
 

Macros

#define CONCRETE_ITERATOR(classname)
 

Macro Definition Documentation

#define CONCRETE_ITERATOR (   classname)
Value:
DISABLE_COPY(classname); \
public: \
static classname *create(void) \
{ \
return new classname(); \
}

Definition at line 93 of file PointIterator.h.


LizardTech