hpp-manipulation  4.9.0
Classes for manipulation planning.
hpp::manipulation::SteeringMethod Class Reference

#include <hpp/manipulation/steering-method/graph.hh>

Inheritance diagram for hpp::manipulation::SteeringMethod:
Collaboration diagram for hpp::manipulation::SteeringMethod:

Public Member Functions

const core::SteeringMethodPtr_tinnerSteeringMethod () const
 
void innerSteeringMethod (const core::SteeringMethodPtr_t &sm)
 
- Public Member Functions inherited from hpp::core::SteeringMethod
PathPtr_t operator() (ConfigurationIn_t q1, ConfigurationIn_t q2) const
 
PathPtr_t steer (ConfigurationIn_t q1, ConfigurationIn_t q2) const
 
virtual ~SteeringMethod ()
 
virtual SteeringMethodPtr_t copy () const=0
 
const Problemproblem () const
 
void constraints (const ConstraintSetPtr_t &constraints)
 
const ConstraintSetPtr_tconstraints () const
 
void constraints (const ConstraintSetPtr_t &constraints)
 
const ConstraintSetPtr_tconstraints () const
 
PathPtr_t operator() (ConfigurationIn_t q1, ConfigurationIn_t q2) const
 
PathPtr_t steer (ConfigurationIn_t q1, ConfigurationIn_t q2) const
 
virtual ~SteeringMethod ()
 
virtual SteeringMethodPtr_t copy () const=0
 
const Problemproblem () const
 
void constraints (const ConstraintSetPtr_t &constraints)
 
const ConstraintSetPtr_tconstraints () const
 
void constraints (const ConstraintSetPtr_t &constraints)
 
const ConstraintSetPtr_tconstraints () const
 

Protected Member Functions

 SteeringMethod (const Problem &problem)
 Constructor. More...
 
 SteeringMethod (const SteeringMethod &other)
 Copy constructor. More...
 
void init (SteeringMethodWkPtr_t weak)
 
- Protected Member Functions inherited from hpp::core::SteeringMethod
 SteeringMethod (const Problem &problem)
 
 SteeringMethod (const SteeringMethod &other)
 
virtual PathPtr_t impl_compute (ConfigurationIn_t q1, ConfigurationIn_t q2) const=0
 
void init (SteeringMethodWkPtr_t weak)
 
 SteeringMethod (const Problem &problem)
 
 SteeringMethod (const SteeringMethod &other)
 
virtual PathPtr_t impl_compute (ConfigurationIn_t q1, ConfigurationIn_t q2) const=0
 
void init (SteeringMethodWkPtr_t weak)
 

Protected Attributes

const Problemproblem_
 A pointer to the manipulation problem. More...
 
core::SteeringMethodPtr_t steeringMethod_
 The encapsulated steering method. More...
 
- Protected Attributes inherited from hpp::core::SteeringMethod
const Problemproblem_
 

Constructor & Destructor Documentation

◆ SteeringMethod() [1/2]

hpp::manipulation::SteeringMethod::SteeringMethod ( const Problem problem)
protected

Constructor.

◆ SteeringMethod() [2/2]

hpp::manipulation::SteeringMethod::SteeringMethod ( const SteeringMethod other)
protected

Copy constructor.

Member Function Documentation

◆ init()

void hpp::manipulation::SteeringMethod::init ( SteeringMethodWkPtr_t  weak)
inlineprotected

◆ innerSteeringMethod() [1/2]

const core::SteeringMethodPtr_t& hpp::manipulation::SteeringMethod::innerSteeringMethod ( ) const
inline

◆ innerSteeringMethod() [2/2]

void hpp::manipulation::SteeringMethod::innerSteeringMethod ( const core::SteeringMethodPtr_t sm)
inline

Member Data Documentation

◆ problem_

const Problem& hpp::manipulation::SteeringMethod::problem_
protected

A pointer to the manipulation problem.

◆ steeringMethod_

core::SteeringMethodPtr_t hpp::manipulation::SteeringMethod::steeringMethod_
protected

The encapsulated steering method.


The documentation for this class was generated from the following file: