|
Fast Research Interface Library
Manual and Documentation
|
Header file for the dynamic vector class used for the Reflexxes Motion Library (Type I) More...
#include <string.h>Go to the source code of this file.
Classes | |
| class | TypeIRMLVector< T > |
| This is a minimalistic dynamic vector class implementation used for the Reflexxes Motion Libraries. More... | |
Typedefs | |
| typedef TypeIRMLVector< double > | TypeIRMLDoubleVector |
Type definition for vectors of double elements. | |
| typedef TypeIRMLVector< int > | TypeIRMLIntVector |
Type definition for vectors of int elements. | |
| typedef TypeIRMLVector< bool > | TypeIRMLBoolVector |
Type definition for vectors of bool elements. | |
Header file for the dynamic vector class used for the Reflexxes Motion Library (Type I)
This file implements a minimalist version of a dynamic vector class to be used for the interface of the Type I On-Line Trajectory Generation algorithm. Furthermore, three type-specific versions of this class are defined:
RMLDoubleVector for double values,
integer values, andbool values. Definition in file TypeIRMLVector.h.
Type definition for vectors of bool elements.
Definition at line 581 of file TypeIRMLVector.h.
Type definition for vectors of double elements.
Definition at line 559 of file TypeIRMLVector.h.
Type definition for vectors of int elements.
Definition at line 570 of file TypeIRMLVector.h.