#include <sort_helper.hpp>
Public Member Functions | |
void | nearest_neighbour_and_update_distance (double &distance) |
void | setNeedreorderPosesByTSP (bool needreorderPosesByTSP) |
SortHelper (RobotStatePtrVecPtr &posesToExplorePtr, bool needreorderPosesByTSP) | |
void | two_opt_and_update_distance (double &distance) |
Private Attributes | |
bool | needreorderPosesByTSP |
PoseHelperPtr | poseHelperPtr |
RobotStatePtrVecPtr & | posesToExplorePtr |
Definition at line 26 of file sort_helper.hpp.
directSearchWS::SortHelper::SortHelper | ( | RobotStatePtrVecPtr & | posesToExplorePtr, |
bool | needreorderPosesByTSP | ||
) |
Definition at line 22 of file sort_helper.cpp.
void directSearchWS::SortHelper::nearest_neighbour_and_update_distance | ( | double & | distance | ) |
Definition at line 26 of file sort_helper.cpp.
|
inline |
Definition at line 38 of file sort_helper.hpp.
void directSearchWS::SortHelper::two_opt_and_update_distance | ( | double & | distance | ) |
Definition at line 58 of file sort_helper.cpp.
|
private |
Definition at line 32 of file sort_helper.hpp.
|
private |
Definition at line 30 of file sort_helper.hpp.
|
private |
Definition at line 31 of file sort_helper.hpp.