#include <srr_utils.h>
|
const Eigen::Vector2d & | getEnd () const |
|
const std::vector< Eigen::Vector2d > & | getPoints () const |
|
const std::vector< uint32_t > & | getPredecessors () const |
|
uint32_t | getSegmentId () const |
|
const Eigen::Vector2d & | getStart () const |
|
const std::vector< uint32_t > & | getSuccessors () const |
|
float | length () const |
|
| Segment (const uint32_t &_id, const std::vector< Eigen::Vector2d > &_points, const std::vector< uint32_t > &_successors, const std::vector< uint32_t > &_predecessors, const float &_width) |
|
float | width () const |
|
Definition at line 41 of file srr_utils.h.
◆ Segment()
multi_robot_router::Segment::Segment |
( |
const uint32_t & |
_id, |
|
|
const std::vector< Eigen::Vector2d > & |
_points, |
|
|
const std::vector< uint32_t > & |
_successors, |
|
|
const std::vector< uint32_t > & |
_predecessors, |
|
|
const float & |
_width |
|
) |
| |
◆ getEnd()
const Eigen::Vector2d & multi_robot_router::Segment::getEnd |
( |
| ) |
const |
◆ getPoints()
const std::vector< Eigen::Vector2d > & multi_robot_router::Segment::getPoints |
( |
| ) |
const |
◆ getPredecessors()
const std::vector< uint32_t > & multi_robot_router::Segment::getPredecessors |
( |
| ) |
const |
◆ getSegmentId()
uint32_t multi_robot_router::Segment::getSegmentId |
( |
| ) |
const |
◆ getStart()
const Eigen::Vector2d & multi_robot_router::Segment::getStart |
( |
| ) |
const |
◆ getSuccessors()
const std::vector< uint32_t > & multi_robot_router::Segment::getSuccessors |
( |
| ) |
const |
◆ length()
float multi_robot_router::Segment::length |
( |
| ) |
const |
◆ width()
float multi_robot_router::Segment::width |
( |
| ) |
const |
◆ length_
float multi_robot_router::Segment::length_ |
|
private |
◆ points_
std::vector<Eigen::Vector2d> multi_robot_router::Segment::points_ |
|
private |
◆ predecessors_
std::vector<uint32_t> multi_robot_router::Segment::predecessors_ |
|
private |
◆ segmentId_
uint32_t multi_robot_router::Segment::segmentId_ |
|
private |
◆ successors_
std::vector<uint32_t> multi_robot_router::Segment::successors_ |
|
private |
◆ width_
float multi_robot_router::Segment::width_ |
|
private |
The documentation for this class was generated from the following files: