#include <CarlaRecorderWalkerBones.h>
Collaboration diagram for CarlaRecorderWalkerBones:Public Member Functions | |
| void | Clear () |
| void | Read (std::ifstream &InFile) |
| void | Write (std::ofstream &OutFile) |
Public Attributes | |
| std::vector< CarlaRecorderWalkerBone > | Bones |
| uint32_t | DatabaseId |
Definition at line 23 of file CarlaRecorderWalkerBones.h.
| void CarlaRecorderWalkerBones::Clear | ( | void | ) |
Definition at line 49 of file CarlaRecorderWalkerBones.cpp.
References Bones.
Referenced by CarlaRecorderQuery::QueryInfo().
Here is the caller graph for this function:| void CarlaRecorderWalkerBones::Read | ( | std::ifstream & | InFile | ) |
Definition at line 27 of file CarlaRecorderWalkerBones.cpp.
References Bones, DatabaseId, ReadFString(), and ReadFVector().
Referenced by CarlaReplayer::ProcessWalkerBones(), and CarlaRecorderQuery::QueryInfo().
Here is the call graph for this function:
Here is the caller graph for this function:| void CarlaRecorderWalkerBones::Write | ( | std::ofstream & | OutFile | ) |
Definition at line 11 of file CarlaRecorderWalkerBones.cpp.
References Bones, DatabaseId, WriteFString(), and WriteFVector().
Referenced by CarlaRecorderWalkersBones::Write().
Here is the call graph for this function:
Here is the caller graph for this function:| std::vector<CarlaRecorderWalkerBone> CarlaRecorderWalkerBones::Bones |
Definition at line 26 of file CarlaRecorderWalkerBones.h.
Referenced by ACarlaRecorder::AddActorBones(), Clear(), CarlaReplayerHelper::ProcessReplayerWalkerBones(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
| uint32_t CarlaRecorderWalkerBones::DatabaseId |
Definition at line 25 of file CarlaRecorderWalkerBones.h.
Referenced by ACarlaRecorder::AddActorBones(), CarlaReplayerHelper::ProcessReplayerWalkerBones(), CarlaReplayer::ProcessWalkerBones(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
1.8.13