CARLA
Public Member Functions | Private Attributes | List of all members
CarlaRecorderAnimVehicles Class Reference

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

Detailed Description

Definition at line 29 of file CarlaRecorderAnimVehicle.h.

Member Function Documentation

◆ Add()

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:

◆ Clear()

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:

◆ GetVehicles()

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:

◆ Read()

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:

◆ Write()

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:

Member Data Documentation

◆ Vehicles

std::vector<CarlaRecorderAnimVehicle> CarlaRecorderAnimVehicles::Vehicles
private

Definition at line 44 of file CarlaRecorderAnimVehicle.h.


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