29#ifndef HPP_MANIPULATION_PATH_OPTIMIZATION_RANDOM_SHORTCUT_HH
30#define HPP_MANIPULATION_PATH_OPTIMIZATION_RANDOM_SHORTCUT_HH
37namespace manipulation {
40namespace pathOptimization {
Definition random-shortcut.hh:45
RandomShortcut(const core::ProblemConstPtr_t &problem)
Definition random-shortcut.hh:53
static RandomShortcutPtr_t create(const core::ProblemConstPtr_t problem)
Return shared pointer to new object.
Definition random-shortcut.hh:48
virtual bool shootTimes(const core::PathVectorPtr_t ¤tOpt, const value_type &t0, value_type &t1, value_type &t2, const value_type &t3)
#define HPP_MANIPULATION_DLLAPI
Definition config.hh:88
ProblemConstPtr_t problem() const
shared_ptr< RandomShortcut > RandomShortcutPtr_t
Definition random-shortcut.hh:42
shared_ptr< PathVector > PathVectorPtr_t
shared_ptr< const Problem > ProblemConstPtr_t
core::value_type value_type
Definition fwd.hh:89