MaxstAR Native iOS
MasGuideInfo.h
1 //
2 // MasGuideInfo.h
3 // MaxstARSDKFramework
4 //
5 // Created by Kimseunglee on 2018. 3. 21..
6 // Copyright © 2018년 Maxst. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "MasTagAnchor.h"
11 
12 @interface MasGuideInfo : NSObject
13 
14 - (instancetype)init:(void *)guideInfo;
15 
21 
25 - (int)getKeyframeCount;
26 
32 
36 - (float *)getGuideFeatureBuffer;
37 
42 - (float *)getBoundingBox;
43 
48 - (NSMutableArray<MasTagAnchor *> *)getTagAnchors;
49 
54 - (int)getTagAnchorCount;
55 @end
-[MasGuideInfo getGuideFeatureCount]
int getGuideFeatureCount()
Definition: MasGuideInfo.mm:41
-[MasGuideInfo getKeyframeCount]
int getKeyframeCount()
Definition: MasGuideInfo.mm:37
-[MasGuideInfo getBoundingBox]
float * getBoundingBox()
Definition: MasGuideInfo.mm:49
MasTagAnchor
Definition: MasTagAnchor.h:12
MasGuideInfo
Definition: MasGuideInfo.h:12
-[MasGuideInfo getTagAnchorCount]
int getTagAnchorCount()
Definition: MasGuideInfo.mm:53
-[MasGuideInfo getGuideFeatureBuffer]
float * getGuideFeatureBuffer()
Definition: MasGuideInfo.mm:45
-[MasGuideInfo getInitializingProgress]
float getInitializingProgress()
Get a percentage of progress during an initialization step of SLAM.
Definition: MasGuideInfo.mm:33
-[MasGuideInfo getTagAnchors]
NSMutableArray< MasTagAnchor * > * getTagAnchors()
Definition: MasGuideInfo.mm:57