CARLA
Public Member Functions | Public Attributes | List of all members
CarlaRecorderWalkerBones Struct Reference

#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< CarlaRecorderWalkerBoneBones
 
uint32_t DatabaseId
 

Detailed Description

Definition at line 23 of file CarlaRecorderWalkerBones.h.

Member Function Documentation

◆ Clear()

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:

◆ Read()

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:

◆ Write()

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:

Member Data Documentation

◆ Bones

std::vector<CarlaRecorderWalkerBone> CarlaRecorderWalkerBones::Bones

◆ DatabaseId

uint32_t CarlaRecorderWalkerBones::DatabaseId

The documentation for this struct was generated from the following files: