All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
hpp::wholebodyStep::ReproducePath Struct Reference

#include <small-steps/functors.hh>

Inheritance diagram for hpp::wholebodyStep::ReproducePath:
[legend]
Collaboration diagram for hpp::wholebodyStep::ReproducePath:
[legend]

Public Member Functions

 ReproducePath (const DifferentiableFunctionPtr_t &func, const PathPtr_t &p, const SmallSteps::PiecewiseAffine &newToOld)
 
void operator() (vectorOut_t result, const value_type &input) const
 

Public Attributes

PathPtr_t path_
 
DifferentiableFunctionPtr_t func_
 
SmallSteps::PiecewiseAffine newToOld_
 
Configuration_t tmp
 

Constructor & Destructor Documentation

hpp::wholebodyStep::ReproducePath::ReproducePath ( const DifferentiableFunctionPtr_t func,
const PathPtr_t p,
const SmallSteps::PiecewiseAffine newToOld 
)
inline

Member Function Documentation

void hpp::wholebodyStep::ReproducePath::operator() ( vectorOut_t  result,
const value_type input 
) const
inlinevirtual

Member Data Documentation

DifferentiableFunctionPtr_t hpp::wholebodyStep::ReproducePath::func_

Referenced by operator()().

SmallSteps::PiecewiseAffine hpp::wholebodyStep::ReproducePath::newToOld_

Referenced by operator()().

PathPtr_t hpp::wholebodyStep::ReproducePath::path_

Referenced by operator()().

Configuration_t hpp::wholebodyStep::ReproducePath::tmp
mutable

Referenced by operator()().