struct mola::HashedVoxelPointCloud::VoxelData

Overview

#include <HashedVoxelPointCloud.h>

struct VoxelData
{
    // structs

    struct PointSpan;

    // methods

    auto points() const;
    void insertPoint(const mrpt::math::TPoint3Df& p);
    size_t size() const;
};