#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "image.h"
#include "proto2D.h"
Go to the source code of this file.
Data Structures | |
struct | choquet_interaction_t |
Defines | |
#define | TAILLE_NOM_FICHIER 20 |
#define | AUCUNE_ERREUR 0 |
#define | ERREUR_CHOQUET_FILE 1 |
#define | ERREUR_CHOQUET_LIGNE_MATRICE 2 |
#define | ERREUR_CHOQUET_COLONNE_MATRICE 3 |
#define | ERREUR_CHOQUET_NU 4 |
#define | ERREUR_CHOQUET_INTERACTION 5 |
Typedefs | |
typedef float * | parametre |
Functions | |
param * | choquet_interaction_lect (choquet_interaction_t *desc, param *ptp, char *debq) |
int | choquet_interaction_init (choquet_interaction_t *choquet_interaction_desc) |
int | choquet_interaction_calc (choquet_interaction_t *choquet_interaction_desc, float *donnee, float *resultat) |
int | choquet_interaction_ferm (choquet_interaction_t *desc4) |
#define AUCUNE_ERREUR 0 |
Definition at line 36 of file choquet.h.
Referenced by choquet_interaction_calc(), choquet_interaction_init(), and main().
#define ERREUR_CHOQUET_COLONNE_MATRICE 3 |
#define ERREUR_CHOQUET_FILE 1 |
#define ERREUR_CHOQUET_INTERACTION 5 |
#define ERREUR_CHOQUET_LIGNE_MATRICE 2 |
#define ERREUR_CHOQUET_NU 4 |