-
Notifications
You must be signed in to change notification settings - Fork 0
/
cg-dependencies.dot
55 lines (53 loc) · 1.04 KB
/
cg-dependencies.dot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
digraph LIHPCCGProjectDependencies {
VTK [shape=record color=red];
CGNS [shape=record color=red];
OpenCascade [shape=record color=red];
Mesquite [shape=record color=red];
QWT [shape=record color=red];
qtutil->tkutil
pythonutil->tkutil
preferences->tkutil
preferences->qtutil
qualif->lima
qwtcharts->tkutil
qwtcharts->qtutil
qwtcharts->QWT
gmdscea->gmds
gmdscea->lima
qtpython->tkutil
qtpython->qtutil
qtpython->pythonutil
triton2->gmds
triton2->gmdscea
triton2->lima
vtkcontrib->VTK
qtvtk->VTK
qtvtk->vtkcontrib
qtvtk->qtutil
qtvtk->tkutil
qtvtk->preferences
qqualif->tkutil
qqualif->lima
qqualif->qualif
qqualif->qwtcharts
qqualif->qtutil
qqualif->gmds
magix3d->vtkcontrib
magix3d->VTK
magix3d->tkutil
magix3d->preferences
magix3d->pythonutil
magix3d->OpenCascade
magix3d->qqualif
magix3d->gmds
magix3d->qualif
magix3d->lima
magix3d->gmdscea
magix3d->triton2
magix3d->qtutil
magix3d->qwtcharts
magix3d->qtpython
magix3d->CGNS
magix3d->Mesquite
magix3d->qtvtk
}