CARLA
 
载入中...
搜索中...
未找到
函数
CarlaRecorderHelpers.h 文件参考
#include <sstream>
#include <vector>
+ CarlaRecorderHelpers.h 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

函数

std::string GetRecorderFilename (std::string Filename)
 
void ReadFString (std::istream &InFile, FString &OutObj)
 
void ReadFVector (std::istream &InFile, FVector &OutObj)
 
template<typename T >
void ReadStdVector (std::istream &InFile, std::vector< T > &OutVec)
 
template<typename T >
void ReadTArray (std::istream &InFile, TArray< T > &OutVec)
 
void ReadTransform (std::ifstream &InFile, FTransform &OutObj)
 
template<typename T >
void ReadValue (std::istream &InFile, T &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)
 
template<typename T >
void WriteStdVector (std::ostream &OutFile, const std::vector< T > &InVec)
 
template<typename T >
void WriteTArray (std::ostream &OutFile, const TArray< T > &InVec)
 
template<typename T >
void WriteValue (std::ostream &OutFile, const T &InObj)
 

函数说明

◆ GetRecorderFilename()

std::string GetRecorderFilename ( std::string Filename)

在文件 CarlaRecorderHelpers.cpp17 行定义.

被这些函数引用 CarlaRecorderQuery::QueryBlocked(), CarlaRecorderQuery::QueryCollisions(), CarlaRecorderQuery::QueryInfo(), CarlaReplayer::ReplayFile() , 以及 ACarlaRecorder::Start().

+ 这是这个函数的调用关系图:

◆ ReadFString()

void ReadFString ( std::istream & InFile,
FString & OutObj )

在文件 CarlaRecorderHelpers.cpp86 行定义.

引用了 CarlaRecorderHelperBuffer.

被这些函数引用 CarlaRecorderWalkerBones::Read(), CarlaRecorderInfo::Read() , 以及 CarlaRecorderEventAdd::Read().

+ 这是这个函数的调用关系图:

◆ ReadFVector()

void ReadFVector ( std::istream & InFile,
FVector & OutObj )

在文件 CarlaRecorderHelpers.cpp68 行定义.

被这些函数引用 FDenseTile::InitializeTile(), CarlaRecorderWalkerBones::Read(), CarlaRecorderBoundingBox::Read(), CarlaRecorderEventAdd::Read(), CarlaRecorderKinematics::Read(), CarlaRecorderPosition::Read() , 以及 ReadFTransform().

+ 这是这个函数的调用关系图:

◆ ReadStdVector()

template<typename T >
void ReadStdVector ( std::istream & InFile,
std::vector< T > & OutVec )

在文件 CarlaRecorderHelpers.h66 行定义.

被这些函数引用 CarlaRecorderPhysicsControl::Read().

+ 这是这个函数的调用关系图:

◆ ReadTArray()

template<typename T >
void ReadTArray ( std::istream & InFile,
TArray< T > & OutVec )

在文件 CarlaRecorderHelpers.h80 行定义.

◆ ReadTransform()

void ReadTransform ( std::ifstream & InFile,
FTransform & OutObj )

◆ ReadValue()

template<typename T >
void ReadValue ( std::istream & InFile,
T & OutObj )

在文件 CarlaRecorderHelpers.h60 行定义.

被这些函数引用 CarlaRecorderPhysicsControl::Read() , 以及 CarlaRecorderTrafficLightTime::Read().

+ 这是这个函数的调用关系图:

◆ WriteFString()

void WriteFString ( std::ostream & OutFile,
const FString & InObj )

在文件 CarlaRecorderHelpers.cpp53 行定义.

被这些函数引用 CarlaRecorderWalkerBones::Write(), CarlaRecorderInfo::Write() , 以及 CarlaRecorderEventAdd::Write().

+ 这是这个函数的调用关系图:

◆ WriteFTransform()

void WriteFTransform ( std::ofstream & OutFile,
const FTransform & InObj )

在文件 CarlaRecorderHelpers.cpp46 行定义.

引用了 WriteFVector().

+ 函数调用图:

◆ WriteFVector()

void WriteFVector ( std::ostream & OutFile,
const FVector & InObj )

在文件 CarlaRecorderHelpers.cpp38 行定义.

被这些函数引用 CarlaRecorderWalkerBones::Write(), CarlaRecorderBoundingBox::Write(), CarlaRecorderKinematics::Write(), CarlaRecorderPosition::Write(), CarlaRecorderEventAdd::Write() , 以及 WriteFTransform().

+ 这是这个函数的调用关系图:

◆ WriteStdVector()

template<typename T >
void WriteStdVector ( std::ostream & OutFile,
const std::vector< T > & InVec )

在文件 CarlaRecorderHelpers.h27 行定义.

被这些函数引用 CarlaRecorderPhysicsControl::Write().

+ 这是这个函数的调用关系图:

◆ WriteTArray()

template<typename T >
void WriteTArray ( std::ostream & OutFile,
const TArray< T > & InVec )

在文件 CarlaRecorderHelpers.h37 行定义.

◆ WriteValue()

template<typename T >
void WriteValue ( std::ostream & OutFile,
const T & InObj )

在文件 CarlaRecorderHelpers.h21 行定义.

被这些函数引用 CarlaRecorderPhysicsControl::Write() , 以及 CarlaRecorderTrafficLightTime::Write().

+ 这是这个函数的调用关系图: