#include <CarlaRecorderAnimVehicle.h>
Collaboration diagram for CarlaRecorderAnimVehicles:Public Member Functions | |
| void | Add (const CarlaRecorderAnimVehicle &InObj) |
| void | Clear (void) |
| const std::vector< CarlaRecorderAnimVehicle > & | GetVehicles () |
| void | Read (std::istream &InFile) |
| void | Write (std::ostream &OutFile) |
Private Attributes | |
| std::vector< CarlaRecorderAnimVehicle > | Vehicles |
Definition at line 29 of file CarlaRecorderAnimVehicle.h.
| void CarlaRecorderAnimVehicles::Add | ( | const CarlaRecorderAnimVehicle & | InObj | ) |
Definition at line 39 of file CarlaRecorderAnimVehicle.cpp.
Referenced by FFrameData::AddAnimVehicle(), and ACarlaRecorder::AddAnimVehicle().
Here is the caller graph for this function:| void CarlaRecorderAnimVehicles::Clear | ( | void | ) |
Definition at line 34 of file CarlaRecorderAnimVehicle.cpp.
Referenced by FFrameData::Clear(), and ACarlaRecorder::Clear().
Here is the caller graph for this function:| const std::vector< CarlaRecorderAnimVehicle > & CarlaRecorderAnimVehicles::GetVehicles | ( | ) |
Definition at line 84 of file CarlaRecorderAnimVehicle.cpp.
Referenced by FFrameData::PlayFrameData().
Here is the caller graph for this function:| void CarlaRecorderAnimVehicles::Read | ( | std::istream & | InFile | ) |
Definition at line 70 of file CarlaRecorderAnimVehicle.cpp.
References CarlaRecorderAnimVehicle::Read(), and Vehicle.
Referenced by FFrameData::Read().
Here is the call graph for this function:
Here is the caller graph for this function:| void CarlaRecorderAnimVehicles::Write | ( | std::ostream & | OutFile | ) |
Definition at line 44 of file CarlaRecorderAnimVehicle.cpp.
References AnimVehicle, and CarlaRecorderAnimVehicle::Write().
Referenced by FFrameData::Write(), and ACarlaRecorder::Write().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 44 of file CarlaRecorderAnimVehicle.h.
1.8.13