comparison grapher.h @ 268:b8ded5213d16

* Revert the grapher change from revision ec2baee80833 on Dec 19th 2010. The change definitely performed worse than the original (now reinstated) logic in the real-world soundsoftware-site case, with far more connection overlaps and ambiguous placements.
author Chris Cannam
date Mon, 17 Jan 2011 11:44:17 +0000
parents 8fd71f570884
children cc95394e2392
comparison
equal deleted inserted replaced
267:45f69889d28d 268:b8ded5213d16
86 86
87 void layoutRow(QString id); 87 void layoutRow(QString id);
88 void layoutCol(QString id); 88 void layoutCol(QString id);
89 void allocateBranchHomes(Changesets csets); 89 void allocateBranchHomes(Changesets csets);
90 bool rangesConflict(const Range &r1, const Range &r2); 90 bool rangesConflict(const Range &r1, const Range &r2);
91 int findAvailableColumn(int row, int parent, int sign, bool preferParentCol); 91 int findAvailableColumn(int row, int parent, bool preferParentCol);
92 bool isAvailable(int row, int col); 92 bool isAvailable(int row, int col);
93 }; 93 };
94 94
95 #endif 95 #endif