#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< CarlaRecorderLightScene > | Lights |
Definition at line 29 of file CarlaRecorderLightScene.h.
| 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:| 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:| 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:| 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:| 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:
|
private |
Definition at line 45 of file CarlaRecorderLightScene.h.
1.8.13