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

#include <graph_segmentor.h>

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

Public Member Functions

 GraphSegmentor ()=default
 
 ~GraphSegmentor ()=default
 
void Init (const float initial_threshold)
 
void SegmentGraph (const int num_vertices, const int num_edges, Edge *edges, bool need_sort=true)
 
Universemutable_universe ()
 
const Universeuniverse ()
 

Constructor & Destructor Documentation

◆ GraphSegmentor()

apollo::perception::common::GraphSegmentor::GraphSegmentor ( )
default

◆ ~GraphSegmentor()

apollo::perception::common::GraphSegmentor::~GraphSegmentor ( )
default

Member Function Documentation

◆ Init()

void apollo::perception::common::GraphSegmentor::Init ( const float  initial_threshold)

◆ mutable_universe()

Universe* apollo::perception::common::GraphSegmentor::mutable_universe ( )
inline

◆ SegmentGraph()

void apollo::perception::common::GraphSegmentor::SegmentGraph ( const int  num_vertices,
const int  num_edges,
Edge edges,
bool  need_sort = true 
)

◆ universe()

const Universe& apollo::perception::common::GraphSegmentor::universe ( )
inline

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