Banuba SDK
Main Page
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Properties
a
b
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Files
File List
File Members
All
Functions
•
All
Classes
Files
Functions
Properties
libs
djinni
generated
objc
BNBSegmentationMask.h
Go to the documentation of this file.
1
// AUTOGENERATED FILE - DO NOT MODIFY!
2
// This file generated by Djinni from scene.djinni
3
4
#import "
BNBSegmentationMaskType.h
"
5
#import <Foundation/Foundation.h>
6
7
8
@interface
BNBSegmentationMask
: NSObject
9
10
- (void)setMaskType:(BNBSegmentationMaskType)type;
11
12
- (BNBSegmentationMaskType)
getMaskType
;
13
14
- (void)setActive:(BOOL)active;
15
16
- (BOOL)
isActive
;
17
18
@end
BNBSegmentationMask
Definition:
BNBSegmentationMask.h:9
-[BNBSegmentationMask getMaskType]
BNBSegmentationMaskType getMaskType()
-[BNBSegmentationMask isActive]
BOOL isActive()
BNBSegmentationMaskType.h
Generated by
1.8.20