ArmNN
 21.02
ModelRelationship Struct Reference

#include <TimelineModel.hpp>

Public Member Functions

 ModelRelationship (const arm::pipe::ITimelineDecoder::Relationship &relationship)
 

Public Attributes

arm::pipe::ITimelineDecoder::Relationship m_Relationship
 
std::vector< Entity * > m_RelatedEntities
 

Detailed Description

Definition at line 137 of file TimelineModel.hpp.

Constructor & Destructor Documentation

◆ ModelRelationship()

ModelRelationship ( const arm::pipe::ITimelineDecoder::Relationship &  relationship)
inline

Definition at line 139 of file TimelineModel.hpp.

139 : m_Relationship(relationship) {}
arm::pipe::ITimelineDecoder::Relationship m_Relationship

Member Data Documentation

◆ m_RelatedEntities

std::vector<Entity*> m_RelatedEntities

Definition at line 141 of file TimelineModel.hpp.

◆ m_Relationship

arm::pipe::ITimelineDecoder::Relationship m_Relationship

Definition at line 140 of file TimelineModel.hpp.


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