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