39 #ifndef OMPL_MULTILEVEL_PLANNERS_BUNDLESPACE_DATASTRUCTURES_GRAPHSAMPLER_RANDOM_EDGE_
40 #define OMPL_MULTILEVEL_PLANNERS_BUNDLESPACE_DATASTRUCTURES_GRAPHSAMPLER_RANDOM_EDGE_
41 #include <ompl/multilevel/datastructures/graphsampler/GraphSampler.h>
47 class BundleSpaceGraphSamplerRandomEdge :
public BundleSpaceGraphSampler
49 using BaseT = BundleSpaceGraphSampler;
52 BundleSpaceGraphSamplerRandomEdge() =
delete;
53 BundleSpaceGraphSamplerRandomEdge(BundleSpaceGraph *);
54 virtual ~BundleSpaceGraphSamplerRandomEdge() =
default;
57 virtual void sampleImplementation(base::State *xRandom)
override;