#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.
| 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 |
|
) |
| |
| const Eigen::Vector2d & multi_robot_router::Segment::getEnd |
( |
| ) |
const |
| const std::vector< Eigen::Vector2d > & multi_robot_router::Segment::getPoints |
( |
| ) |
const |
| const std::vector< uint32_t > & multi_robot_router::Segment::getPredecessors |
( |
| ) |
const |
| uint32_t multi_robot_router::Segment::getSegmentId |
( |
| ) |
const |
| const Eigen::Vector2d & multi_robot_router::Segment::getStart |
( |
| ) |
const |
| const std::vector< uint32_t > & multi_robot_router::Segment::getSuccessors |
( |
| ) |
const |
| float multi_robot_router::Segment::length |
( |
| ) |
const |
| float multi_robot_router::Segment::width |
( |
| ) |
const |
| float multi_robot_router::Segment::length_ |
|
private |
| std::vector<Eigen::Vector2d> multi_robot_router::Segment::points_ |
|
private |
| std::vector<uint32_t> multi_robot_router::Segment::predecessors_ |
|
private |
| uint32_t multi_robot_router::Segment::segmentId_ |
|
private |
| std::vector<uint32_t> multi_robot_router::Segment::successors_ |
|
private |
| float multi_robot_router::Segment::width_ |
|
private |
The documentation for this class was generated from the following files: