#include <LabelledPoint.h>
Public Member Functions | |
LabelledPoint () | |
LabelledPoint (Location location, CityObjectLabel label) | |
MSGPACK_DEFINE_ARRAY (_location, _label) | |
Public Attributes | |
CityObjectLabel | _label |
Location | _location |
Definition at line 16 of file LabelledPoint.h.
|
inline |
Definition at line 18 of file LabelledPoint.h.
|
inline |
Definition at line 19 of file LabelledPoint.h.
CityObjectLabel carla::rpc::LabelledPoint::_label |
Definition at line 25 of file LabelledPoint.h.
Location carla::rpc::LabelledPoint::_location |
Definition at line 23 of file LabelledPoint.h.