Page MenuHomePhabricator

Enhance FiberBundle Developer View
Closed, ResolvedPublic

Event Timeline

[be5d92]: Merge branch 'bug-9541-EnhanceFBDev'

Merged commits:

2011-09-27 23:26:08 Ignaz Reicht [f16558]
major architecture for colorcoding in fiberbundleDevView implemented


2011-09-27 18:38:45 Ignaz Reicht [21a85b]
interim for colorcoding


2011-09-26 12:40:37 Ignaz Reicht [bf1c52]
Merge branch 'bug-9408-portingFBMapper2DtoMaster'


2011-09-26 11:48:37 Ignaz Reicht [bcd35e]
interim commit


2011-09-14 18:22:22 Ignaz Reicht [bed3c3]
introducing FBMapper2D

[00fe7f]: Merge branch 'bug-9541-EnhanceFBDev'

Merged commits:

2011-09-27 23:37:04 Ignaz Reicht [96fa02]
COMP fix caseSensitive includes

[90da6a]: Merge branch 'bug-9541-EnhanceFBDev'

Merged commits:

2011-09-28 00:37:24 Ignaz Reicht [9dd446]
COMP adding exports macro to fiberbundle

[4a8541]: Merge branch 'bug-9541-EnhanceFBDev'

Merged commits:

2011-09-30 02:17:41 Ignaz Reicht [82123a]
colorcoding and update checking mechansim in fiberbundleXmapper3D implemented


2011-09-28 18:42:51 Ignaz Reicht [8c14c5]
fix broken link


2011-09-28 13:40:47 Ignaz Reicht [af3753]
colorcoding implemented

Added modified flag to FiberBundleX Datastructure. this is automatically set to true when a process/method causes changes of visualizing fiber structures.
by now, FiberBundleXMapper3D sets this flag to false after generating the modified data.

consider also FIberBundleXMapper2D. this mapper also needs to know when source data changed and sets it to false accordingly. when this mapper is fully involved in this workflow, a suitable solution will be implemented.

Unfortunately a modification flag can not be set to a MITKDataNode so far.