Every time a vertex is visited for the first time add a new node to the tree. More...
Public Member Functions | |
template<class u , class g > | |
void | discover_vertex (u vertex, const g &graph) |
ofkt_builder (OFKTStateSolver &tree, std::vector< JointLimits::ConstPtr > &new_joints_limits, std::string prefix="") | |
Protected Attributes | |
std::vector< JointLimits::ConstPtr > & | new_joints_limits_ |
std::string | prefix_ |
OFKTStateSolver & | tree_ |
Every time a vertex is visited for the first time add a new node to the tree.
Definition at line 51 of file ofkt_state_solver.cpp.
|
inline |
Definition at line 53 of file ofkt_state_solver.cpp.
|
inline |
Definition at line 59 of file ofkt_state_solver.cpp.
|
protected |
Definition at line 79 of file ofkt_state_solver.cpp.
|
protected |
Definition at line 80 of file ofkt_state_solver.cpp.
|
protected |
Definition at line 78 of file ofkt_state_solver.cpp.