#include <srr_utils.h>
Definition at line 65 of file srr_utils.h.
◆ Vertex()
multi_robot_router::Vertex::Vertex |
( |
const Segment & |
_seg | ) |
|
◆ getPlanningPredecessors()
const std::vector< std::reference_wrapper< Vertex > > & multi_robot_router::Vertex::getPlanningPredecessors |
( |
| ) |
const |
◆ getPlanningSuccessors()
const std::vector< std::reference_wrapper< Vertex > > & multi_robot_router::Vertex::getPlanningSuccessors |
( |
| ) |
const |
◆ getSegment()
const Segment & multi_robot_router::Vertex::getSegment |
( |
| ) |
const |
◆ initNeighbours()
void multi_robot_router::Vertex::initNeighbours |
( |
std::vector< std::unique_ptr< Vertex >> & |
_sortedVertices, |
|
|
const uint32_t |
_minSegmentWidth = 0 |
|
) |
| |
◆ updateVertex()
void multi_robot_router::Vertex::updateVertex |
( |
const Vertex & |
_v | ) |
|
◆ collision
int32_t multi_robot_router::Vertex::collision = 0 |
◆ crossingPredecessor
bool multi_robot_router::Vertex::crossingPredecessor = false |
◆ crossingSuccessor
bool multi_robot_router::Vertex::crossingSuccessor = false |
◆ isWaitSegment
bool multi_robot_router::Vertex::isWaitSegment = false |
◆ potential
int32_t multi_robot_router::Vertex::potential = 0 |
◆ predecessor_
Vertex* multi_robot_router::Vertex::predecessor_ = NULL |
◆ predecessors_
std::vector<std::reference_wrapper<Vertex> > multi_robot_router::Vertex::predecessors_ |
|
private |
◆ segment_
const Segment& multi_robot_router::Vertex::segment_ |
|
private |
◆ successor_
Vertex* multi_robot_router::Vertex::successor_ = NULL |
◆ successors_
std::vector<std::reference_wrapper<Vertex> > multi_robot_router::Vertex::successors_ |
|
private |
◆ weight
int32_t multi_robot_router::Vertex::weight = 0 |
The documentation for this class was generated from the following files: