struct mrpt::maps::CPointsMap::InsertCtx::FloatFieldMapping

Overview

#include <mrpt/maps/CPointsMap.h>

struct FloatFieldMapping
{
    // fields

    const mrpt::aligned_std_vector<float>* src_buf = nullptr;
    mrpt::aligned_std_vector<float>* dst_buf = nullptr;
};