struct mrpt::maps::OccGridCellTraits

#include <mrpt/maps/OccupancyGridCellType.h>

struct OccGridCellTraits
{
    // typedefs

    typedef int16_t cellType;
    typedef uint16_t cellTypeUnsigned;
};