|
| static int | active () |
| | renvoie 1 si on est en mode Debog, 0 sinon
|
| static void | verifier (const char *const msg, double) |
| static void | verifier (const char *const msg, int) |
| static void | verifier (const char *const msg, const DoubleVect &) |
| static void | verifier (const char *const msg, const IntVect &) |
| static void | verifier_bord (const char *const msg, const DoubleVect &arr, int num_deb) |
| static void | verifier (const char *const msg, const Champ_Inc_base &) |
| static void | verifier_indices_items (const char *const msg, const MD_Vector &, const IntVect &) |
| | teste le contenu du vecteur v en supposant qu'il contient des indices d'items associes au descripteur md.
|
| static void | set_nom_pb_actuel (const Nom &nom) |
| static void | verifier_getref (const char *const msg, double val, double &refval) |
| | like verifier(), but, in "read&compare" mode, put the reference value found in the file in the ref variable.
|
| static void | verifier_getref (const char *const msg, int val, int &refval) |
| | like verifier(), but, in "read&compare" mode, put the reference value found in the file in the ref variable.
|
| static void | verifier_getref (const char *const msg, const DoubleVect &val, DoubleVect &refval) |
| | like verifier(), but, in "read&compare" mode, put the reference value found in the file in the ref variable.
|
| static void | verifier_getref (const char *const msg, const IntVect &val, IntVect &refval) |
| | like verifier(), but, in "read&compare" mode, put the reference value found in the file in the ref variable.
|
| static void | verifier_Mat_elems (const char *const msg, const Matrice_Base &la_matrice) |
| static void | verifier_matrice (const char *const msg, const Matrice_Base &, const MD_Vector &md_lignes, const MD_Vector &md_colonnes) |
Definition at line 26 of file Debog.h.