#include <CarlaRecorderBoundingBox.h>
Public Member Functions | |
void | Read (std::istream &InFile) |
void | Write (std::ostream &OutFile) |
Public Attributes | |
CarlaRecorderBoundingBox | BoundingBox |
uint32_t | DatabaseId |
Definition at line 25 of file CarlaRecorderBoundingBox.h.
void CarlaRecorderActorBoundingBox::Read | ( | std::istream & | InFile | ) |
Definition at line 29 of file CarlaRecorderBoundingBox.cpp.
References BoundingBox.
Referenced by CarlaRecorderQuery::QueryInfo().
void CarlaRecorderActorBoundingBox::Write | ( | std::ostream & | OutFile | ) |
Definition at line 23 of file CarlaRecorderBoundingBox.cpp.
References BoundingBox.
CarlaRecorderBoundingBox CarlaRecorderActorBoundingBox::BoundingBox |
Definition at line 28 of file CarlaRecorderBoundingBox.h.
Referenced by CarlaRecorderQuery::QueryInfo().
uint32_t CarlaRecorderActorBoundingBox::DatabaseId |
Definition at line 27 of file CarlaRecorderBoundingBox.h.
Referenced by CarlaRecorderQuery::QueryInfo().