ReconstructMe SDK  2.0.819-89134
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 {
47  } reme_error_t;
48 
49 
56  typedef enum _reme_log_severity {
61 
68  typedef enum _reme_tune_profile {
73 
87  typedef void (*reme_log_callback_t)(reme_log_severity_t sev, const char *message, void *user_info);
88 
95  typedef int reme_license_t;
96 
116  typedef int reme_options_t;
117 
125  typedef int reme_sensor_t;
126 
135  typedef enum _reme_sensor_image_t {
142 
154  typedef enum _reme_sensor_view_t {
158 
159 
179 
201 
210  typedef enum _reme_sensor_position_t {
218 
226  typedef int reme_volume_t;
227 
235  typedef int reme_recorder_t;
236 
244  typedef int reme_surface_t;
245 
252  typedef int reme_image_t;
253 
262  typedef int reme_calibrator_t;
263 
270  typedef enum _reme_transform {
273 
283  typedef int reme_viewer_t;
284 
285 REME_END_DECLS
286 
287 #endif