ompl::base::RealVectorRandomLinearProjectionEvaluator Class Reference

Definition for a class computing a random linear projections. More...

#include <RealVectorStateProjections.h>

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

List of all members.

Public Member Functions

 RealVectorRandomLinearProjectionEvaluator (const StateSpacePtr &space, unsigned int dim)
 Initialize a linear projection evaluator for state space space. The used projection matrix is sampled at random to produce a space of dimension dim and the cell sizes are automatically inferred through sampling.
 RealVectorRandomLinearProjectionEvaluator (const StateSpace *space, unsigned int dim)
 Initialize a linear projection evaluator for state space space. The used projection matrix is sampled at random to produce a space of dimension dim and the cell sizes are automatically inferred through sampling.
 RealVectorRandomLinearProjectionEvaluator (const StateSpacePtr &space, const std::vector< double > &cellSizes)
 Initialize a linear projection evaluator for state space space. The used projection matrix is sampled at random and the cell sizes are automatically inferred through sampling.
 RealVectorRandomLinearProjectionEvaluator (const StateSpace *space, const std::vector< double > &cellSizes)
 Initialize a linear projection evaluator for state space space. The used projection matrix is sampled at random and the cell sizes are automatically inferred through sampling.

Detailed Description

Definition for a class computing a random linear projections.

Definition at line 85 of file RealVectorStateProjections.h.


Constructor & Destructor Documentation

ompl::base::RealVectorRandomLinearProjectionEvaluator::RealVectorRandomLinearProjectionEvaluator ( const StateSpace space,
const std::vector< double > &  cellSizes 
) [inline]

Initialize a linear projection evaluator for state space space. The used projection matrix is sampled at random and the cell sizes are automatically inferred through sampling.

Definition at line 91 of file RealVectorStateProjections.h.

ompl::base::RealVectorRandomLinearProjectionEvaluator::RealVectorRandomLinearProjectionEvaluator ( const StateSpacePtr space,
const std::vector< double > &  cellSizes 
) [inline]

Initialize a linear projection evaluator for state space space. The used projection matrix is sampled at random and the cell sizes are automatically inferred through sampling.

Definition at line 98 of file RealVectorStateProjections.h.

ompl::base::RealVectorRandomLinearProjectionEvaluator::RealVectorRandomLinearProjectionEvaluator ( const StateSpace space,
unsigned int  dim 
) [inline]

Initialize a linear projection evaluator for state space space. The used projection matrix is sampled at random to produce a space of dimension dim and the cell sizes are automatically inferred through sampling.

Definition at line 105 of file RealVectorStateProjections.h.

ompl::base::RealVectorRandomLinearProjectionEvaluator::RealVectorRandomLinearProjectionEvaluator ( const StateSpacePtr space,
unsigned int  dim 
) [inline]

Initialize a linear projection evaluator for state space space. The used projection matrix is sampled at random to produce a space of dimension dim and the cell sizes are automatically inferred through sampling.

Definition at line 113 of file RealVectorStateProjections.h.


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