Revision: | 1117 |
Committed: | Wed Jun 28 19:51:15 2023 UTC (2 years, 2 months ago) by francois |
File size: | 358 byte(s) |
Log Message: | Mise a jour geodesique et fast marching + operation sur maillage entre les differents degres |
# | User | Rev | Content |
---|---|---|---|
1 | francois | 1117 | #include "magic_affiche.h" |
2 | |||
3 | |||
4 | |||
5 | |||
6 | MAGIC_AFFICHE::MAGIC_AFFICHE() | ||
7 | { | ||
8 | } | ||
9 | |||
10 | |||
11 | |||
12 | MAGIC_AFFICHE::MAGIC_AFFICHE ( MAGIC_AFFICHE& mdd ) | ||
13 | { | ||
14 | } | ||
15 | |||
16 | |||
17 | MAGIC_AFFICHE::~MAGIC_AFFICHE() | ||
18 | { | ||
19 | } | ||
20 | |||
21 | |||
22 | void MAGIC_AFFICHE::affiche(char *mess) | ||
23 | { | ||
24 | if (affichageactif==1) affiche2(mess); | ||
25 | } | ||
26 | |||
27 | |||
28 | void MAGIC_AFFICHE::active_affichage(fonction_affiche *fonc) | ||
29 | { | ||
30 | affiche2=fonc; | ||
31 | affichageactif=1; | ||
32 | } |