#include <CarlaRecorderKinematics.h>
Collaboration diagram for CarlaRecorderActorsKinematics:Public Member Functions | |
| void | Add (const CarlaRecorderKinematics &InObj) |
| void | Clear (void) |
| void | Write (std::ostream &OutFile) |
Private Attributes | |
| std::vector< CarlaRecorderKinematics > | Kinematics |
Definition at line 25 of file CarlaRecorderKinematics.h.
| void CarlaRecorderActorsKinematics::Add | ( | const CarlaRecorderKinematics & | InObj | ) |
Definition at line 32 of file CarlaRecorderKinematics.cpp.
References Kinematics.
Referenced by FFrameData::AddKinematics(), and ACarlaRecorder::AddKinematics().
Here is the caller graph for this function:| void CarlaRecorderActorsKinematics::Clear | ( | void | ) |
Definition at line 27 of file CarlaRecorderKinematics.cpp.
References Kinematics.
Referenced by FFrameData::Clear(), and ACarlaRecorder::Clear().
Here is the caller graph for this function:| void CarlaRecorderActorsKinematics::Write | ( | std::ostream & | OutFile | ) |
Definition at line 37 of file CarlaRecorderKinematics.cpp.
References Kinematics.
Referenced by ACarlaRecorder::Write().
Here is the caller graph for this function:
|
private |
Definition at line 37 of file CarlaRecorderKinematics.h.
1.8.13