hpp-core 7.0.0
Implement basic classes for canonical path planning for kinematic chains.
Loading...
Searching...
No Matches
hpp::core::steeringMethod::Hermite Class Reference

#include <hpp/core/steering-method/hermite.hh>

Inheritance diagram for hpp::core::steeringMethod::Hermite:
Collaboration diagram for hpp::core::steeringMethod::Hermite:

Public Member Functions

virtual SteeringMethodPtr_t copy () const
 Copy instance and return shared pointer.
virtual PathPtr_t impl_compute (ConfigurationIn_t q1, ConfigurationIn_t q2) const
 create a path between two configurations
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 ()
ProblemConstPtr_t problem () const
void constraints (const ConstraintSetPtr_t &constraints)
 Set constraint set.
const ConstraintSetPtr_tconstraints () const
 Get constraint set.

Static Public Member Functions

static HermitePtr_t create (const ProblemConstPtr_t &problem)
 Create instance and return shared pointer.
static HermitePtr_t createCopy (const HermitePtr_t &other)
 Copy instance and return shared pointer.

Protected Member Functions

 Hermite (const ProblemConstPtr_t &problem)
 Constructor with weighed distance.
 Hermite (const Hermite &other)
 Copy constructor.
void init (HermiteWkPtr_t weak)
 Store weak pointer to itself.
Protected Member Functions inherited from hpp::core::SteeringMethod
 SteeringMethod (const ProblemConstPtr_t &problem)
 Constructor.
 SteeringMethod (const SteeringMethod &other)
void init (SteeringMethodWkPtr_t weak)
 Store weak pointer to itself.

Detailed Description

Steering method that creates path::Hermite instances

Constructor & Destructor Documentation

◆ Hermite() [1/2]

hpp::core::steeringMethod::Hermite::Hermite(const ProblemConstPtr_t &problem)
inlineprotected

Constructor with weighed distance.

◆ Hermite() [2/2]

hpp::core::steeringMethod::Hermite::Hermite(const Hermite &other)
inlineprotected

Copy constructor.

Member Function Documentation

◆ copy()

virtual SteeringMethodPtr_t hpp::core::steeringMethod::Hermite::copy()const
inlinevirtual

Copy instance and return shared pointer.

Implements hpp::core::SteeringMethod.

◆ create()

HermitePtr_t hpp::core::steeringMethod::Hermite::create(const ProblemConstPtr_t &problem)
inlinestatic

Create instance and return shared pointer.

◆ createCopy()

HermitePtr_t hpp::core::steeringMethod::Hermite::createCopy(const HermitePtr_t &other)
inlinestatic

Copy instance and return shared pointer.

◆ impl_compute()

virtual PathPtr_t hpp::core::steeringMethod::Hermite::impl_compute(ConfigurationIn_tq1,
ConfigurationIn_tq2 ) const
inlinevirtual

create a path between two configurations

Implements hpp::core::SteeringMethod.

◆ init()

void hpp::core::steeringMethod::Hermite::init(HermiteWkPtr_tweak)
inlineprotected

Store weak pointer to itself.


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