18 #ifndef IGNITION_RNDF_RNDFNODE_HH_ 19 #define IGNITION_RNDF_RNDFNODE_HH_ 31 class RNDFNodePrivate;
117 public:
bool operator==(
const RNDFNode &_other)
const;
122 public:
bool operator!=(
const RNDFNode &_other)
const;
131 private: std::unique_ptr<RNDFNodePrivate> dataPtr;
#define IGNITION_RNDF_VISIBLE
Use to represent "symbol visible" if supported.
Definition: Helpers.hh:55
Abstraction for representing road segments.
Definition: Segment.hh:82
A unique id of the form x.y.z, where x and z are positive numbers and y is a non-negative number (per...
Definition: UniqueId.hh:32
A class that represents a road lane composed by a set of waypoints.
Definition: Lane.hh:220
An RNDF node class.
Definition: RNDFNode.hh:40
An abstraction for representing areas within free vehicle movement is permitted.
Definition: Zone.hh:85
Definition: Checkpoint.hh:25
A reference point.
Definition: Waypoint.hh:42