|
using | LaneSegmentBox = ObjectWithAABox< LaneInfo, apollo::common::math::LineSegment2d > |
|
using | LaneSegmentKDTree = apollo::common::math::AABoxKDTree2d< LaneSegmentBox > |
|
using | OverlapInfoConstPtr = std::shared_ptr< const OverlapInfo > |
|
using | LaneInfoConstPtr = std::shared_ptr< const LaneInfo > |
|
using | JunctionInfoConstPtr = std::shared_ptr< const JunctionInfo > |
|
using | SignalInfoConstPtr = std::shared_ptr< const SignalInfo > |
|
using | CrosswalkInfoConstPtr = std::shared_ptr< const CrosswalkInfo > |
|
using | StopSignInfoConstPtr = std::shared_ptr< const StopSignInfo > |
|
using | YieldSignInfoConstPtr = std::shared_ptr< const YieldSignInfo > |
|
using | ClearAreaInfoConstPtr = std::shared_ptr< const ClearAreaInfo > |
|
using | SpeedBumpInfoConstPtr = std::shared_ptr< const SpeedBumpInfo > |
|
using | RoadInfoConstPtr = std::shared_ptr< const RoadInfo > |
|
using | ParkingSpaceInfoConstPtr = std::shared_ptr< const ParkingSpaceInfo > |
|
using | RoadROIBoundaryPtr = std::shared_ptr< RoadROIBoundary > |
|
using | PolygonRoiPtr = std::shared_ptr< PolygonRoi > |
|
using | RoadRoiPtr = std::shared_ptr< RoadRoi > |
|
using | PNCJunctionInfoConstPtr = std::shared_ptr< const PNCJunctionInfo > |
|
using | RSUInfoConstPtr = std::shared_ptr< const RSUInfo > |
|
using | AreaInfoConstPtr = std::shared_ptr< const AreaInfo > |
|
using | BarrierGateInfoConstPtr = std::shared_ptr< const BarrierGateInfo > |
|
using | JunctionPolygonBox = ObjectWithAABox< JunctionInfo, apollo::common::math::Polygon2d > |
|
using | JunctionPolygonKDTree = apollo::common::math::AABoxKDTree2d< JunctionPolygonBox > |
|
using | AreaPolygonBox = ObjectWithAABox< AreaInfo, apollo::common::math::Polygon2d > |
|
using | AreaPolygonKDTree = apollo::common::math::AABoxKDTree2d< AreaPolygonBox > |
|
using | SignalSegmentBox = ObjectWithAABox< SignalInfo, apollo::common::math::LineSegment2d > |
|
using | SignalSegmentKDTree = apollo::common::math::AABoxKDTree2d< SignalSegmentBox > |
|
using | BarrierGateSegmentBox = ObjectWithAABox< BarrierGateInfo, apollo::common::math::LineSegment2d > |
|
using | BarrierGateSegmentKDTree = apollo::common::math::AABoxKDTree2d< BarrierGateSegmentBox > |
|
using | CrosswalkPolygonBox = ObjectWithAABox< CrosswalkInfo, apollo::common::math::Polygon2d > |
|
using | CrosswalkPolygonKDTree = apollo::common::math::AABoxKDTree2d< CrosswalkPolygonBox > |
|
using | StopSignSegmentBox = ObjectWithAABox< StopSignInfo, apollo::common::math::LineSegment2d > |
|
using | StopSignSegmentKDTree = apollo::common::math::AABoxKDTree2d< StopSignSegmentBox > |
|
using | YieldSignSegmentBox = ObjectWithAABox< YieldSignInfo, apollo::common::math::LineSegment2d > |
|
using | YieldSignSegmentKDTree = apollo::common::math::AABoxKDTree2d< YieldSignSegmentBox > |
|
using | ClearAreaPolygonBox = ObjectWithAABox< ClearAreaInfo, apollo::common::math::Polygon2d > |
|
using | ClearAreaPolygonKDTree = apollo::common::math::AABoxKDTree2d< ClearAreaPolygonBox > |
|
using | SpeedBumpSegmentBox = ObjectWithAABox< SpeedBumpInfo, apollo::common::math::LineSegment2d > |
|
using | SpeedBumpSegmentKDTree = apollo::common::math::AABoxKDTree2d< SpeedBumpSegmentBox > |
|
using | ParkingSpacePolygonBox = ObjectWithAABox< ParkingSpaceInfo, apollo::common::math::Polygon2d > |
|
using | ParkingSpacePolygonKDTree = apollo::common::math::AABoxKDTree2d< ParkingSpacePolygonBox > |
|
using | PNCJunctionPolygonBox = ObjectWithAABox< PNCJunctionInfo, apollo::common::math::Polygon2d > |
|
using | PNCJunctionPolygonKDTree = apollo::common::math::AABoxKDTree2d< PNCJunctionPolygonBox > |
|
using | JunctionBoundaryPtr = std::shared_ptr< JunctionBoundary > |
|
typedef struct apollo::hdmap::BadOrGoodPoseInfo | BadOrGoodPoseInfo |
|
typedef State | AlignmentAgentState |
|
typedef std::shared_ptr< std::vector< OneRecordChannelCheckResult > > | CheckedResult |
|
typedef std::vector< OneRecordChannelCheckResult >::iterator | CheckResultIterator |
|
typedef unsigned char | uchar |
|
typedef std::vector< GridMeta > | Grid |
|
typedef struct apollo::hdmap::Point3d | Point3d |
|
typedef struct apollo::hdmap::Centroid3D | Centroid3D |
|