struct mrpt::maps::OccGridCellTraits

Overview

The type of the map cells.

#include <mrpt/maps/OccupancyGridCellType.h>

struct OccGridCellTraits
{
    // typedefs

    typedef int16_t cellType;
    typedef uint16_t cellTypeUnsigned;
};