#include <CarlaRecorderAnimVehicleWheels.h>
Collaboration diagram for CarlaRecorderAnimVehicleWheels:Public Member Functions | |
| void | Add (const CarlaRecorderAnimWheels &InObj) |
| void | Clear (void) |
| const std::vector< CarlaRecorderAnimWheels > & | GetVehicleWheels () |
| void | Read (std::istream &InFile) |
| void | Write (std::ostream &OutFile) |
Private Attributes | |
| std::vector< CarlaRecorderAnimWheels > | VehicleWheels |
Definition at line 36 of file CarlaRecorderAnimVehicleWheels.h.
| void CarlaRecorderAnimVehicleWheels::Add | ( | const CarlaRecorderAnimWheels & | InObj | ) |
Definition at line 56 of file CarlaRecorderAnimVehicleWheels.cpp.
Referenced by FFrameData::AddAnimVehicleWheels(), and ACarlaRecorder::AddAnimVehicleWheels().
Here is the caller graph for this function:| void CarlaRecorderAnimVehicleWheels::Clear | ( | void | ) |
Definition at line 51 of file CarlaRecorderAnimVehicleWheels.cpp.
Referenced by FFrameData::Clear(), and ACarlaRecorder::Clear().
Here is the caller graph for this function:| const std::vector< CarlaRecorderAnimWheels > & CarlaRecorderAnimVehicleWheels::GetVehicleWheels | ( | ) |
Definition at line 101 of file CarlaRecorderAnimVehicleWheels.cpp.
Referenced by FFrameData::PlayFrameData().
Here is the caller graph for this function:| void CarlaRecorderAnimVehicleWheels::Read | ( | std::istream & | InFile | ) |
Definition at line 87 of file CarlaRecorderAnimVehicleWheels.cpp.
References CarlaRecorderAnimWheels::Read().
Referenced by FFrameData::Read().
Here is the call graph for this function:
Here is the caller graph for this function:| void CarlaRecorderAnimVehicleWheels::Write | ( | std::ostream & | OutFile | ) |
Definition at line 61 of file CarlaRecorderAnimVehicleWheels.cpp.
References AnimVehicleWheels, and WheelInfo::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 51 of file CarlaRecorderAnimVehicleWheels.h.
1.8.13