#include <stdio.h>
#include <stdlib.h>
#include "cflow2vcg.h"
Include dependency graph for write_vcg.c:
Go to the source code of this file.
Defines | |
#define | ARC_INT 1 |
#define | ARC_EXT 2 |
#define | FMT_NOEUD "node: { title: \"%d\" label: \"%s\" info1: \"%d\" info2: \"%s\" info3: \"%s:%d\" }\n" |
#define | FMT_ARC "edge: { sourcename: \"%d\" targetname: \"%d\" class: %d }\n" |
#define | FMT_HEAD |
#define | FMT_HEAD_SELECT_INVISIBLE "invisible: %d\n" |
#define | FMT_FOOT "}\n" |
Functions | |
void | afficher_entete () |
void | afficher_pied () |
void | afficher_noeud (const char *label, int numlig, const char *type, const char *fichier_source, int numlig_source) |
void | afficher_arc (int src, int dst) |
|
Definition at line 25 of file write_vcg.c. Referenced by afficher_arc(). |
|
Definition at line 24 of file write_vcg.c. Referenced by afficher_arc(). |
|
Definition at line 28 of file write_vcg.c. Referenced by afficher_arc(). |
|
Definition at line 33 of file write_vcg.c. Referenced by afficher_pied(). |
|
Value: "graph: {\ntitle: \"TITLE\"\ncolor: lightgray\n" \ "classname 1 : \"Interne\" classname 2 : \"Externe\"\n" Definition at line 30 of file write_vcg.c. Referenced by afficher_entete(). |
|
Definition at line 32 of file write_vcg.c. Referenced by afficher_entete(). |
|
Definition at line 27 of file write_vcg.c. Referenced by afficher_noeud(). |
|
Definition at line 60 of file write_vcg.c. References ARC_EXT, ARC_INT, FMT_ARC, and rechercher_parmi_interne(). Referenced by main(). |
|
Definition at line 36 of file write_vcg.c. References CLASS_NULL, FMT_HEAD, and FMT_HEAD_SELECT_INVISIBLE. |
|
Definition at line 51 of file write_vcg.c. References FMT_NOEUD. |
|
Definition at line 45 of file write_vcg.c. References FMT_FOOT. |