/*************************************************************************************************************************************/
/*                                                                                                                                   */
/*        D E F I N I T I O N   D E S   F O N C T I O N S   E T   D E   L E U R S   A R G U M E N T S  :                             */
/*                                                                                                                                   */
/*                                                                                                                                   */
/*                    Dans ce fichier, se trouvent toutes                                                                            */
/*                  les donnees necessaires a la validation                                                                          */
/*                  du nombre des arguments lors de l'appel                                                                          */
/*                  d'une fonction.                                                                                                  */
/*                                                                                                                                   */
/*                                                                                                                                   */
/*        Contenu :                                                                                                                  */
/*                                                                                                                                   */
/*                    On trouvera donc ici deux types de                                                                             */
/*                  definitions :                                                                                                    */
/*                                                                                                                                   */
/*                  1 - permettant d'atteindre une fonction                                                                          */
/*                  'f' sans valider le nombre d'arguments,                                                                          */
/*                  et ce en utilisant le nom '__f' :                                                                                */
/*                                                                                                                                   */
/*                                      =define   __f       f                                                                        */
/*                                                                                                                                   */
/*                  2 - permettant de valider le nombre                                                                              */
/*                  d'arguments lors d'une utilisation                                                                               */
/*                  quelconque d'une fonction 'f' :                                                                                  */
/*                                                                                                                                   */
/*                                      =define   _f(args)  f(args)                                                                  */
/*                                      #define   f(args)   _f(args)                                                                 */
/*                                                                                                                                   */
/*                                                                                                                                   */
/*        Author of '$xiii/pent_image$ARG' sur 'LACT19' :                                                                            */
/*                                                                                                                                   */
/*                    Jean-Francois COLONNA (LACTAMME, 20240626121854).                                                              */
/*                                                                                                                                   */
/*************************************************************************************************************************************/

/*===================================================================================================================================*/
/*************************************************************************************************************************************/
/*                                                                                                                                   */
/*        D E F I N I T I O N   D E S   F O N C T I O N S   E T   D E   L E U R S   A R G U M E N T S  :                             */
/*                                                                                                                                   */
/*************************************************************************************************************************************/

=define   __Iinterpolation_quelconque                                                                                                   \
                    Iinterpolation_quelconque
=define   _Iinterpolation_quelconque(                                                                                                   \
                              Argument_____imageR                                                                                       \
                             ,Argument_____ponderateur1                                                                                 \
                             ,Argument_____imageA1                                                                                      \
                             ,Argument_____ponderateur2                                                                                 \
                             ,Argument_____imageA2                                                                                      \
                              )                                                                                                         \
                    Iinterpolation_quelconque(                                                                                          \
                                        Argument_____imageR                                                                             \
                                       ,Argument_____ponderateur1                                                                       \
                                       ,Argument_____imageA1                                                                            \
                                       ,Argument_____ponderateur2                                                                       \
                                       ,Argument_____imageA2                                                                            \
                                        )
#define   Iinterpolation_quelconque(                                                                                                    \
                              Argument_____imageR                                                                                       \
                             ,Argument_____ponderateur1                                                                                 \
                             ,Argument_____imageA1                                                                                      \
                             ,Argument_____ponderateur2                                                                                 \
                             ,Argument_____imageA2                                                                                      \
                              )                                                                                                         \
                    _Iinterpolation_quelconque(                                                                                         \
                                        Argument_____imageR                                                                             \
                                       ,Argument_____ponderateur1                                                                       \
                                       ,Argument_____imageA1                                                                            \
                                       ,Argument_____ponderateur2                                                                       \
                                       ,Argument_____imageA2                                                                            \
                                        )

=define   __IFinterpolation_quelconque                                                                                                  \
                    IFinterpolation_quelconque
=define   _IFinterpolation_quelconque(                                                                                                  \
                              Argument_____imageR                                                                                       \
                             ,Argument_____ponderateur1                                                                                 \
                             ,Argument_____imageA1                                                                                      \
                             ,Argument_____ponderateur2                                                                                 \
                             ,Argument_____imageA2                                                                                      \
                              )                                                                                                         \
                    IFinterpolation_quelconque(                                                                                         \
                                        Argument_____imageR                                                                             \
                                       ,Argument_____ponderateur1                                                                       \
                                       ,Argument_____imageA1                                                                            \
                                       ,Argument_____ponderateur2                                                                       \
                                       ,Argument_____imageA2                                                                            \
                                        )
#define   IFinterpolation_quelconque(                                                                                                   \
                              Argument_____imageR                                                                                       \
                             ,Argument_____ponderateur1                                                                                 \
                             ,Argument_____imageA1                                                                                      \
                             ,Argument_____ponderateur2                                                                                 \
                             ,Argument_____imageA2                                                                                      \
                              )                                                                                                         \
                    _IFinterpolation_quelconque(                                                                                        \
                                        Argument_____imageR                                                                             \
                                       ,Argument_____ponderateur1                                                                       \
                                       ,Argument_____imageA1                                                                            \
                                       ,Argument_____ponderateur2                                                                       \
                                       ,Argument_____imageA2                                                                            \
                                        )

=define   __IFinterpolation_locale_de_voisinage                                                                                         \
                    IFinterpolation_locale_de_voisinage
=define   _IFinterpolation_locale_de_voisinage(                                                                                         \
                              Argument_____imageR                                                                                       \
                             ,Argument_____imageALPHA                                                                                   \
                             ,Argument_____imageA1                                                                                      \
                             ,Argument_____imageBETA_                                                                                   \
                             ,Argument_____imageA2                                                                                      \
                              )                                                                                                         \
                    IFinterpolation_locale_de_voisinage(                                                                                \
                                        Argument_____imageR                                                                             \
                                       ,Argument_____imageALPHA                                                                         \
                                       ,Argument_____imageA1                                                                            \
                                       ,Argument_____imageBETA_                                                                         \
                                       ,Argument_____imageA2                                                                            \
                                        )
#define   IFinterpolation_locale_de_voisinage(                                                                                          \
                              Argument_____imageR                                                                                       \
                             ,Argument_____imageALPHA                                                                                   \
                             ,Argument_____imageA1                                                                                      \
                             ,Argument_____imageBETA_                                                                                   \
                             ,Argument_____imageA2                                                                                      \
                              )                                                                                                         \
                    _IFinterpolation_locale_de_voisinage(                                                                               \
                                        Argument_____imageR                                                                             \
                                       ,Argument_____imageALPHA                                                                         \
                                       ,Argument_____imageA1                                                                            \
                                       ,Argument_____imageBETA_                                                                         \
                                       ,Argument_____imageA2                                                                            \
                                        )

=define   __IFcombinaison_hornerienne_var4_degre2                                                                                       \
                    IFcombinaison_hornerienne_var4_degre2
=define   _IFcombinaison_hornerienne_var4_degre2(                                                                                       \
                              Argument_____imageR                                                                                       \
                             ,Argument_____imageA1                                                                                      \
                             ,Argument_____imageA2                                                                                      \
                             ,Argument_____imageA3                                                                                      \
                             ,Argument_____imageA4                                                                                      \
                              )                                                                                                         \
                    IFcombinaison_hornerienne_var4_degre2(                                                                              \
                                        Argument_____imageR                                                                             \
                                       ,Argument_____imageA1                                                                            \
                                       ,Argument_____imageA2                                                                            \
                                       ,Argument_____imageA3                                                                            \
                                       ,Argument_____imageA4                                                                            \
                                        )
#define   IFcombinaison_hornerienne_var4_degre2(                                                                                        \
                              Argument_____imageR                                                                                       \
                             ,Argument_____imageA1                                                                                      \
                             ,Argument_____imageA2                                                                                      \
                             ,Argument_____imageA3                                                                                      \
                             ,Argument_____imageA4                                                                                      \
                              )                                                                                                         \
                    _IFcombinaison_hornerienne_var4_degre2(                                                                             \
                                        Argument_____imageR                                                                             \
                                       ,Argument_____imageA1                                                                            \
                                       ,Argument_____imageA2                                                                            \
                                       ,Argument_____imageA3                                                                            \
                                       ,Argument_____imageA4                                                                            \
                                        )

=define   __IFproduit_complexe                                                                                                          \
                    IFproduit_complexe
=define   _IFproduit_complexe(                                                                                                          \
                              Argument_____imageR                                                                                       \
                             ,Argument_____ponderation_R                                                                                \
                             ,Argument_____ponderation_I                                                                                \
                             ,Argument_____ponderation_M                                                                                \
                             ,Argument_____ponderation_A                                                                                \
                             ,Argument_____imageA_R_1                                                                                   \
                             ,Argument_____imageA_I_1                                                                                   \
                             ,Argument_____imageA_R_2                                                                                   \
                             ,Argument_____imageA_I_2                                                                                   \
                              )                                                                                                         \
                    IFproduit_complexe(                                                                                                 \
                                        Argument_____imageR                                                                             \
                                       ,Argument_____ponderation_R                                                                      \
                                       ,Argument_____ponderation_I                                                                      \
                                       ,Argument_____ponderation_M                                                                      \
                                       ,Argument_____ponderation_A                                                                      \
                                       ,Argument_____imageA_R_1                                                                         \
                                       ,Argument_____imageA_I_1                                                                         \
                                       ,Argument_____imageA_R_2                                                                         \
                                       ,Argument_____imageA_I_2                                                                         \
                                        )
#define   IFproduit_complexe(                                                                                                           \
                              Argument_____imageR                                                                                       \
                             ,Argument_____ponderation_R                                                                                \
                             ,Argument_____ponderation_I                                                                                \
                             ,Argument_____ponderation_M                                                                                \
                             ,Argument_____ponderation_A                                                                                \
                             ,Argument_____imageA_R_1                                                                                   \
                             ,Argument_____imageA_I_1                                                                                   \
                             ,Argument_____imageA_R_2                                                                                   \
                             ,Argument_____imageA_I_2                                                                                   \
                              )                                                                                                         \
                    _IFproduit_complexe(                                                                                                \
                                        Argument_____imageR                                                                             \
                                       ,Argument_____ponderation_R                                                                      \
                                       ,Argument_____ponderation_I                                                                      \
                                       ,Argument_____ponderation_M                                                                      \
                                       ,Argument_____ponderation_A                                                                      \
                                       ,Argument_____imageA_R_1                                                                         \
                                       ,Argument_____imageA_I_1                                                                         \
                                       ,Argument_____imageA_R_2                                                                         \
                                       ,Argument_____imageA_I_2                                                                         \
                                        )

=define   __IFproduit_hyper_complexe                                                                                                    \
                    IFproduit_hyper_complexe
=define   _IFproduit_hyper_complexe(                                                                                                    \
                              Argument_____imageR                                                                                       \
                             ,Argument_____ponderation_R                                                                                \
                             ,Argument_____ponderation_I                                                                                \
                             ,Argument_____ponderation_J                                                                                \
                             ,Argument_____ponderation_K                                                                                \
                             ,Argument_____ponderation_M                                                                                \
                             ,Argument_____ponderation_T                                                                                \
                             ,Argument_____ponderation_P                                                                                \
                             ,Argument_____ponderation_A                                                                                \
                             ,Argument_____imageA_R_1                                                                                   \
                             ,Argument_____imageA_I_1                                                                                   \
                             ,Argument_____imageA_J_1                                                                                   \
                             ,Argument_____imageA_K_1                                                                                   \
                             ,Argument_____imageA_R_2                                                                                   \
                             ,Argument_____imageA_I_2                                                                                   \
                             ,Argument_____imageA_J_2                                                                                   \
                             ,Argument_____imageA_K_2                                                                                   \
                              )                                                                                                         \
                    IFproduit_hyper_complexe(                                                                                           \
                                        Argument_____imageR                                                                             \
                                       ,Argument_____ponderation_R                                                                      \
                                       ,Argument_____ponderation_I                                                                      \
                                       ,Argument_____ponderation_J                                                                      \
                                       ,Argument_____ponderation_K                                                                      \
                                       ,Argument_____ponderation_M                                                                      \
                                       ,Argument_____ponderation_T                                                                      \
                                       ,Argument_____ponderation_P                                                                      \
                                       ,Argument_____ponderation_A                                                                      \
                                       ,Argument_____imageA_R_1                                                                         \
                                       ,Argument_____imageA_I_1                                                                         \
                                       ,Argument_____imageA_J_1                                                                         \
                                       ,Argument_____imageA_K_1                                                                         \
                                       ,Argument_____imageA_R_2                                                                         \
                                       ,Argument_____imageA_I_2                                                                         \
                                       ,Argument_____imageA_J_2                                                                         \
                                       ,Argument_____imageA_K_2                                                                         \
                                        )
#define   IFproduit_hyper_complexe(                                                                                                     \
                              Argument_____imageR                                                                                       \
                             ,Argument_____ponderation_R                                                                                \
                             ,Argument_____ponderation_I                                                                                \
                             ,Argument_____ponderation_J                                                                                \
                             ,Argument_____ponderation_K                                                                                \
                             ,Argument_____ponderation_M                                                                                \
                             ,Argument_____ponderation_T                                                                                \
                             ,Argument_____ponderation_P                                                                                \
                             ,Argument_____ponderation_A                                                                                \
                             ,Argument_____imageA_R_1                                                                                   \
                             ,Argument_____imageA_I_1                                                                                   \
                             ,Argument_____imageA_J_1                                                                                   \
                             ,Argument_____imageA_K_1                                                                                   \
                             ,Argument_____imageA_R_2                                                                                   \
                             ,Argument_____imageA_I_2                                                                                   \
                             ,Argument_____imageA_J_2                                                                                   \
                             ,Argument_____imageA_K_2                                                                                   \
                              )                                                                                                         \
                    _IFproduit_hyper_complexe(                                                                                          \
                                        Argument_____imageR                                                                             \
                                       ,Argument_____ponderation_R                                                                      \
                                       ,Argument_____ponderation_I                                                                      \
                                       ,Argument_____ponderation_J                                                                      \
                                       ,Argument_____ponderation_K                                                                      \
                                       ,Argument_____ponderation_M                                                                      \
                                       ,Argument_____ponderation_T                                                                      \
                                       ,Argument_____ponderation_P                                                                      \
                                       ,Argument_____ponderation_A                                                                      \
                                       ,Argument_____imageA_R_1                                                                         \
                                       ,Argument_____imageA_I_1                                                                         \
                                       ,Argument_____imageA_J_1                                                                         \
                                       ,Argument_____imageA_K_1                                                                         \
                                       ,Argument_____imageA_R_2                                                                         \
                                       ,Argument_____imageA_I_2                                                                         \
                                       ,Argument_____imageA_J_2                                                                         \
                                       ,Argument_____imageA_K_2                                                                         \
                                        )

=define   __IFproduit_hyper_hyper_complexe                                                                                              \
                    IFproduit_hyper_hyper_complexe
=define   _IFproduit_hyper_hyper_complexe(                                                                                              \
                              Argument_____imageR                                                                                       \
                             ,Argument_____ponderation_R                                                                                \
                             ,Argument_____ponderation_I                                                                                \
                             ,Argument_____ponderation_J                                                                                \
                             ,Argument_____ponderation_K                                                                                \
                             ,Argument_____ponderation_S                                                                                \
                             ,Argument_____ponderation_T                                                                                \
                             ,Argument_____ponderation_U                                                                                \
                             ,Argument_____ponderation_V                                                                                \
                             ,Argument_____ponderation_M_                                                                               \
                             ,Argument_____ponderation_A1                                                                               \
                             ,Argument_____ponderation_A2                                                                               \
                             ,Argument_____ponderation_A3                                                                               \
                             ,Argument_____ponderation_A4                                                                               \
                             ,Argument_____ponderation_A5                                                                               \
                             ,Argument_____ponderation_A6                                                                               \
                             ,Argument_____ponderation_A7                                                                               \
                             ,Argument_____imageA_R_1                                                                                   \
                             ,Argument_____imageA_I_1                                                                                   \
                             ,Argument_____imageA_J_1                                                                                   \
                             ,Argument_____imageA_K_1                                                                                   \
                             ,Argument_____imageA_S_1                                                                                   \
                             ,Argument_____imageA_T_1                                                                                   \
                             ,Argument_____imageA_U_1                                                                                   \
                             ,Argument_____imageA_V_1                                                                                   \
                             ,Argument_____imageA_R_2                                                                                   \
                             ,Argument_____imageA_I_2                                                                                   \
                             ,Argument_____imageA_J_2                                                                                   \
                             ,Argument_____imageA_K_2                                                                                   \
                             ,Argument_____imageA_S_2                                                                                   \
                             ,Argument_____imageA_T_2                                                                                   \
                             ,Argument_____imageA_U_2                                                                                   \
                             ,Argument_____imageA_V_2                                                                                   \
                              )                                                                                                         \
                    IFproduit_hyper_hyper_complexe(                                                                                     \
                                        Argument_____imageR                                                                             \
                                       ,Argument_____ponderation_R                                                                      \
                                       ,Argument_____ponderation_I                                                                      \
                                       ,Argument_____ponderation_J                                                                      \
                                       ,Argument_____ponderation_K                                                                      \
                                       ,Argument_____ponderation_S                                                                      \
                                       ,Argument_____ponderation_T                                                                      \
                                       ,Argument_____ponderation_U                                                                      \
                                       ,Argument_____ponderation_V                                                                      \
                                       ,Argument_____ponderation_M_                                                                     \
                                       ,Argument_____ponderation_A1                                                                     \
                                       ,Argument_____ponderation_A2                                                                     \
                                       ,Argument_____ponderation_A3                                                                     \
                                       ,Argument_____ponderation_A4                                                                     \
                                       ,Argument_____ponderation_A5                                                                     \
                                       ,Argument_____ponderation_A6                                                                     \
                                       ,Argument_____ponderation_A7                                                                     \
                                       ,Argument_____imageA_R_1                                                                         \
                                       ,Argument_____imageA_I_1                                                                         \
                                       ,Argument_____imageA_J_1                                                                         \
                                       ,Argument_____imageA_K_1                                                                         \
                                       ,Argument_____imageA_S_1                                                                         \
                                       ,Argument_____imageA_T_1                                                                         \
                                       ,Argument_____imageA_U_1                                                                         \
                                       ,Argument_____imageA_V_1                                                                         \
                                       ,Argument_____imageA_R_2                                                                         \
                                       ,Argument_____imageA_I_2                                                                         \
                                       ,Argument_____imageA_J_2                                                                         \
                                       ,Argument_____imageA_K_2                                                                         \
                                       ,Argument_____imageA_S_2                                                                         \
                                       ,Argument_____imageA_T_2                                                                         \
                                       ,Argument_____imageA_U_2                                                                         \
                                       ,Argument_____imageA_V_2                                                                         \
                                        )
#define   IFproduit_hyper_hyper_complexe(                                                                                               \
                              Argument_____imageR                                                                                       \
                             ,Argument_____ponderation_R                                                                                \
                             ,Argument_____ponderation_I                                                                                \
                             ,Argument_____ponderation_J                                                                                \
                             ,Argument_____ponderation_K                                                                                \
                             ,Argument_____ponderation_S                                                                                \
                             ,Argument_____ponderation_T                                                                                \
                             ,Argument_____ponderation_U                                                                                \
                             ,Argument_____ponderation_V                                                                                \
                             ,Argument_____ponderation_M_                                                                               \
                             ,Argument_____ponderation_A1                                                                               \
                             ,Argument_____ponderation_A2                                                                               \
                             ,Argument_____ponderation_A3                                                                               \
                             ,Argument_____ponderation_A4                                                                               \
                             ,Argument_____ponderation_A5                                                                               \
                             ,Argument_____ponderation_A6                                                                               \
                             ,Argument_____ponderation_A7                                                                               \
                             ,Argument_____imageA_R_1                                                                                   \
                             ,Argument_____imageA_I_1                                                                                   \
                             ,Argument_____imageA_J_1                                                                                   \
                             ,Argument_____imageA_K_1                                                                                   \
                             ,Argument_____imageA_S_1                                                                                   \
                             ,Argument_____imageA_T_1                                                                                   \
                             ,Argument_____imageA_U_1                                                                                   \
                             ,Argument_____imageA_V_1                                                                                   \
                             ,Argument_____imageA_R_2                                                                                   \
                             ,Argument_____imageA_I_2                                                                                   \
                             ,Argument_____imageA_J_2                                                                                   \
                             ,Argument_____imageA_K_2                                                                                   \
                             ,Argument_____imageA_S_2                                                                                   \
                             ,Argument_____imageA_T_2                                                                                   \
                             ,Argument_____imageA_U_2                                                                                   \
                             ,Argument_____imageA_V_2                                                                                   \
                              )                                                                                                         \
                    _IFproduit_hyper_hyper_complexe(                                                                                    \
                                        Argument_____imageR                                                                             \
                                       ,Argument_____ponderation_R                                                                      \
                                       ,Argument_____ponderation_I                                                                      \
                                       ,Argument_____ponderation_J                                                                      \
                                       ,Argument_____ponderation_K                                                                      \
                                       ,Argument_____ponderation_S                                                                      \
                                       ,Argument_____ponderation_T                                                                      \
                                       ,Argument_____ponderation_U                                                                      \
                                       ,Argument_____ponderation_V                                                                      \
                                       ,Argument_____ponderation_M_                                                                     \
                                       ,Argument_____ponderation_A1                                                                     \
                                       ,Argument_____ponderation_A2                                                                     \
                                       ,Argument_____ponderation_A3                                                                     \
                                       ,Argument_____ponderation_A4                                                                     \
                                       ,Argument_____ponderation_A5                                                                     \
                                       ,Argument_____ponderation_A6                                                                     \
                                       ,Argument_____ponderation_A7                                                                     \
                                       ,Argument_____imageA_R_1                                                                         \
                                       ,Argument_____imageA_I_1                                                                         \
                                       ,Argument_____imageA_J_1                                                                         \
                                       ,Argument_____imageA_K_1                                                                         \
                                       ,Argument_____imageA_S_1                                                                         \
                                       ,Argument_____imageA_T_1                                                                         \
                                       ,Argument_____imageA_U_1                                                                         \
                                       ,Argument_____imageA_V_1                                                                         \
                                       ,Argument_____imageA_R_2                                                                         \
                                       ,Argument_____imageA_I_2                                                                         \
                                       ,Argument_____imageA_J_2                                                                         \
                                       ,Argument_____imageA_K_2                                                                         \
                                       ,Argument_____imageA_S_2                                                                         \
                                       ,Argument_____imageA_T_2                                                                         \
                                       ,Argument_____imageA_U_2                                                                         \
                                       ,Argument_____imageA_V_2                                                                         \
                                        )

=define   __IFproduit_scalaire                                                                                                          \
                    IFproduit_scalaire
=define   _IFproduit_scalaire(                                                                                                          \
                              Argument_____iR                                                                                           \
                             ,Argument_____iA1                                                                                          \
                             ,Argument_____iA2                                                                                          \
                             ,Argument_____iA3                                                                                          \
                             ,Argument_____iA4                                                                                          \
                             ,Argument_____iA5                                                                                          \
                             ,Argument_____iA6                                                                                          \
                              )                                                                                                         \
                    IFproduit_scalaire(                                                                                                 \
                                        Argument_____iR                                                                                 \
                                       ,Argument_____iA1                                                                                \
                                       ,Argument_____iA2                                                                                \
                                       ,Argument_____iA3                                                                                \
                                       ,Argument_____iA4                                                                                \
                                       ,Argument_____iA5                                                                                \
                                       ,Argument_____iA6                                                                                \
                                        )
#define   IFproduit_scalaire(                                                                                                           \
                              Argument_____iR                                                                                           \
                             ,Argument_____iA1                                                                                          \
                             ,Argument_____iA2                                                                                          \
                             ,Argument_____iA3                                                                                          \
                             ,Argument_____iA4                                                                                          \
                             ,Argument_____iA5                                                                                          \
                             ,Argument_____iA6                                                                                          \
                              )                                                                                                         \
                    _IFproduit_scalaire(                                                                                                \
                                        Argument_____iR                                                                                 \
                                       ,Argument_____iA1                                                                                \
                                       ,Argument_____iA2                                                                                \
                                       ,Argument_____iA3                                                                                \
                                       ,Argument_____iA4                                                                                \
                                       ,Argument_____iA5                                                                                \
                                       ,Argument_____iA6                                                                                \
                                        )

=define   __IFproduit_vectorX                                                                                                           \
                    IFproduit_vectorX
=define   _IFproduit_vectorX(                                                                                                           \
                              Argument_____iR                                                                                           \
                             ,Argument_____iA1                                                                                          \
                             ,Argument_____iA2                                                                                          \
                             ,Argument_____iA3                                                                                          \
                             ,Argument_____iA4                                                                                          \
                             ,Argument_____iA5                                                                                          \
                             ,Argument_____iA6                                                                                          \
                              )                                                                                                         \
                    IFproduit_vectorX(                                                                                                  \
                                        Argument_____iR                                                                                 \
                                       ,Argument_____iA1                                                                                \
                                       ,Argument_____iA2                                                                                \
                                       ,Argument_____iA3                                                                                \
                                       ,Argument_____iA4                                                                                \
                                       ,Argument_____iA5                                                                                \
                                       ,Argument_____iA6                                                                                \
                                        )
#define   IFproduit_vectorX(                                                                                                            \
                              Argument_____iR                                                                                           \
                             ,Argument_____iA1                                                                                          \
                             ,Argument_____iA2                                                                                          \
                             ,Argument_____iA3                                                                                          \
                             ,Argument_____iA4                                                                                          \
                             ,Argument_____iA5                                                                                          \
                             ,Argument_____iA6                                                                                          \
                              )                                                                                                         \
                    _IFproduit_vectorX(                                                                                                 \
                                        Argument_____iR                                                                                 \
                                       ,Argument_____iA1                                                                                \
                                       ,Argument_____iA2                                                                                \
                                       ,Argument_____iA3                                                                                \
                                       ,Argument_____iA4                                                                                \
                                       ,Argument_____iA5                                                                                \
                                       ,Argument_____iA6                                                                                \
                                        )

=define   __IFproduit_vectorY                                                                                                           \
                    IFproduit_vectorY
=define   _IFproduit_vectorY(                                                                                                           \
                              Argument_____iR                                                                                           \
                             ,Argument_____iA1                                                                                          \
                             ,Argument_____iA2                                                                                          \
                             ,Argument_____iA3                                                                                          \
                             ,Argument_____iA4                                                                                          \
                             ,Argument_____iA5                                                                                          \
                             ,Argument_____iA6                                                                                          \
                              )                                                                                                         \
                    IFproduit_vectorY(                                                                                                  \
                                        Argument_____iR                                                                                 \
                                       ,Argument_____iA1                                                                                \
                                       ,Argument_____iA2                                                                                \
                                       ,Argument_____iA3                                                                                \
                                       ,Argument_____iA4                                                                                \
                                       ,Argument_____iA5                                                                                \
                                       ,Argument_____iA6                                                                                \
                                        )
#define   IFproduit_vectorY(                                                                                                            \
                              Argument_____iR                                                                                           \
                             ,Argument_____iA1                                                                                          \
                             ,Argument_____iA2                                                                                          \
                             ,Argument_____iA3                                                                                          \
                             ,Argument_____iA4                                                                                          \
                             ,Argument_____iA5                                                                                          \
                             ,Argument_____iA6                                                                                          \
                              )                                                                                                         \
                    _IFproduit_vectorY(                                                                                                 \
                                        Argument_____iR                                                                                 \
                                       ,Argument_____iA1                                                                                \
                                       ,Argument_____iA2                                                                                \
                                       ,Argument_____iA3                                                                                \
                                       ,Argument_____iA4                                                                                \
                                       ,Argument_____iA5                                                                                \
                                       ,Argument_____iA6                                                                                \
                                        )

=define   __IFproduit_vectorZ                                                                                                           \
                    IFproduit_vectorZ
=define   _IFproduit_vectorZ(                                                                                                           \
                              Argument_____iR                                                                                           \
                             ,Argument_____iA1                                                                                          \
                             ,Argument_____iA2                                                                                          \
                             ,Argument_____iA3                                                                                          \
                             ,Argument_____iA4                                                                                          \
                             ,Argument_____iA5                                                                                          \
                             ,Argument_____iA6                                                                                          \
                              )                                                                                                         \
                    IFproduit_vectorZ(                                                                                                  \
                                        Argument_____iR                                                                                 \
                                       ,Argument_____iA1                                                                                \
                                       ,Argument_____iA2                                                                                \
                                       ,Argument_____iA3                                                                                \
                                       ,Argument_____iA4                                                                                \
                                       ,Argument_____iA5                                                                                \
                                       ,Argument_____iA6                                                                                \
                                        )
#define   IFproduit_vectorZ(                                                                                                            \
                              Argument_____iR                                                                                           \
                             ,Argument_____iA1                                                                                          \
                             ,Argument_____iA2                                                                                          \
                             ,Argument_____iA3                                                                                          \
                             ,Argument_____iA4                                                                                          \
                             ,Argument_____iA5                                                                                          \
                             ,Argument_____iA6                                                                                          \
                              )                                                                                                         \
                    _IFproduit_vectorZ(                                                                                                 \
                                        Argument_____iR                                                                                 \
                                       ,Argument_____iA1                                                                                \
                                       ,Argument_____iA2                                                                                \
                                       ,Argument_____iA3                                                                                \
                                       ,Argument_____iA4                                                                                \
                                       ,Argument_____iA5                                                                                \
                                       ,Argument_____iA6                                                                                \
                                        )

=define   __IFproduit_mixte                                                                                                             \
                    IFproduit_mixte
=define   _IFproduit_mixte(                                                                                                             \
                              Argument_____iR                                                                                           \
                             ,Argument_____iA1                                                                                          \
                             ,Argument_____iA2                                                                                          \
                             ,Argument_____iA3                                                                                          \
                             ,Argument_____iA4                                                                                          \
                             ,Argument_____iA5                                                                                          \
                             ,Argument_____iA6                                                                                          \
                             ,Argument_____iA7                                                                                          \
                             ,Argument_____iA8                                                                                          \
                             ,Argument_____iA9                                                                                          \
                              )                                                                                                         \
                    IFproduit_mixte(                                                                                                    \
                                        Argument_____iR                                                                                 \
                                       ,Argument_____iA1                                                                                \
                                       ,Argument_____iA2                                                                                \
                                       ,Argument_____iA3                                                                                \
                                       ,Argument_____iA4                                                                                \
                                       ,Argument_____iA5                                                                                \
                                       ,Argument_____iA6                                                                                \
                                       ,Argument_____iA7                                                                                \
                                       ,Argument_____iA8                                                                                \
                                       ,Argument_____iA9                                                                                \
                                        )
#define   IFproduit_mixte(                                                                                                              \
                              Argument_____iR                                                                                           \
                             ,Argument_____iA1                                                                                          \
                             ,Argument_____iA2                                                                                          \
                             ,Argument_____iA3                                                                                          \
                             ,Argument_____iA4                                                                                          \
                             ,Argument_____iA5                                                                                          \
                             ,Argument_____iA6                                                                                          \
                             ,Argument_____iA7                                                                                          \
                             ,Argument_____iA8                                                                                          \
                             ,Argument_____iA9                                                                                          \
                              )                                                                                                         \
                    _IFproduit_mixte(                                                                                                   \
                                        Argument_____iR                                                                                 \
                                       ,Argument_____iA1                                                                                \
                                       ,Argument_____iA2                                                                                \
                                       ,Argument_____iA3                                                                                \
                                       ,Argument_____iA4                                                                                \
                                       ,Argument_____iA5                                                                                \
                                       ,Argument_____iA6                                                                                \
                                       ,Argument_____iA7                                                                                \
                                       ,Argument_____iA8                                                                                \
                                       ,Argument_____iA9                                                                                \
                                        )

=define   __Iegalisation_d_histogrammme_RVB                                                                                             \
                    Iegalisation_d_histogrammme_RVB
=define   _Iegalisation_d_histogrammme_RVB(                                                                                             \
                              Argument_____imageR_ROUGE                                                                                 \
                             ,Argument_____imageR_VERTE                                                                                 \
                             ,Argument_____imageR_BLEUE                                                                                 \
                             ,Argument_____imageA_ROUGE                                                                                 \
                             ,Argument_____imageA_VERTE                                                                                 \
                             ,Argument_____imageA_BLEUE                                                                                 \
                              )                                                                                                         \
                    Iegalisation_d_histogrammme_RVB(                                                                                    \
                                        Argument_____imageR_ROUGE                                                                       \
                                       ,Argument_____imageR_VERTE                                                                       \
                                       ,Argument_____imageR_BLEUE                                                                       \
                                       ,Argument_____imageA_ROUGE                                                                       \
                                       ,Argument_____imageA_VERTE                                                                       \
                                       ,Argument_____imageA_BLEUE                                                                       \
                                        )
#define   Iegalisation_d_histogrammme_RVB(                                                                                              \
                              Argument_____imageR_ROUGE                                                                                 \
                             ,Argument_____imageR_VERTE                                                                                 \
                             ,Argument_____imageR_BLEUE                                                                                 \
                             ,Argument_____imageA_ROUGE                                                                                 \
                             ,Argument_____imageA_VERTE                                                                                 \
                             ,Argument_____imageA_BLEUE                                                                                 \
                              )                                                                                                         \
                    _Iegalisation_d_histogrammme_RVB(                                                                                   \
                                        Argument_____imageR_ROUGE                                                                       \
                                       ,Argument_____imageR_VERTE                                                                       \
                                       ,Argument_____imageR_BLEUE                                                                       \
                                       ,Argument_____imageA_ROUGE                                                                       \
                                       ,Argument_____imageA_VERTE                                                                       \
                                       ,Argument_____imageA_BLEUE                                                                       \
                                        )

=define   __Iegalisation_locale_de_composantes_RVB                                                                                      \
                    Iegalisation_locale_de_composantes_RVB
=define   _Iegalisation_locale_de_composantes_RVB(                                                                                      \
                              Argument_____imageR_ROUGE                                                                                 \
                             ,Argument_____imageR_VERTE                                                                                 \
                             ,Argument_____imageR_BLEUE                                                                                 \
                             ,Argument_____imageA_ROUGE                                                                                 \
                             ,Argument_____imageA_VERTE                                                                                 \
                             ,Argument_____imageA_BLEUE                                                                                 \
                              )                                                                                                         \
                    Iegalisation_locale_de_composantes_RVB(                                                                             \
                                        Argument_____imageR_ROUGE                                                                       \
                                       ,Argument_____imageR_VERTE                                                                       \
                                       ,Argument_____imageR_BLEUE                                                                       \
                                       ,Argument_____imageA_ROUGE                                                                       \
                                       ,Argument_____imageA_VERTE                                                                       \
                                       ,Argument_____imageA_BLEUE                                                                       \
                                        )
#define   Iegalisation_locale_de_composantes_RVB(                                                                                       \
                              Argument_____imageR_ROUGE                                                                                 \
                             ,Argument_____imageR_VERTE                                                                                 \
                             ,Argument_____imageR_BLEUE                                                                                 \
                             ,Argument_____imageA_ROUGE                                                                                 \
                             ,Argument_____imageA_VERTE                                                                                 \
                             ,Argument_____imageA_BLEUE                                                                                 \
                              )                                                                                                         \
                    _Iegalisation_locale_de_composantes_RVB(                                                                            \
                                        Argument_____imageR_ROUGE                                                                       \
                                       ,Argument_____imageR_VERTE                                                                       \
                                       ,Argument_____imageR_BLEUE                                                                       \
                                       ,Argument_____imageA_ROUGE                                                                       \
                                       ,Argument_____imageA_VERTE                                                                       \
                                       ,Argument_____imageA_BLEUE                                                                       \
                                        )

=define   __Itransformation_1_des_niveaux_RVB_en_fonction_des_coordonnees_XY                                                            \
                    Itransformation_1_des_niveaux_RVB_en_fonction_des_coordonnees_XY
=define   _Itransformation_1_des_niveaux_RVB_en_fonction_des_coordonnees_XY(                                                            \
                              Argument_____imageR_ROUGE                                                                                 \
                             ,Argument_____imageR_VERTE                                                                                 \
                             ,Argument_____imageR_BLEUE                                                                                 \
                             ,Argument_____imageA_ROUGE                                                                                 \
                             ,Argument_____imageA_VERTE                                                                                 \
                             ,Argument_____imageA_BLEUE                                                                                 \
                             ,Argument_____imageN_ROUGE                                                                                 \
                             ,Argument_____imageN_VERTE                                                                                 \
                             ,Argument_____imageN_BLEUE                                                                                 \
                              )                                                                                                         \
                    Itransformation_1_des_niveaux_RVB_en_fonction_des_coordonnees_XY(                                                   \
                                        Argument_____imageR_ROUGE                                                                       \
                                       ,Argument_____imageR_VERTE                                                                       \
                                       ,Argument_____imageR_BLEUE                                                                       \
                                       ,Argument_____imageA_ROUGE                                                                       \
                                       ,Argument_____imageA_VERTE                                                                       \
                                       ,Argument_____imageA_BLEUE                                                                       \
                                       ,Argument_____imageN_ROUGE                                                                       \
                                       ,Argument_____imageN_VERTE                                                                       \
                                       ,Argument_____imageN_BLEUE                                                                       \
                                        )
#define   Itransformation_1_des_niveaux_RVB_en_fonction_des_coordonnees_XY(                                                             \
                              Argument_____imageR_ROUGE                                                                                 \
                             ,Argument_____imageR_VERTE                                                                                 \
                             ,Argument_____imageR_BLEUE                                                                                 \
                             ,Argument_____imageA_ROUGE                                                                                 \
                             ,Argument_____imageA_VERTE                                                                                 \
                             ,Argument_____imageA_BLEUE                                                                                 \
                             ,Argument_____imageN_ROUGE                                                                                 \
                             ,Argument_____imageN_VERTE                                                                                 \
                             ,Argument_____imageN_BLEUE                                                                                 \
                              )                                                                                                         \
                    _Itransformation_1_des_niveaux_RVB_en_fonction_des_coordonnees_XY(                                                  \
                                        Argument_____imageR_ROUGE                                                                       \
                                       ,Argument_____imageR_VERTE                                                                       \
                                       ,Argument_____imageR_BLEUE                                                                       \
                                       ,Argument_____imageA_ROUGE                                                                       \
                                       ,Argument_____imageA_VERTE                                                                       \
                                       ,Argument_____imageA_BLEUE                                                                       \
                                       ,Argument_____imageN_ROUGE                                                                       \
                                       ,Argument_____imageN_VERTE                                                                       \
                                       ,Argument_____imageN_BLEUE                                                                       \
                                        )

=define   __IFtransformation_1_des_niveaux_RVB_en_fonction_des_coordonnees_XY                                                           \
                    IFtransformation_1_des_niveaux_RVB_en_fonction_des_coordonnees_XY
=define   _IFtransformation_1_des_niveaux_RVB_en_fonction_des_coordonnees_XY(                                                           \
                              Argument_____imageR_ROUGE                                                                                 \
                             ,Argument_____imageR_VERTE                                                                                 \
                             ,Argument_____imageR_BLEUE                                                                                 \
                             ,Argument_____imageA_ROUGE                                                                                 \
                             ,Argument_____imageA_VERTE                                                                                 \
                             ,Argument_____imageA_BLEUE                                                                                 \
                             ,Argument_____imageN_ROUGE                                                                                 \
                             ,Argument_____imageN_VERTE                                                                                 \
                             ,Argument_____imageN_BLEUE                                                                                 \
                              )                                                                                                         \
                    IFtransformation_1_des_niveaux_RVB_en_fonction_des_coordonnees_XY(                                                  \
                                        Argument_____imageR_ROUGE                                                                       \
                                       ,Argument_____imageR_VERTE                                                                       \
                                       ,Argument_____imageR_BLEUE                                                                       \
                                       ,Argument_____imageA_ROUGE                                                                       \
                                       ,Argument_____imageA_VERTE                                                                       \
                                       ,Argument_____imageA_BLEUE                                                                       \
                                       ,Argument_____imageN_ROUGE                                                                       \
                                       ,Argument_____imageN_VERTE                                                                       \
                                       ,Argument_____imageN_BLEUE                                                                       \
                                        )
#define   IFtransformation_1_des_niveaux_RVB_en_fonction_des_coordonnees_XY(                                                            \
                              Argument_____imageR_ROUGE                                                                                 \
                             ,Argument_____imageR_VERTE                                                                                 \
                             ,Argument_____imageR_BLEUE                                                                                 \
                             ,Argument_____imageA_ROUGE                                                                                 \
                             ,Argument_____imageA_VERTE                                                                                 \
                             ,Argument_____imageA_BLEUE                                                                                 \
                             ,Argument_____imageN_ROUGE                                                                                 \
                             ,Argument_____imageN_VERTE                                                                                 \
                             ,Argument_____imageN_BLEUE                                                                                 \
                              )                                                                                                         \
                    _IFtransformation_1_des_niveaux_RVB_en_fonction_des_coordonnees_XY(                                                 \
                                        Argument_____imageR_ROUGE                                                                       \
                                       ,Argument_____imageR_VERTE                                                                       \
                                       ,Argument_____imageR_BLEUE                                                                       \
                                       ,Argument_____imageA_ROUGE                                                                       \
                                       ,Argument_____imageA_VERTE                                                                       \
                                       ,Argument_____imageA_BLEUE                                                                       \
                                       ,Argument_____imageN_ROUGE                                                                       \
                                       ,Argument_____imageN_VERTE                                                                       \
                                       ,Argument_____imageN_BLEUE                                                                       \
                                        )



Copyright © Jean-François COLONNA, 2019-2024.
Copyright © CMAP (Centre de Mathématiques APpliquées) UMR CNRS 7641 / École polytechnique, Institut Polytechnique de Paris, 2019-2024.