Вершина графа
More...
#include <path_graph.h>
◆ PathWayNode()
math::PathWayNode::PathWayNode |
( |
Point | p, |
|
|
std::size_t | n, |
|
|
bool | is_const ) |
|
inline |
PathWayNode.
- Parameters
-
p | координаты |
n | номер вершины |
bool is_visited
Definition path_graph.h:39
std::size_t number
Definition path_graph.h:35
Point point
Definition path_graph.h:32
bool is_constant
Definition path_graph.h:42
◆ circle_ptr
std::shared_ptr<CircleObstacle> math::PathWayNode::circle_ptr = nullptr |
◆ edges
std::vector<std::shared_ptr<PathWayNode> > math::PathWayNode::edges |
◆ edges_lens
std::vector<double> math::PathWayNode::edges_lens |
◆ is_constant
bool math::PathWayNode::is_constant |
◆ is_visited
bool math::PathWayNode::is_visited |
◆ number
std::size_t math::PathWayNode::number |
◆ point
Point math::PathWayNode::point |
◆ poly_ptr
The documentation for this struct was generated from the following file: