#include <CarlaRecorderBoundingBox.h>
Collaboration diagram for CarlaRecorderActorBoundingBox: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().
Here is the caller graph for this function:| 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().
1.8.13