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

#include <CarlaRecorderPosition.h>

+ Collaboration diagram for CarlaRecorderPositions:

Public Member Functions

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

Private Attributes

std::vector< CarlaRecorderPositionPositions
 

Detailed Description

Definition at line 26 of file CarlaRecorderPosition.h.

Member Function Documentation

◆ Add()

void CarlaRecorderPositions::Add ( const CarlaRecorderPosition InObj)

Definition at line 35 of file CarlaRecorderPosition.cpp.

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

+ Here is the caller graph for this function:

◆ Clear()

void CarlaRecorderPositions::Clear ( void  )

Definition at line 30 of file CarlaRecorderPosition.cpp.

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

+ Here is the caller graph for this function:

◆ GetPositions()

const std::vector< CarlaRecorderPosition > & CarlaRecorderPositions::GetPositions ( )

Definition at line 75 of file CarlaRecorderPosition.cpp.

Referenced by FFrameData::PlayFrameData().

+ Here is the caller graph for this function:

◆ Read()

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

Definition at line 61 of file CarlaRecorderPosition.cpp.

References CarlaRecorderPosition::Read().

Referenced by FFrameData::Read().

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

◆ Write()

void CarlaRecorderPositions::Write ( std::ostream &  OutFile)

Definition at line 40 of file CarlaRecorderPosition.cpp.

References Position.

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

+ Here is the caller graph for this function:

Member Data Documentation

◆ Positions

std::vector<CarlaRecorderPosition> CarlaRecorderPositions::Positions
private

Definition at line 42 of file CarlaRecorderPosition.h.


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