roboptim::LimitOmega< T > Class Template Reference

#include <roboptim/trajectory/limit-omega.hh>

Inheritance diagram for roboptim::LimitOmega< T >:
DerivableFunction

List of all members.

Public Member Functions

 LimitOmega (StableTimePoint timePoint, const T &trajectory) throw ()
 ~LimitOmega () throw ()

Static Public Member Functions

template<typename F , typename CLIST >
static void addToProblem (const T &trajectory, Problem< F, CLIST > &problem, typename Function::interval_t vRange, unsigned nConstraints)

Protected Member Functions

void impl_compute (result_t &res, const argument_t &p) const throw ()
void impl_gradient (gradient_t &grad, const argument_t &p, size_type i) const throw ()

template<typename T>
class roboptim::LimitOmega< T >


Constructor & Destructor Documentation

template<typename T >
roboptim::LimitOmega< T >::LimitOmega ( StableTimePoint  timePoint,
const T &  trajectory 
) throw () [inline]
template<typename T >
roboptim::LimitOmega< T >::~LimitOmega (  )  throw () [inline]

Member Function Documentation

template<typename T >
template<typename F , typename CLIST >
void roboptim::LimitOmega< T >::addToProblem ( const T &  trajectory,
Problem< F, CLIST > &  problem,
typename Function::interval_t  vRange,
unsigned  nConstraints 
) [inline, static]

References roboptim::tMax.

template<typename T >
void roboptim::LimitOmega< T >::impl_compute ( result_t &  res,
const argument_t &  p 
) const throw () [inline, protected]
template<typename T >
void roboptim::LimitOmega< T >::impl_gradient ( gradient_t &  grad,
const argument_t &  p,
size_type  i 
) const throw () [inline, protected]