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