00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 #ifndef HxCorbaOpsDefParams_idl
00010 #define HxCorbaOpsDefParams_idl
00011 
00012 module HxCorbaDefParams
00013 {
00014 interface GlobalOps
00015 {
00016 
00017 
00018 
00019 const long   HxRecGauss_dx = 0;
00020 const long   HxRecGauss_dy = 0;
00021 const long   HxRecGauss_recurOrder = 3;
00022 
00023 const long   HxMakeGaussian1d_fsize = -1;
00024 const long   HxMakeParabola1d_fsize = -1;
00025 
00026 const long   HxScale_adjustSize = 1;
00027 
00028 const long   HxConvGauss2d_orderDerivx = 0;
00029 const long   HxConvGauss2d_orderDerivy = 0;
00030 const double HxConvGauss2d_accuracyx = 3.0;
00031 const double HxConvGauss2d_accuracyy = 3.0;
00032 
00033 const long   HxConvGauss3d_orderDerivx = 0;
00034 const long   HxConvGauss3d_orderDerivy = 0;
00035 const long   HxConvGauss3d_orderDerivz = 0;
00036 const double HxConvGauss3d_accuracyx = 3.0;
00037 const double HxConvGauss3d_accuracyy = 3.0;
00038 const double HxConvGauss3d_accuracyz = 3.0;
00039 
00040 const long   HxGaussDerivative2d_orderDerivx = 0;
00041 const long   HxGaussDerivative2d_orderDerivy = 0;
00042 const double HxGaussDerivative2d_accuracy = 3.0;
00043 
00044 const long   HxGaussDerivative3d_orderDerivx = 0;
00045 const long   HxGaussDerivative3d_orderDerivy = 0;
00046 const long   HxGaussDerivative3d_orderDerivz = 0;
00047 const double HxGaussDerivative3d_accuracy = 3.0;
00048 
00049 const double HxGauss_accuracy = 3.0;
00050 
00051 const long   HxDisplayOF_scale_x = 10;
00052 const long   HxDisplayOF_scale_y = 10;
00053 const double HxDisplayOF_mul_x = 0.7;
00054 const double HxDisplayOF_mul_y = 0.7;
00055 const long   HxDisplayOF_pixelsize = 1;
00056 
00057 }; 
00058 }; 
00059 
00060 #endif