#include <path_node.h>
◆ PathNode()
| bmpf::PathNode::PathNode |
( |
std::vector< int > |
coords, |
|
|
const std::shared_ptr< PathNode > & |
parent, |
|
|
double |
sum |
|
) |
| |
|
inline |
Конструктор
- Parameters
-
| coords | координаты |
| parent | предок |
| sum | значение |
◆ toString()
| std::string bmpf::PathNode::toString |
( |
| ) |
const |
|
inline |
Строковое представление ноды
- Returns
- строковое представление ноды
◆ coords
| std::vector<int> bmpf::PathNode::coords |
◆ order
| unsigned int bmpf::PathNode::order |
сколько нод отделяют рассматриваемую от стартовой
◆ parent
| std::shared_ptr<PathNode> bmpf::PathNode::parent |
◆ sum
| double bmpf::PathNode::sum |
метрика расстояния от стартовой точки до рассматриваемой
The documentation for this struct was generated from the following file:
- project/find_path/find_path_core/include/base/path_node.h