A proxy allowing for adding keyframes by: track[time] = value;
More...
#include <RobotAPI/libraries/SimpleTrajectory/Track.h>
template<typename ValueT>
struct armarx::trajectory::Track< ValueT >::KeyframeProxy
A proxy allowing for adding keyframes by: track[time] = value;
Definition at line 110 of file Track.h.
◆ operator ValueT()
operator ValueT |
( |
| ) |
const |
◆ operator=() [1/2]
Add a keyframe on assignment.
Definition at line 262 of file Track.h.
◆ operator=() [2/2]
void operator= |
( |
const ValueT & |
value | ) |
|
Add a keyframe on assignment.
◆ value()
Get the value at time.
Definition at line 268 of file Track.h.
The documentation for this struct was generated from the following file:
- RobotAPI/libraries/SimpleTrajectory/Track.h