3DiVi Face SDK  3.24.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
Template.h
1 #import <Foundation/Foundation.h>
2 
13 @interface Template : NSObject
14 {
15  void *_template;
16 }
17 -(nonnull instancetype) init: (void* _Nonnull) temp;
18 -(void) dealloc;
19 
37 -(nonnull NSString *) getMethodName;
38 
56 -(void) save: (const char* _Nonnull) file_path;
57 
58 
59 @property (readonly, nonnull) void *_template;
60 @end
61 
Interface object for saving the face template.
Definition: Template.h:13