CARLA
Public Member Functions | Private Attributes | List of all members
CarlaRecorderAnimBikers Class Reference

#include <CarlaRecorderAnimBiker.h>

+ Collaboration diagram for CarlaRecorderAnimBikers:

Public Member Functions

void Add (const CarlaRecorderAnimBiker &InObj)
 
void Clear (void)
 
const std::vector< CarlaRecorderAnimBiker > & GetBikers ()
 
void Read (std::istream &InFile)
 
void Write (std::ostream &OutFile) const
 

Private Attributes

std::vector< CarlaRecorderAnimBikerBikers
 

Detailed Description

Definition at line 26 of file CarlaRecorderAnimBiker.h.

Member Function Documentation

◆ Add()

void CarlaRecorderAnimBikers::Add ( const CarlaRecorderAnimBiker InObj)

Definition at line 32 of file CarlaRecorderAnimBiker.cpp.

Referenced by FFrameData::AddAnimBiker(), and ACarlaRecorder::AddAnimBiker().

+ Here is the caller graph for this function:

◆ Clear()

void CarlaRecorderAnimBikers::Clear ( void  )

Definition at line 27 of file CarlaRecorderAnimBiker.cpp.

Referenced by FFrameData::Clear(), and ACarlaRecorder::Clear().

+ Here is the caller graph for this function:

◆ GetBikers()

const std::vector< CarlaRecorderAnimBiker > & CarlaRecorderAnimBikers::GetBikers ( )

Definition at line 72 of file CarlaRecorderAnimBiker.cpp.

Referenced by FFrameData::PlayFrameData().

+ Here is the caller graph for this function:

◆ Read()

void CarlaRecorderAnimBikers::Read ( std::istream &  InFile)

Definition at line 58 of file CarlaRecorderAnimBiker.cpp.

References CarlaRecorderAnimBiker::Read().

Referenced by FFrameData::Read().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Write()

void CarlaRecorderAnimBikers::Write ( std::ostream &  OutFile) const

Definition at line 37 of file CarlaRecorderAnimBiker.cpp.

References AnimBiker.

Referenced by FFrameData::Write(), and ACarlaRecorder::Write().

+ Here is the caller graph for this function:

Member Data Documentation

◆ Bikers

std::vector<CarlaRecorderAnimBiker> CarlaRecorderAnimBikers::Bikers
private

Definition at line 42 of file CarlaRecorderAnimBiker.h.


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