ompl::base::RealVectorStateSampler Class Reference

State sampler for the Rn state space. More...

#include <RealVectorStateSpace.h>

Inheritance diagram for ompl::base::RealVectorStateSampler:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 RealVectorStateSampler (const StateSpace *space)
 Constructor.
virtual void sampleGaussian (State *state, const State *mean, const double stdDev)
 Sample a state using a Gaussian distribution with given mean and standard deviation (stdDev).
virtual void sampleUniform (State *state)
 Sample a state.
virtual void sampleUniformNear (State *state, const State *near, const double distance)
 Sample a state near another, within specified distance.

Detailed Description

State sampler for the Rn state space.

Definition at line 52 of file RealVectorStateSpace.h.


Constructor & Destructor Documentation

ompl::base::RealVectorStateSampler::RealVectorStateSampler ( const StateSpace space  )  [inline]

Constructor.

Definition at line 57 of file RealVectorStateSpace.h.


Member Function Documentation

virtual void ompl::base::RealVectorStateSampler::sampleGaussian ( State state,
const State mean,
const double  stdDev 
) [virtual]

Sample a state using a Gaussian distribution with given mean and standard deviation (stdDev).

Implements ompl::base::StateSampler.

virtual void ompl::base::RealVectorStateSampler::sampleUniform ( State state  )  [virtual]

Sample a state.

Implements ompl::base::StateSampler.

virtual void ompl::base::RealVectorStateSampler::sampleUniformNear ( State state,
const State near,
const double  distance 
) [virtual]

Sample a state near another, within specified distance.

Implements ompl::base::StateSampler.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


ompl
Author(s): Ioan Sucan/isucan@rice.edu, Mark Moll/mmoll@rice.edu, Lydia Kavraki/kavraki@rice.edu
autogenerated on Fri Jan 11 09:34:00 2013