#include <CarlaRecorderLightVehicle.h>
Collaboration diagram for CarlaRecorderLightVehicles:Public Member Functions | |
| void | Add (const CarlaRecorderLightVehicle &InObj) |
| void | Clear (void) |
| const std::vector< CarlaRecorderLightVehicle > & | GetLightVehicles () |
| void | Read (std::istream &InFile) |
| void | Write (std::ostream &OutFile) |
Private Attributes | |
| std::vector< CarlaRecorderLightVehicle > | Vehicles |
Definition at line 28 of file CarlaRecorderLightVehicle.h.
| void CarlaRecorderLightVehicles::Add | ( | const CarlaRecorderLightVehicle & | InObj | ) |
Definition at line 32 of file CarlaRecorderLightVehicle.cpp.
Referenced by FFrameData::AddLightVehicle(), and ACarlaRecorder::AddLightVehicle().
Here is the caller graph for this function:| void CarlaRecorderLightVehicles::Clear | ( | void | ) |
Definition at line 27 of file CarlaRecorderLightVehicle.cpp.
Referenced by FFrameData::Clear(), and ACarlaRecorder::Clear().
Here is the caller graph for this function:| const std::vector< CarlaRecorderLightVehicle > & CarlaRecorderLightVehicles::GetLightVehicles | ( | ) |
Definition at line 70 of file CarlaRecorderLightVehicle.cpp.
Referenced by FFrameData::PlayFrameData().
Here is the caller graph for this function:| void CarlaRecorderLightVehicles::Read | ( | std::istream & | InFile | ) |
Definition at line 56 of file CarlaRecorderLightVehicle.cpp.
References CarlaRecorderLightVehicle::Read().
Referenced by FFrameData::Read().
Here is the call graph for this function:
Here is the caller graph for this function:| void CarlaRecorderLightVehicles::Write | ( | std::ostream & | OutFile | ) |
Definition at line 37 of file CarlaRecorderLightVehicle.cpp.
References Vehicle, and VehicleLight.
Referenced by FFrameData::Write(), and ACarlaRecorder::Write().
Here is the caller graph for this function:
|
private |
Definition at line 44 of file CarlaRecorderLightVehicle.h.
1.8.13