#include <CarlaRecorderAnimVehicleWheels.h>
Collaboration diagram for WheelInfo:Public Member Functions | |
| void | Read (std::istream &InFile) |
| void | Write (std::ostream &OutFile) const |
Public Attributes | |
| EVehicleWheelLocation | Location = EVehicleWheelLocation::BR_Wheel |
| float | SteeringAngle = 0.0f |
| float | TireRotation = 0.0f |
Definition at line 14 of file CarlaRecorderAnimVehicleWheels.h.
| void WheelInfo::Read | ( | std::istream & | InFile | ) |
Definition at line 18 of file CarlaRecorderAnimVehicleWheels.cpp.
References Location, SteeringAngle, and TireRotation.
Referenced by CarlaRecorderAnimWheels::Read().
Here is the caller graph for this function:| void WheelInfo::Write | ( | std::ostream & | OutFile | ) | const |
Definition at line 11 of file CarlaRecorderAnimVehicleWheels.cpp.
References Location, SteeringAngle, and TireRotation.
Referenced by CarlaRecorderAnimVehicleWheels::Write().
Here is the caller graph for this function:| EVehicleWheelLocation WheelInfo::Location = EVehicleWheelLocation::BR_Wheel |
Definition at line 16 of file CarlaRecorderAnimVehicleWheels.h.
Referenced by FFrameData::AddVehicleWheelsAnimation(), ACarlaRecorder::AddVehicleWheelsAnimation(), CarlaReplayerHelper::ProcessReplayerAnimVehicleWheels(), FFrameData::ProcessReplayerAnimVehicleWheels(), Read(), and Write().
| float WheelInfo::SteeringAngle = 0.0f |
Definition at line 17 of file CarlaRecorderAnimVehicleWheels.h.
Referenced by FFrameData::AddVehicleWheelsAnimation(), ACarlaRecorder::AddVehicleWheelsAnimation(), CarlaReplayerHelper::ProcessReplayerAnimVehicleWheels(), FFrameData::ProcessReplayerAnimVehicleWheels(), Read(), and Write().
| float WheelInfo::TireRotation = 0.0f |
Definition at line 18 of file CarlaRecorderAnimVehicleWheels.h.
Referenced by FFrameData::AddVehicleWheelsAnimation(), ACarlaRecorder::AddVehicleWheelsAnimation(), CarlaReplayerHelper::ProcessReplayerAnimVehicleWheels(), FFrameData::ProcessReplayerAnimVehicleWheels(), Read(), and Write().
1.8.13