#include <CarlaRecorderWalkerBones.h>
Collaboration diagram for CarlaRecorderWalkersBones:Public Member Functions | |
| void | Add (const CarlaRecorderWalkerBones &InObj) |
| void | Clear (void) |
| void | Write (std::ofstream &OutFile) |
Private Attributes | |
| std::vector< CarlaRecorderWalkerBones > | Walkers |
Definition at line 37 of file CarlaRecorderWalkerBones.h.
| void CarlaRecorderWalkersBones::Add | ( | const CarlaRecorderWalkerBones & | InObj | ) |
Definition at line 61 of file CarlaRecorderWalkerBones.cpp.
Referenced by ACarlaRecorder::AddActorBones().
Here is the caller graph for this function:| void CarlaRecorderWalkersBones::Clear | ( | void | ) |
Definition at line 56 of file CarlaRecorderWalkerBones.cpp.
Referenced by ACarlaRecorder::Clear().
Here is the caller graph for this function:| void CarlaRecorderWalkersBones::Write | ( | std::ofstream & | OutFile | ) |
Definition at line 66 of file CarlaRecorderWalkerBones.cpp.
References WalkerBones, and CarlaRecorderWalkerBones::Write().
Referenced by ACarlaRecorder::Write().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 49 of file CarlaRecorderWalkerBones.h.
1.8.13