Solar
Public Member Functions | List of all members
SolAR::api::input::files::ITrackableLoader Class Referenceabstract

Loads a general Trackable object. UUID: 8e54d5d0-f7a3-4d62-b012-728e5704b46a More...

#include <ITrackableLoader.h>

Inheritance diagram for SolAR::api::input::files::ITrackableLoader:
Inheritance graph
[legend]
Collaboration diagram for SolAR::api::input::files::ITrackableLoader:
Collaboration graph
[legend]

Public Member Functions

virtual FrameworkReturnCode loadTrackable (SRef< SolAR::datastructure::Trackable > &trackable)=0
 Loads a specific trackable object and its features. More...
 

Detailed Description

Loads a general Trackable object. UUID: 8e54d5d0-f7a3-4d62-b012-728e5704b46a

Member Function Documentation

◆ loadTrackable()

virtual FrameworkReturnCode SolAR::api::input::files::ITrackableLoader::loadTrackable ( SRef< SolAR::datastructure::Trackable > &  trackable)
pure virtual

Loads a specific trackable object and its features.

Parameters
[in,out]trackablethe loaded trackable loaded
Returns
FrameworkReturnCode::SUCCESS if load succeed, else FrameworkReturnCode::_ERROR

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