#include <CarlaRecorderCollision.h>
Public Member Functions | |
bool | operator== (const CarlaRecorderCollision &Other) const |
void | Read (std::istream &InFile) |
void | Write (std::ostream &OutFile) const |
Public Attributes | |
uint32_t | DatabaseId1 |
uint32_t | DatabaseId2 |
uint32_t | Id |
bool | IsActor1Hero |
bool | IsActor2Hero |
Definition at line 14 of file CarlaRecorderCollision.h.
bool CarlaRecorderCollision::operator== | ( | const CarlaRecorderCollision & | Other | ) | const |
Definition at line 33 of file CarlaRecorderCollision.cpp.
References DatabaseId1, and DatabaseId2.
void CarlaRecorderCollision::Read | ( | std::istream & | InFile | ) |
Definition at line 11 of file CarlaRecorderCollision.cpp.
References DatabaseId1, DatabaseId2, Id, IsActor1Hero, and IsActor2Hero.
Referenced by CarlaRecorderQuery::QueryCollisions(), and CarlaRecorderQuery::QueryInfo().
void CarlaRecorderCollision::Write | ( | std::ostream & | OutFile | ) | const |
Definition at line 22 of file CarlaRecorderCollision.cpp.
References DatabaseId1, DatabaseId2, Id, IsActor1Hero, and IsActor2Hero.
uint32_t CarlaRecorderCollision::DatabaseId1 |
Definition at line 17 of file CarlaRecorderCollision.h.
Referenced by ACarlaRecorder::AddCollision(), operator==(), CarlaRecorderQuery::QueryCollisions(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
uint32_t CarlaRecorderCollision::DatabaseId2 |
Definition at line 18 of file CarlaRecorderCollision.h.
Referenced by ACarlaRecorder::AddCollision(), operator==(), CarlaRecorderQuery::QueryCollisions(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
uint32_t CarlaRecorderCollision::Id |
Definition at line 16 of file CarlaRecorderCollision.h.
Referenced by ACarlaRecorder::AddCollision(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
bool CarlaRecorderCollision::IsActor1Hero |
Definition at line 19 of file CarlaRecorderCollision.h.
Referenced by ACarlaRecorder::AddCollision(), CarlaRecorderQuery::QueryCollisions(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
bool CarlaRecorderCollision::IsActor2Hero |
Definition at line 20 of file CarlaRecorderCollision.h.
Referenced by ACarlaRecorder::AddCollision(), CarlaRecorderQuery::QueryCollisions(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().