Changeset 11065 for trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/LayoutEngines/BoxesLayoutEngine.cs
- Timestamp:
- 07/01/14 14:14:26 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/LayoutEngines/BoxesLayoutEngine.cs
r10800 r11065 104 104 visualTreeNode.Y = y; 105 105 } 106 //calculate areas for the subtrees according to their tree size and call drawFunctionTree106 //calculate areas for the subtrees according to their tree size 107 107 var node = visualTreeNode.Content; 108 108 var children = GetChildren(node).ToList();
Note: See TracChangeset
for help on using the changeset viewer.