Horus Doc || IDL Reference || C++ Binding   Java Binding || Doxygen's quick Index  

HxCorbaOpsDefParams.idl

Go to the documentation of this file.
00001 /*
00002  *  Copyright (c) 2001, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *  Author(s):
00006  *  Marc Navarro            (mnavarro@wins.uva.nl)
00007  */
00008 
00009 #ifndef HxCorbaOpsDefParams_idl
00010 #define HxCorbaOpsDefParams_idl
00011 
00012 module HxCorbaDefParams
00013 {
00014 interface GlobalOps
00015 {
00016 //
00017 // Filter
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 }; // GlobalOps
00058 }; // HxCorbaDefParams
00059 
00060 #endif

Generated on Mon Jan 27 15:09:38 2003 for IDLReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001