16 using Ptr = std::shared_ptr<PreprocessedFrame>;
17 using ConstPtr = std::shared_ptr<const PreprocessedFrame>;
23 int size()
const {
return points.size(); }
29 std::vector<double> times;
30 std::vector<double> intensities;
31 std::vector<Eigen::Vector4d> points;
34 std::vector<int> neighbors;
36 RawPoints::ConstPtr raw_points;