comparison doc/dependencies/dirdeps.dot @ 312:1240b08cb621

updated
author wenlin_fife@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 14 Aug 2009 00:51:51 +0000
parents 756b895e1dab
children
comparison
equal deleted inserted replaced
311:a0e00b4b0fac 312:1240b08cb621
56 } 56 }
57 subgraph cluster_7 { 57 subgraph cluster_7 {
58 style=filled; 58 style=filled;
59 color=lightgrey; 59 color=lightgrey;
60 node [style=filled,color=white]; 60 node [style=filled,color=white];
61 "pathfinder"; "pathfinder/linearpather"; "pathfinder/routepather" 61 "pathfinder"; "pathfinder/routepather"
62 label = "pathfinder"; 62 label = "pathfinder";
63 } 63 }
64 subgraph cluster_8 { 64 subgraph cluster_8 {
65 style=filled; 65 style=filled;
66 color=lightgrey; 66 color=lightgrey;
104 "controller" -> "gui/console" 104 "controller" -> "gui/console"
105 "controller" -> "loaders/native/audio_loaders" 105 "controller" -> "loaders/native/audio_loaders"
106 "controller" -> "loaders/native/video_loaders" 106 "controller" -> "loaders/native/video_loaders"
107 "controller" -> "model" 107 "controller" -> "model"
108 "controller" -> "model/metamodel/grids" 108 "controller" -> "model/metamodel/grids"
109 "controller" -> "pathfinder/linearpather"
110 "controller" -> "pathfinder/routepather" 109 "controller" -> "pathfinder/routepather"
111 "controller" -> "util/base" 110 "controller" -> "util/base"
112 "controller" -> "util/log" 111 "controller" -> "util/log"
113 "controller" -> "util/time" 112 "controller" -> "util/time"
114 "controller" -> "vfs" 113 "controller" -> "vfs"
195 "model/structures" -> "util/time" 194 "model/structures" -> "util/time"
196 "pathfinder" -> "model/metamodel" 195 "pathfinder" -> "model/metamodel"
197 "pathfinder" -> "model/structures" 196 "pathfinder" -> "model/structures"
198 "pathfinder" -> "util/base" 197 "pathfinder" -> "util/base"
199 "pathfinder" -> "util/math" 198 "pathfinder" -> "util/math"
200 "pathfinder/linearpather" -> "model/metamodel"
201 "pathfinder/linearpather" -> "model/metamodel/grids"
202 "pathfinder/linearpather" -> "model/structures"
203 "pathfinder/linearpather" -> "util/log"
204 "pathfinder/routepather" -> "model/metamodel" 199 "pathfinder/routepather" -> "model/metamodel"
205 "pathfinder/routepather" -> "model/metamodel/grids" 200 "pathfinder/routepather" -> "model/metamodel/grids"
206 "pathfinder/routepather" -> "model/structures" 201 "pathfinder/routepather" -> "model/structures"
207 "pathfinder/routepather" -> "pathfinder" 202 "pathfinder/routepather" -> "pathfinder"
208 "pathfinder/routepather" -> "util/math" 203 "pathfinder/routepather" -> "util/math"
232 "vfs/zip" -> "util/base" 227 "vfs/zip" -> "util/base"
233 "vfs/zip" -> "util/log" 228 "vfs/zip" -> "util/log"
234 "vfs/zip" -> "vfs" 229 "vfs/zip" -> "vfs"
235 "vfs/zip" -> "vfs/raw" 230 "vfs/zip" -> "vfs/raw"
236 "video" -> "util/base" 231 "video" -> "util/base"
232 "video" -> "util/log"
237 "video" -> "util/resource" 233 "video" -> "util/resource"
238 "video" -> "util/structures" 234 "video" -> "util/structures"
239 "video" -> "util/time" 235 "video" -> "util/time"
240 "video/fonts" -> "util/base" 236 "video/fonts" -> "util/base"
241 "video/fonts" -> "util/log" 237 "video/fonts" -> "util/log"