|
Fast Research Interface Library
Manual and Documentation
|
This class describes the output parameters of the Reflexxes Motion Library (Type I) More...
#include <TypeIRMLOutputParameters.h>
Public Member Functions | |
| TypeIRMLOutputParameters (const unsigned int &NumberOfDOFs) | |
| Constructor of the class TypeIRMLOutputParameters. | |
| TypeIRMLOutputParameters (const TypeIRMLOutputParameters &OP) | |
| Copy constructor of the class TypeIRMLOutputParameters. | |
| TypeIRMLOutputParameters & | operator= (const TypeIRMLOutputParameters &OP) |
| Copy operator. | |
| ~TypeIRMLOutputParameters (void) | |
| Destructor of class TypeIRMLOutputParameters, frees heap memory. | |
Public Attributes | |
| TypeIRMLDoubleVector * | NewPosition |
| TypeIRMLDoubleVector * | NewVelocity |
This class describes the output parameters of the Reflexxes Motion Library (Type I)
It is part of the namespace TypeIRMLMath.
Definition at line 77 of file TypeIRMLOutputParameters.h.
| TypeIRMLMath::TypeIRMLOutputParameters::TypeIRMLOutputParameters | ( | const unsigned int & | NumberOfDOFs | ) | [inline] |
Constructor of the class TypeIRMLOutputParameters.
Allocates memory for the specified number of degrees of freedom
| NumberOfDOFs | Number of degrees of freedom |
Definition at line 99 of file TypeIRMLOutputParameters.h.
| TypeIRMLMath::TypeIRMLOutputParameters::TypeIRMLOutputParameters | ( | const TypeIRMLOutputParameters & | OP | ) | [inline] |
Copy constructor of the class TypeIRMLOutputParameters.
Allocates memory for the specified number of degrees of freedom.
| OP | Original object reference |
Definition at line 124 of file TypeIRMLOutputParameters.h.
| TypeIRMLMath::TypeIRMLOutputParameters::~TypeIRMLOutputParameters | ( | void | ) | [inline] |
Destructor of class TypeIRMLOutputParameters, frees heap memory.
Definition at line 158 of file TypeIRMLOutputParameters.h.
| TypeIRMLOutputParameters & TypeIRMLMath::TypeIRMLOutputParameters::operator= | ( | const TypeIRMLOutputParameters & | OP | ) | [inline] |
Copy operator.
| OP | Set of output parameters |
Definition at line 143 of file TypeIRMLOutputParameters.h.
Definition at line 167 of file TypeIRMLOutputParameters.h.
Definition at line 168 of file TypeIRMLOutputParameters.h.