Apollo  6.0
Open source self driving car software
Public Member Functions | Public Attributes | List of all members
apollo::perception::common::Edge Struct Reference

#include <graph_segmentor.h>

Collaboration diagram for apollo::perception::common::Edge:
Collaboration graph

Public Member Functions

bool operator< (const Edge &other) const
 

Public Attributes

float w = 0.0f
 
int a = 0
 
int b = 0
 

Member Function Documentation

◆ operator<()

bool apollo::perception::common::Edge::operator< ( const Edge other) const
inline

Member Data Documentation

◆ a

int apollo::perception::common::Edge::a = 0

◆ b

int apollo::perception::common::Edge::b = 0

◆ w

float apollo::perception::common::Edge::w = 0.0f

The documentation for this struct was generated from the following file: