AbsInt Logoai Logo

/*

C Data Structs: Source Code

Other sources Download all sources Gallery Sitemap home

This example graph is also included in the aiSee 30-day evaluation package.

An easy way to get this code:
1. In the 'Edit' menu of the browser, click on 'Select All'.
2. Paste this page into a text editor and save.
If the browser supports this feature, any text not belonging to the
source code will be ignored by aiSee.

 */

graph: {layout_nearfactor:   0  // aiSee - Graph Visualization 
        smanhattan_edges : yes  // http://www.absint.com/aisee 
        priority_phase   :  no  //  © 2000 & 2001 AbsInt GmbH  

node: { title: "X1" }   node: { title: "X2" }
node: { title: "X3" }   node: { title: "Y1" }
node: { title: "Y2" }   node: { title: "Y3" }
node: { title: "Z1" }   node: { title: "Z2" }
node: { title: "Z3" }

node.label: "Struct bar\n\f22next\n\f29content"
node: { title: "A"  }   node: { title: "B"  }
node: { title: "C"  }   node: { title: "D"  }

edge.color: lilac
edge: { source: "A"  target: "B"  anchor: 2 }
edge: { source: "B"  target: "C"  anchor: 2 }
edge: { source: "C"  target: "D"  anchor: 2 }

node.label: "Struct foo\n\f01field A\n\f02field B\n\f11field C"
node: { title: "AS" }   node: { title: "BS" }
node: { title: "CS" }   node: { title: "DS" }

edge.color: orange
edge: { source: "A"  target: "AS" anchor: 3 }
edge: { source: "B"  target: "BS" anchor: 3 }
edge: { source: "C"  target: "CS" anchor: 3 }
edge: { source: "D"  target: "DS" anchor: 3 }

edge.color: blue
edge: { source: "AS" target: "X1" anchor: 2 }
edge: { source: "BS" target: "Y1" anchor: 2 }
edge: { source: "CS" target: "Z1" anchor: 2 }

edge.color: red
edge: { source: "AS" target: "X2" anchor: 3 }
edge: { source: "BS" target: "Y2" anchor: 3 }
edge: { source: "CS" target: "Z2" anchor: 3 }

edge.color: darkyellow
edge: { source: "AS" target: "X3" anchor: 4 }
edge: { source: "BS" target: "Y3" anchor: 4 }
edge: { source: "CS" target: "Z3" anchor: 4 }

}
/*
  This code visualized by aiSee
Layout computed by aiSee

Linux screenshot
Linux Screenshot

Windows screenshot
Windows Screenshot
top Sitemap home


Please send any suggestions, comments or questions to webmaster@absint.com or use our feedback page.
Contents and Webdesign © Copyright 2000 & 2001 by AbsInt Angewandte Informatik GmbH.
This page was last modified on 11th of May 2001. This page URL is http://www.absint.com/aisee/gdl/structs.htm*/