CARLA
Public Member Functions | Private Attributes | List of all members
CarlaRecorderLightVehicles Struct Reference

#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< CarlaRecorderLightVehicleVehicles
 

Detailed Description

Definition at line 28 of file CarlaRecorderLightVehicle.h.

Member Function Documentation

◆ Add()

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:

◆ Clear()

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:

◆ GetLightVehicles()

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:

◆ Read()

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:

◆ Write()

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:

Member Data Documentation

◆ Vehicles

std::vector<CarlaRecorderLightVehicle> CarlaRecorderLightVehicles::Vehicles
private

Definition at line 44 of file CarlaRecorderLightVehicle.h.


The documentation for this struct was generated from the following files: