#include <CarlaRecorderPhysicsControl.h>
Public Member Functions | |
void | Add (const CarlaRecorderPhysicsControl &InObj) |
void | Clear (void) |
void | Write (std::ostream &OutFile) |
Private Attributes | |
std::vector< CarlaRecorderPhysicsControl > | PhysicsControls |
Definition at line 26 of file CarlaRecorderPhysicsControl.h.
void CarlaRecorderPhysicsControls::Add | ( | const CarlaRecorderPhysicsControl & | InObj | ) |
Definition at line 83 of file CarlaRecorderPhysicsControl.cpp.
Referenced by FFrameData::AddPhysicsControl(), and ACarlaRecorder::AddPhysicsControl().
void CarlaRecorderPhysicsControls::Clear | ( | void | ) |
Definition at line 78 of file CarlaRecorderPhysicsControl.cpp.
Referenced by FFrameData::Clear(), and ACarlaRecorder::Clear().
void CarlaRecorderPhysicsControls::Write | ( | std::ostream & | OutFile | ) |
Definition at line 88 of file CarlaRecorderPhysicsControl.cpp.
References PhysicsControl.
Referenced by ACarlaRecorder::Write().
|
private |
Definition at line 38 of file CarlaRecorderPhysicsControl.h.