MaxstARSDK
MasTrackable Class Reference

Container for individual tracking information. More...

#import <MasTrackable.h>

Inheritance diagram for MasTrackable:
Inheritance graph
Collaboration diagram for MasTrackable:
Collaboration graph

Instance Methods

(instancetype) - init:
 
(matrix_float4x4) - getPose
 Get tracking pose. More...
 
(NSString *) - getName
 Get target name. More...
 
(NSString *) - getId
 Get target id. More...
 
(NSString *) - getCloudName
 Get target Cloud Name. More...
 
(float) - getWidth
 Get target Width. More...
 
(float) - getHeight
 Get target Height. More...
 
(NSString *) - getCloudMetaData
 Get target Cloud MetaData. More...
 

Detailed Description

Container for individual tracking information.

Method Documentation

◆ getCloudMetaData

- (NSString*) getCloudMetaData

Get target Cloud MetaData.

Returns
tracking target Cloud MetaData (for use Cloud Recognition)

◆ getCloudName

- (NSString*) getCloudName

Get target Cloud Name.

Returns
tracking target Cloud Name (for use Cloud Recognition)

◆ getHeight

- (float) getHeight

Get target Height.

Returns
tracking target height

◆ getId

- (NSString*) getId

Get target id.

Returns
tracking target id

◆ getName

- (NSString*) getName

Get target name.

Returns
tracking target name (file name without extension)

◆ getPose

- (matrix_float4x4) getPose

Get tracking pose.

Returns
4x4 matrix for tracking pose

◆ getWidth

- (float) getWidth

Get target Width.

Returns
tracking target width

◆ init:

- (instancetype) init: (void *)  trackable

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