CarlaRecorderHelpers.cpp 的引用(Include)关系图:函数 | |
| std::string | GetRecorderFilename (std::string Filename) |
| void | ReadFString (std::istream &InFile, FString &OutObj) |
| void | ReadFTransform (std::ifstream &InFile, FTransform &OutObj) |
| void | ReadFVector (std::istream &InFile, FVector &OutObj) |
| void | WriteFString (std::ostream &OutFile, const FString &InObj) |
| void | WriteFTransform (std::ofstream &OutFile, const FTransform &InObj) |
| void | WriteFVector (std::ostream &OutFile, const FVector &InObj) |
变量 | |
| static std::vector< uint8_t > | CarlaRecorderHelperBuffer |
| std::string GetRecorderFilename | ( | std::string | Filename | ) |
在文件 CarlaRecorderHelpers.cpp 第 17 行定义.
被这些函数引用 CarlaRecorderQuery::QueryBlocked(), CarlaRecorderQuery::QueryCollisions(), CarlaRecorderQuery::QueryInfo(), CarlaReplayer::ReplayFile() , 以及 ACarlaRecorder::Start().
这是这个函数的调用关系图:| void ReadFString | ( | std::istream & | InFile, |
| FString & | OutObj | ||
| ) |
在文件 CarlaRecorderHelpers.cpp 第 86 行定义.
引用了 CarlaRecorderHelperBuffer.
被这些函数引用 CarlaRecorderWalkerBones::Read(), CarlaRecorderInfo::Read() , 以及 CarlaRecorderEventAdd::Read().
这是这个函数的调用关系图:| void ReadFTransform | ( | std::ifstream & | InFile, |
| FTransform & | OutObj | ||
| ) |
| void ReadFVector | ( | std::istream & | InFile, |
| FVector & | OutObj | ||
| ) |
| void WriteFString | ( | std::ostream & | OutFile, |
| const FString & | InObj | ||
| ) |
在文件 CarlaRecorderHelpers.cpp 第 53 行定义.
被这些函数引用 CarlaRecorderWalkerBones::Write(), CarlaRecorderInfo::Write() , 以及 CarlaRecorderEventAdd::Write().
这是这个函数的调用关系图:| void WriteFTransform | ( | std::ofstream & | OutFile, |
| const FTransform & | InObj | ||
| ) |
| void WriteFVector | ( | std::ostream & | OutFile, |
| const FVector & | InObj | ||
| ) |
|
static |
在文件 CarlaRecorderHelpers.cpp 第 14 行定义.
被这些函数引用 ReadFString().