#include "lidar/Types.h"#include "lidar/Object.h"#include "lidar/PointData.h"#include "lidar/ProgressDelegate.h"Go to the source code of this file.
Classes | |
| class | PointIterator |
| PointIterator is the base class for accessing the point cloud. More... | |
Defines | |
| #define | CONCRETE_ITERATOR(classname) |
| #define CONCRETE_ITERATOR | ( | classname | ) |
DISABLE_COPY(classname); \ public: \ static classname *create(void) \ { \ return new classname(); \ }
Definition at line 93 of file PointIterator.h.
| LizardTech |