#ifndef POINTCLOUDITERATOR_H #define POINTCLOUDITERATOR_H class PointCloudIterator { public: PointCloudIterator(); }; #endif // POINTCLOUDITERATOR_H