libmove3d-planners
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros Groups Pages
CellPRM.hpp
1 #ifndef CELLPRM_HPP
2 #define CELLPRM_HPP
3 
7 class CellPRM : public PRM
8 {
9 public:
14  (WorkSpace* WS);
15 
19  ~Vis_PRM();
20 
28  uint expand(p3d_graph* Graph_Pt,int (*fct_stop)(void), void (*fct_draw)(void));
29 };
30 
31 
32 #endif // CELLPRM_HPP
uint expand(p3d_graph *Graph_Pt, int(*fct_stop)(void), void(*fct_draw)(void))
fonction principale de l'algorithme Vis_PRM
~Vis_PRM()
Class destructor.
Classe représentant l'algorithme PRM.
Definition: PRM.hpp:12
Definition: CellPRM.hpp:7
WorkSpace * WS
Class constructor.
Definition: CellPRM.hpp:14