#include <CarlaRecorderBoundingBox.h>
Collaboration diagram for CarlaRecorderActorTriggerVolumes:Public Member Functions | |
| void | Add (const CarlaRecorderActorBoundingBox &InObj) |
| void | Clear (void) |
| void | Write (std::ostream &OutFile) |
Private Attributes | |
| std::vector< CarlaRecorderActorBoundingBox > | Boxes |
Definition at line 51 of file CarlaRecorderBoundingBox.h.
| void CarlaRecorderActorTriggerVolumes::Add | ( | const CarlaRecorderActorBoundingBox & | InObj | ) |
Definition at line 73 of file CarlaRecorderBoundingBox.cpp.
Referenced by FFrameData::AddTriggerVolume(), and ACarlaRecorder::AddTriggerVolume().
Here is the caller graph for this function:| void CarlaRecorderActorTriggerVolumes::Clear | ( | void | ) |
Definition at line 68 of file CarlaRecorderBoundingBox.cpp.
Referenced by FFrameData::Clear(), and ACarlaRecorder::Clear().
Here is the caller graph for this function:| void CarlaRecorderActorTriggerVolumes::Write | ( | std::ostream & | OutFile | ) |
Definition at line 78 of file CarlaRecorderBoundingBox.cpp.
References TriggerVolume.
Referenced by ACarlaRecorder::Write().
Here is the caller graph for this function:
|
private |
Definition at line 63 of file CarlaRecorderBoundingBox.h.
1.8.13