#include <MapHelper.hpp>
Static Public Member Functions | |
static bool | equals (const RayTracingIndex &firstIndex, const RayTracingIndex &secondIndex) |
static bool | topologicalCompare (const RayTracingIndex &source, const RayTracingIndex &firstIndex, const RayTracingIndex &secondIndex) |
Public Attributes | |
int8_t | occupancy |
int32_t | x |
int32_t | y |
Definition at line 39 of file MapHelper.hpp.
static bool robot_model_services::RayTracingIndex::equals | ( | const RayTracingIndex & | firstIndex, |
const RayTracingIndex & | secondIndex | ||
) | [inline, static] |
Definition at line 52 of file MapHelper.hpp.
static bool robot_model_services::RayTracingIndex::topologicalCompare | ( | const RayTracingIndex & | source, |
const RayTracingIndex & | firstIndex, | ||
const RayTracingIndex & | secondIndex | ||
) | [inline, static] |
Definition at line 44 of file MapHelper.hpp.
Definition at line 42 of file MapHelper.hpp.
Definition at line 40 of file MapHelper.hpp.
Definition at line 41 of file MapHelper.hpp.