#include <CarlaRecorderAnimWalker.h>
Collaboration diagram for CarlaRecorderAnimWalkers:Public Member Functions | |
| void | Add (const CarlaRecorderAnimWalker &InObj) |
| void | Clear (void) |
| const std::vector< CarlaRecorderAnimWalker > & | GetWalkers () |
| void | Read (std::istream &InFile) |
| void | Write (std::ostream &OutFile) |
Private Attributes | |
| std::vector< CarlaRecorderAnimWalker > | Walkers |
Definition at line 25 of file CarlaRecorderAnimWalker.h.
| void CarlaRecorderAnimWalkers::Add | ( | const CarlaRecorderAnimWalker & | InObj | ) |
Definition at line 31 of file CarlaRecorderAnimWalker.cpp.
Referenced by FFrameData::AddAnimWalker(), and ACarlaRecorder::AddAnimWalker().
Here is the caller graph for this function:| void CarlaRecorderAnimWalkers::Clear | ( | void | ) |
Definition at line 26 of file CarlaRecorderAnimWalker.cpp.
Referenced by FFrameData::Clear(), and ACarlaRecorder::Clear().
Here is the caller graph for this function:| const std::vector< CarlaRecorderAnimWalker > & CarlaRecorderAnimWalkers::GetWalkers | ( | ) |
Definition at line 71 of file CarlaRecorderAnimWalker.cpp.
Referenced by FFrameData::PlayFrameData().
Here is the caller graph for this function:| void CarlaRecorderAnimWalkers::Read | ( | std::istream & | InFile | ) |
Definition at line 57 of file CarlaRecorderAnimWalker.cpp.
References CarlaRecorderAnimWalker::Read().
Referenced by FFrameData::Read().
Here is the call graph for this function:
Here is the caller graph for this function:| void CarlaRecorderAnimWalkers::Write | ( | std::ostream & | OutFile | ) |
Definition at line 36 of file CarlaRecorderAnimWalker.cpp.
References AnimWalker.
Referenced by FFrameData::Write(), and ACarlaRecorder::Write().
Here is the caller graph for this function:
|
private |
Definition at line 41 of file CarlaRecorderAnimWalker.h.
1.8.13