$search

KDL::Rall1d< T, V, S > Class Template Reference

#include <rall1d.h>

List of all members.

Public Types

typedef V gradienttype
typedef V gradienttype
typedef S scalartype
typedef S scalartype
typedef T valuetype
typedef T valuetype

Public Member Functions

deriv () const
deriv () const
INLINE V & Gradient ()
INLINE V & Gradient ()
INLINE Rall1d< T, V, S > & operator*= (S rhs)
INLINE Rall1d< T, V, S > & operator*= (const Rall1d< T, V, S > &rhs)
INLINE Rall1d< T, V, S > & operator*= (S rhs)
INLINE Rall1d< T, V, S > & operator*= (const Rall1d< T, V, S > &rhs)
INLINE Rall1d< T, V, S > & operator+= (S rhs)
INLINE Rall1d< T, V, S > & operator+= (const Rall1d< T, V, S > &rhs)
INLINE Rall1d< T, V, S > & operator+= (S rhs)
INLINE Rall1d< T, V, S > & operator+= (const Rall1d< T, V, S > &rhs)
INLINE Rall1d< T, V, S > & operator-= (S rhs)
INLINE Rall1d< T, V, S > & operator-= (const Rall1d< T, V, S > &rhs)
INLINE Rall1d< T, V, S > & operator-= (S rhs)
INLINE Rall1d< T, V, S > & operator-= (const Rall1d< T, V, S > &rhs)
INLINE Rall1d< T, V, S > & operator/= (S rhs)
INLINE Rall1d< T, V, S > & operator/= (const Rall1d< T, V, S > &rhs)
INLINE Rall1d< T, V, S > & operator/= (S rhs)
INLINE Rall1d< T, V, S > & operator/= (const Rall1d< T, V, S > &rhs)
INLINE Rall1d< T, V, S > & operator= (const Rall1d< T, V, S > &r)
INLINE Rall1d< T, V, S > & operator= (S c)
INLINE Rall1d< T, V, S > & operator= (const Rall1d< T, V, S > &r)
INLINE Rall1d< T, V, S > & operator= (S c)
INLINE Rall1d (const Rall1d< T, V, S > &r)
INLINE Rall1d (typename TI< T >::Arg tn, typename TI< V >::Arg afg)
INLINE Rall1d (typename TI< T >::Arg c)
INLINE Rall1d ()
INLINE Rall1d (const Rall1d< T, V, S > &r)
INLINE Rall1d (typename TI< T >::Arg tn, typename TI< V >::Arg afg)
INLINE Rall1d (typename TI< T >::Arg c)
INLINE Rall1d ()
INLINE T & Value ()
value () const
INLINE T & Value ()
value () const

Static Public Member Functions

static INLINE Rall1d< T, V, S > Identity ()
static INLINE Rall1d< T, V, S > Identity ()
static INLINE Rall1d< T, V, S > Zero ()
static INLINE Rall1d< T, V, S > Zero ()

Public Attributes

grad
 gradient
t
 value

Detailed Description

template<typename T, typename V = T, typename S = T>
class KDL::Rall1d< T, V, S >

Rall1d contains a value, and its gradient, and defines an algebraic structure on this pair. This template class has 3 template parameters :

S is usefull when you recurse a Rall1d object into itself to create a 2nd, 3th, 4th,.. derivatives. (e.g. Rall1d< Rall1d<double>, Rall1d<double>, double> ).

S is always passed by value.

Class Type
Concrete implementation

Definition at line 49 of file experimental/rall1d.h.


Member Typedef Documentation

template<typename T, typename V = T, typename S = T>
typedef V KDL::Rall1d< T, V, S >::gradienttype

Definition at line 53 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
typedef V KDL::Rall1d< T, V, S >::gradienttype

Definition at line 53 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
typedef S KDL::Rall1d< T, V, S >::scalartype

Definition at line 54 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
typedef S KDL::Rall1d< T, V, S >::scalartype

Definition at line 54 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
typedef T KDL::Rall1d< T, V, S >::valuetype

Definition at line 52 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
typedef T KDL::Rall1d< T, V, S >::valuetype

Definition at line 52 of file experimental/rall1d.h.


Constructor & Destructor Documentation

template<typename T, typename V = T, typename S = T>
INLINE KDL::Rall1d< T, V, S >::Rall1d (  )  [inline]

Definition at line 59 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE KDL::Rall1d< T, V, S >::Rall1d ( typename TI< T >::Arg  c  )  [inline, explicit]

Definition at line 68 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE KDL::Rall1d< T, V, S >::Rall1d ( typename TI< T >::Arg  tn,
typename TI< V >::Arg  afg 
) [inline]

Definition at line 71 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE KDL::Rall1d< T, V, S >::Rall1d ( const Rall1d< T, V, S > &  r  )  [inline]

Definition at line 73 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE KDL::Rall1d< T, V, S >::Rall1d (  )  [inline]

Definition at line 59 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE KDL::Rall1d< T, V, S >::Rall1d ( typename TI< T >::Arg  c  )  [inline, explicit]

Definition at line 68 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE KDL::Rall1d< T, V, S >::Rall1d ( typename TI< T >::Arg  tn,
typename TI< V >::Arg  afg 
) [inline]

Definition at line 71 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE KDL::Rall1d< T, V, S >::Rall1d ( const Rall1d< T, V, S > &  r  )  [inline]

Definition at line 73 of file utilities/rall1d.h.


Member Function Documentation

template<typename T, typename V = T, typename S = T>
V KDL::Rall1d< T, V, S >::deriv (  )  const [inline]

Definition at line 64 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
V KDL::Rall1d< T, V, S >::deriv (  )  const [inline]

Definition at line 64 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE V& KDL::Rall1d< T, V, S >::Gradient (  )  [inline]

Definition at line 82 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE V& KDL::Rall1d< T, V, S >::Gradient (  )  [inline]

Definition at line 82 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
static INLINE Rall1d<T,V,S> KDL::Rall1d< T, V, S >::Identity (  )  [inline, static]

Definition at line 91 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
static INLINE Rall1d<T,V,S> KDL::Rall1d< T, V, S >::Identity (  )  [inline, static]

Definition at line 91 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator*= ( rhs  )  [inline]

Definition at line 138 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator*= ( const Rall1d< T, V, S > &  rhs  )  [inline]

Definition at line 110 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator*= ( rhs  )  [inline]

Definition at line 138 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator*= ( const Rall1d< T, V, S > &  rhs  )  [inline]

Definition at line 110 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator+= ( rhs  )  [inline]

Definition at line 145 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator+= ( const Rall1d< T, V, S > &  rhs  )  [inline]

Definition at line 117 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator+= ( rhs  )  [inline]

Definition at line 145 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator+= ( const Rall1d< T, V, S > &  rhs  )  [inline]

Definition at line 117 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator-= ( rhs  )  [inline]

Definition at line 151 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator-= ( const Rall1d< T, V, S > &  rhs  )  [inline]

Definition at line 124 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator-= ( rhs  )  [inline]

Definition at line 151 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator-= ( const Rall1d< T, V, S > &  rhs  )  [inline]

Definition at line 124 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator/= ( rhs  )  [inline]

Definition at line 131 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator/= ( const Rall1d< T, V, S > &  rhs  )  [inline]

Definition at line 103 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator/= ( rhs  )  [inline]

Definition at line 131 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator/= ( const Rall1d< T, V, S > &  rhs  )  [inline]

Definition at line 103 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator= ( const Rall1d< T, V, S > &  r  )  [inline]

Definition at line 100 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator= ( c  )  [inline]

Definition at line 97 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator= ( const Rall1d< T, V, S > &  r  )  [inline]

Definition at line 100 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator= ( c  )  [inline]

Definition at line 97 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE T& KDL::Rall1d< T, V, S >::Value (  )  [inline]

Definition at line 78 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
T KDL::Rall1d< T, V, S >::value (  )  const [inline]

Definition at line 61 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
INLINE T& KDL::Rall1d< T, V, S >::Value (  )  [inline]

Definition at line 78 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
T KDL::Rall1d< T, V, S >::value (  )  const [inline]

Definition at line 61 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
static INLINE Rall1d<T,V,S> KDL::Rall1d< T, V, S >::Zero (  )  [inline, static]

Definition at line 86 of file utilities/rall1d.h.

template<typename T, typename V = T, typename S = T>
static INLINE Rall1d<T,V,S> KDL::Rall1d< T, V, S >::Zero (  )  [inline, static]

Definition at line 86 of file experimental/rall1d.h.


Member Data Documentation

template<typename T, typename V = T, typename S = T>
V Rall1d::grad

gradient

Definition at line 57 of file experimental/rall1d.h.

template<typename T, typename V = T, typename S = T>
T Rall1d::t

value

Definition at line 56 of file experimental/rall1d.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


orocos_kdl
Author(s): Ruben Smits, Erwin Aertbelien, Orocos Developers
autogenerated on Fri Mar 1 16:20:17 2013