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

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

Detailed Description

Definition at line 36 of file CarlaRecorderBoundingBox.h.

Member Function Documentation

◆ Add()

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:

◆ Clear()

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:

◆ Write()

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:

Member Data Documentation

◆ Boxes

std::vector<CarlaRecorderActorBoundingBox> CarlaRecorderActorBoundingBoxes::Boxes
private

Definition at line 48 of file CarlaRecorderBoundingBox.h.


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