struct mrpt::maps::CPointsMap::InsertCtx::UInt16FieldMapping

Overview

#include <mrpt/maps/CPointsMap.h>

struct UInt16FieldMapping
{
    // fields

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