LEMUR Packages: ompl_lemur or_lemur pr_bgl prpy_lemur
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Groups Pages
SamplerGenMonkeyPatch.h
Go to the documentation of this file.
1 
7 /* requires:
8 #include <ompl_lemur/config.h>
9 #include <ompl/base/StateSampler.h>
10  */
11 
12 namespace ompl_lemur
13 {
14 
15 #ifdef OMPL_LEMUR_HAS_BOOSTSMARTPTRS
16 boost::mt19937 &
17 #else
18 std::mt19937 &
19 #endif
20 SamplerGenMonkeyPatch(ompl::base::StateSamplerPtr sampler);
21 
22 void StateSamplerSetSeed(ompl::base::StateSamplerPtr sampler, uint32_t seed);
23 
24 } // namespace ompl_lemur