|
Fast Research Interface Library
Manual and Documentation
|
This class describes the input parameters of the Reflexxes Motion Library (Type I) More...
#include <TypeIRMLInputParameters.h>
Public Member Functions | |
| TypeIRMLInputParameters (const unsigned int &NumberOfDOFs) | |
| Constructor of the class TypeIRMLInputParameters. | |
| TypeIRMLInputParameters (const TypeIRMLInputParameters &IP) | |
| Copy constructor of the class TypeIRMLInputParameters. | |
| TypeIRMLInputParameters & | operator= (const TypeIRMLInputParameters &IP) |
| Copy operator. | |
| ~TypeIRMLInputParameters (void) | |
| Destructor of class TypeIRMLInputParameters, frees heap memory. | |
Public Attributes | |
| TypeIRMLDoubleVector * | CurrentPosition |
| TypeIRMLDoubleVector * | CurrentVelocity |
| TypeIRMLDoubleVector * | MaxAcceleration |
| TypeIRMLDoubleVector * | MaxVelocity |
| TypeIRMLDoubleVector * | TargetPosition |
| TypeIRMLDoubleVector * | TargetVelocity |
| TypeIRMLBoolVector * | SelectionVector |
This class describes the input parameters of the Reflexxes Motion Library (Type I)
It is part of the namespace TypeIRMLMath.
Definition at line 76 of file TypeIRMLInputParameters.h.
| TypeIRMLMath::TypeIRMLInputParameters::TypeIRMLInputParameters | ( | const unsigned int & | NumberOfDOFs | ) | [inline] |
Constructor of the class TypeIRMLInputParameters.
It allocates memory for the specified number of degrees of freedom.
| NumberOfDOFs | Number of degrees of freedom |
Definition at line 99 of file TypeIRMLInputParameters.h.
| TypeIRMLMath::TypeIRMLInputParameters::TypeIRMLInputParameters | ( | const TypeIRMLInputParameters & | IP | ) | [inline] |
Copy constructor of the class TypeIRMLInputParameters.
Allocates memory for the specified number of degrees of freedom.
| IP | Original object reference |
Definition at line 134 of file TypeIRMLInputParameters.h.
| TypeIRMLMath::TypeIRMLInputParameters::~TypeIRMLInputParameters | ( | void | ) | [inline] |
Destructor of class TypeIRMLInputParameters, frees heap memory.
Definition at line 183 of file TypeIRMLInputParameters.h.
| TypeIRMLInputParameters & TypeIRMLMath::TypeIRMLInputParameters::operator= | ( | const TypeIRMLInputParameters & | IP | ) | [inline] |
Copy operator.
| IP | Set of input parameters |
Definition at line 163 of file TypeIRMLInputParameters.h.
Definition at line 202 of file TypeIRMLInputParameters.h.
Definition at line 203 of file TypeIRMLInputParameters.h.
Definition at line 204 of file TypeIRMLInputParameters.h.
Definition at line 205 of file TypeIRMLInputParameters.h.
Definition at line 208 of file TypeIRMLInputParameters.h.
Definition at line 206 of file TypeIRMLInputParameters.h.
Definition at line 207 of file TypeIRMLInputParameters.h.