angularmetricconfig.h
00001 /*
00002  * Angular Projective Calibration for SAL3D.
00003  * Copyright 2010 AQSENSE, S.L.
00004  */
00005 #if !defined (AQSENSE_SAL3D_ANGULAR_METRIC_CONFIG_H)
00006 #define AQSENSE_SAL3D_ANGULAR_METRIC_CONFIG_H
00007 
00008 #if defined (_MSC_VER) && (_MSC_VER >= 1020)
00009 #pragma once
00010 #endif
00011 
00012 #include "sal3d_def.h"
00013 #include "cop.h"
00014 #include "rangemap.h"
00015 
00016 /* Metric Config public declaration. */
00017 typedef struct sal3d_angular_metric_config
00018 {
00019     void *p;
00020 } sal3d_angular_metric_config;
00021 
00022 /*
00023  * Functions.
00024  * --------------------------------
00025  */
00026 
00027 #include "angularmetricconfig_fun.h"
00028 
00029 #endif /* !AQSENSE_SAL3D_ANGULAR_METRIC_CONFIG_H */