|
#include <armarx/navigation/algorithms/spfa/ShortestPathFasterAlgorithm.h>
Public Types | |
using | Mask = Eigen::Matrix< bool, Eigen::Dynamic, Eigen::Dynamic > |
Public Attributes | |
Eigen::MatrixXf | distances |
std::vector< std::vector< Eigen::Vector2i > > | parents |
Mask | reachable |
Definition at line 51 of file ShortestPathFasterAlgorithm.h.
using Mask = Eigen::Matrix<bool, Eigen::Dynamic, Eigen::Dynamic> |
Definition at line 57 of file ShortestPathFasterAlgorithm.h.
Eigen::MatrixXf distances |
Definition at line 53 of file ShortestPathFasterAlgorithm.h.
std::vector<std::vector<Eigen::Vector2i> > parents |
Definition at line 54 of file ShortestPathFasterAlgorithm.h.
Mask reachable |
Definition at line 59 of file ShortestPathFasterAlgorithm.h.