Joint< Real > Class Template Reference
#include <Joint.h>
List of all members.
Detailed Description
template<class Real>
class Joint< Real >
Definition at line 128 of file Joint.h.
Constructor & Destructor Documentation
template<class Real >
Joint< Real >::Joint |
( |
unsigned int |
NrJoints, |
|
|
bool |
zero = false | |
|
) |
| | [inline] |
template<class Real>
Joint< Real >::Joint |
( |
unsigned int |
NrJoints, |
|
|
const Real |
d[] | |
|
) |
| | [inline] |
Member Function Documentation
template<class Real >
void Joint< Real >::fromString |
( |
const char * |
str |
) |
[inline] |
template<class Real >
void Joint< Real >::fromString |
( |
unsigned int |
nrjoints, |
|
|
const char * |
str | |
|
) |
| | [inline] |
template<class Real>
void Joint< Real >::get |
( |
unsigned int |
NrJoints, |
|
|
Real * |
d | |
|
) |
| | const [inline] |
template<class Real >
Real Joint< Real >::get |
( |
unsigned int |
i |
) |
const [inline] |
template<class Real >
Real Joint< Real >::getMax |
( |
|
) |
const [inline] |
template<class Real >
unsigned int Joint< Real >::getMaxInd |
( |
|
) |
const [inline] |
template<class Real >
Real Joint< Real >::getMin |
( |
|
) |
const [inline] |
template<class Real >
unsigned int Joint< Real >::getMinInd |
( |
|
) |
const [inline] |
template<class Real>
unsigned int Joint< Real >::getNrJoints |
( |
|
) |
const [inline] |
template<class Real>
Joint< Real > Joint< Real >::interpolate |
( |
const Joint< Real > & |
j1, |
|
|
const Joint< Real > & |
j2, |
|
|
Real |
f | |
|
) |
| | [inline, static] |
template<class Real>
Joint< Real > Joint< Real >::interpolate |
( |
const Joint< Real > & |
j2, |
|
|
Real |
f | |
|
) |
| | const [inline] |
template<class Real >
Real Joint< Real >::length |
( |
|
) |
const [inline] |
template<class Real >
Real Joint< Real >::lengthSqr |
( |
|
) |
const [inline] |
template<class Real>
Joint< Real > Joint< Real >::operator* |
( |
Real |
s |
) |
const [inline] |
template<class Real>
void Joint< Real >::operator*= |
( |
Real |
s |
) |
[inline] |
template<class Real >
Joint< Real > Joint< Real >::operator+ |
( |
const Joint< Real > & |
rhs |
) |
const [inline] |
template<class Real >
void Joint< Real >::operator+= |
( |
const Joint< Real > & |
rhs |
) |
[inline] |
template<class Real >
Joint< Real > Joint< Real >::operator- |
( |
const Joint< Real > & |
rhs |
) |
const [inline] |
template<class Real >
void Joint< Real >::operator-= |
( |
const Joint< Real > & |
rhs |
) |
[inline] |
template<class Real>
Joint< Real > Joint< Real >::operator/ |
( |
Real |
s |
) |
const [inline] |
template<class Real>
void Joint< Real >::operator/= |
( |
Real |
s |
) |
[inline] |
template<class Real >
Joint< Real > & Joint< Real >::operator= |
( |
const Joint< Real > & |
joint |
) |
[inline] |
template<class Real >
bool Joint< Real >::operator== |
( |
const Joint< Real > & |
rhs |
) |
const [inline] |
template<class Real >
Real Joint< Real >::operator[] |
( |
unsigned int |
i |
) |
const [inline] |
template<class Real >
Real & Joint< Real >::operator[] |
( |
unsigned int |
i |
) |
[inline] |
template<class Real >
void Joint< Real >::print |
( |
|
) |
[inline] |
template<class Real>
void Joint< Real >::set |
( |
unsigned int |
NrJoints, |
|
|
Real * |
d | |
|
) |
| | [inline] |
template<class Real>
void Joint< Real >::set |
( |
unsigned int |
i, |
|
|
Real |
d | |
|
) |
| | [inline] |
template<class Real >
void Joint< Real >::setNrJoints |
( |
unsigned int |
NrJoints |
) |
[inline] |
template<class Real >
unsigned int Joint< Real >::size |
( |
|
) |
const [inline] |
template<class Real >
void Joint< Real >::toDeg |
( |
|
) |
[inline] |
template<class Real >
void Joint< Real >::toRad |
( |
|
) |
[inline] |
template<class Real >
std::string Joint< Real >::toString |
( |
bool |
convert = false |
) |
const [inline] |
template<class Real >
void Joint< Real >::zero |
( |
|
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: