MaxstARSDK  4.1.x
All Classes Files Functions Variables Enumerations Enumerator Macros
MasGuideInfo.h
Go to the documentation of this file.
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 
50 - (int)getTagAnchorCount;
51 @end
float * getBoundingBox()
int getTagAnchorCount()
int getKeyframeCount()
NSMutableArray< MasTagAnchor * > * getTagAnchors()
float * getGuideFeatureBuffer()
float getInitializingProgress()
Get a percentage of progress during an initialization step of SLAM.
Definition: MasGuideInfo.h:12
int getGuideFeatureCount()
Definition: MasTagAnchor.h:12