ReconstructMe SDK  1.1.739-75658
Real-time 3D reconstruction engine
 All Classes Files Functions Typedefs Enumerations Enumerator Groups Pages
types.h
Go to the documentation of this file.
1 
12 #ifndef REME_TYPES_H
13 #define REME_TYPES_H
14 
15 #include "defines.h"
16 
17 REME_BEGIN_DECLS
18 
19 
29  typedef struct _reme_context* reme_context_t;
30 
38  typedef enum _reme_error {
45  } reme_error_t;
46 
47 
54  typedef enum _reme_log_severity {
59 
73  typedef void (*reme_log_callback_t)(reme_log_severity_t sev, const char *message, void *user_info);
74 
81  typedef int reme_license_t;
82 
102  typedef int reme_options_t;
103 
111  typedef int reme_sensor_t;
112 
121  typedef enum _reme_sensor_image_t {
127 
135  typedef int reme_volume_t;
136 
144  typedef int reme_recorder_t;
145 
153  typedef int reme_surface_t;
154 
161  typedef int reme_image_t;
162 
171  typedef int reme_calibrator_t;
172 
179  typedef enum _reme_transform {
183 
193  typedef int reme_viewer_t;
194 
195 REME_END_DECLS
196 
197 #endif