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

#include <CarlaRecorderLightScene.h>

+ Collaboration diagram for CarlaRecorderLightScenes:

Public Member Functions

void Add (const CarlaRecorderLightScene &InObj)
 
void Clear (void)
 
const std::vector< CarlaRecorderLightScene > & GetLights ()
 
void Read (std::istream &InFile)
 
void Write (std::ostream &OutFile)
 

Private Attributes

std::vector< CarlaRecorderLightSceneLights
 

Detailed Description

Definition at line 29 of file CarlaRecorderLightScene.h.

Member Function Documentation

◆ Add()

void CarlaRecorderLightScenes::Add ( const CarlaRecorderLightScene InObj)

Definition at line 36 of file CarlaRecorderLightScene.cpp.

Referenced by FFrameData::AddEventLightSceneChanged(), and ACarlaRecorder::AddEventLightSceneChanged().

+ Here is the caller graph for this function:

◆ Clear()

void CarlaRecorderLightScenes::Clear ( void  )

Definition at line 31 of file CarlaRecorderLightScene.cpp.

Referenced by FFrameData::Clear(), and ACarlaRecorder::Clear().

+ Here is the caller graph for this function:

◆ GetLights()

const std::vector< CarlaRecorderLightScene > & CarlaRecorderLightScenes::GetLights ( )

Definition at line 81 of file CarlaRecorderLightScene.cpp.

Referenced by FFrameData::PlayFrameData().

+ Here is the caller graph for this function:

◆ Read()

void CarlaRecorderLightScenes::Read ( std::istream &  InFile)

Definition at line 67 of file CarlaRecorderLightScene.cpp.

References CarlaRecorderLightScene::Read().

Referenced by FFrameData::Read().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Write()

void CarlaRecorderLightScenes::Write ( std::ostream &  OutFile)

Definition at line 41 of file CarlaRecorderLightScene.cpp.

References SceneLight.

Referenced by FFrameData::Write(), and ACarlaRecorder::Write().

+ Here is the caller graph for this function:

Member Data Documentation

◆ Lights

std::vector<CarlaRecorderLightScene> CarlaRecorderLightScenes::Lights
private

Definition at line 45 of file CarlaRecorderLightScene.h.


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