19 namespace TrackFindingCDC {
46 {
return std::abs(eRotation) <= 1; }
ERotation
Enumeration to represent the distinct possibilities of the right left passage information.
@ c_CounterClockwise
Constant for counter clockwise oriented circle.
@ c_Invalid
Constant for an invalid information.
@ c_Clockwise
Constant for clockwise oriented circle.
@ c_Unknown
For the orientation of a line.
ERotation reversed(ERotation eRotation)
Return the reversed rotation. Leaves ERotation::c_Invalid the same.
bool isValid(ERotation eRotation)
Check whether the given enum instance is one of the valid values.
Abstract base class for different kinds of events.