#include <CarlaRecorderBoundingBox.h>
Collaboration diagram for CarlaRecorderActorBoundingBoxes: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 36 of file CarlaRecorderBoundingBox.h.
| void CarlaRecorderActorBoundingBoxes::Add | ( | const CarlaRecorderActorBoundingBox & | InObj | ) |
Definition at line 43 of file CarlaRecorderBoundingBox.cpp.
Referenced by FFrameData::AddBoundingBox(), and ACarlaRecorder::AddBoundingBox().
Here is the caller graph for this function:| void CarlaRecorderActorBoundingBoxes::Clear | ( | void | ) |
Definition at line 38 of file CarlaRecorderBoundingBox.cpp.
Referenced by FFrameData::Clear(), and ACarlaRecorder::Clear().
Here is the caller graph for this function:| void CarlaRecorderActorBoundingBoxes::Write | ( | std::ostream & | OutFile | ) |
Definition at line 48 of file CarlaRecorderBoundingBox.cpp.
References BoundingBox.
Referenced by ACarlaRecorder::Write().
Here is the caller graph for this function:
|
private |
Definition at line 48 of file CarlaRecorderBoundingBox.h.
1.8.13