INFO607
Public Attributes | List of all members
SContexte Struct Reference

Public Attributes

int width
 
int height
 
GdkPixbuf * pixbuf_input
 
GdkPixbuf * pixbuf_output
 
GtkWidget * image
 
GtkWidget * drawing_area
 
TabPoints P
 
TabParticules TabP
 
Force forces [NB_FORCES]
 
GtkWidget * label_nb
 
GtkWidget * label_distance
 

Detailed Description

Le contexte contient les informations utiles de l'interface pour les algorithmes de traitement d'image.

Le contexte contient les informations utiles de l'interface pour les algorithmes de géométrie algorithmique.

Definition at line 13 of file union-find.c.

Member Data Documentation

◆ drawing_area

GtkWidget * SContexte::drawing_area

Definition at line 17 of file convex.c.

Referenced by creerIHM(), diskRandom(), and ticAffichage().

◆ forces

Force SContexte::forces[NB_FORCES]

Definition at line 21 of file main.c.

Referenced by calculDynamique(), and creerIHM().

◆ height

int SContexte::height

◆ image

GtkWidget* SContexte::image

Definition at line 18 of file union-find.c.

Referenced by creerIHM(), selectInput(), and selectOutput().

◆ label_distance

GtkWidget* SContexte::label_distance

Definition at line 23 of file main.c.

Referenced by creerIHM(), and ticDistance().

◆ label_nb

GtkWidget* SContexte::label_nb

Definition at line 22 of file main.c.

Referenced by creerIHM(), and ticAffichage().

◆ P

TabPoints SContexte::P

Definition at line 18 of file convex.c.

Referenced by diskRandom(), main(), and on_draw().

◆ pixbuf_input

GdkPixbuf* SContexte::pixbuf_input

Definition at line 16 of file union-find.c.

Referenced by creerIHM(), and selectInput().

◆ pixbuf_output

GdkPixbuf* SContexte::pixbuf_output

Definition at line 17 of file union-find.c.

Referenced by creerIHM(), and selectOutput().

◆ TabP

TabParticules SContexte::TabP

Definition at line 20 of file main.c.

Referenced by calculDynamique(), deplaceTout(), fontaine(), main(), on_draw(), and ticAffichage().

◆ width

int SContexte::width

The documentation for this struct was generated from the following files: