struct mp2p_icp_filters::PointCloudToVoxelGrid::Impl

Overview

struct Impl
{
    // fields

    tsl::robin_map<indices_t, voxel_t, IndicesHash> pts_voxels;
};