maliput
overlapping_type.h File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

 maliput
 Code in this file is inspired by: https://github.com/RobotLocomotion/drake/blob/master/common/text_logging.h.
 
 maliput::math
 Namespace to group basic mathematical and geometric support to maliput.
 

Enumerations

enum  OverlappingType : unsigned int { kDisjointed = 0, kIntersected = 1, kContained = 3 }
 Holds the possible overlapping types between regions. More...
 

Functions

OverlappingType operator| (const OverlappingType &first, const OverlappingType &second)
 
OverlappingType operator& (const OverlappingType &first, const OverlappingType &second)