- 16 Aug, 2010 1 commit
-
-
Alexander Wiebel authored
-
- 07 Jul, 2010 1 commit
-
-
Sebastian Eichelbaum authored
-
- 31 May, 2010 1 commit
-
-
Mathias Goldau authored
-
- 25 May, 2010 2 commits
-
-
Mathias Goldau authored
-
Mathias Goldau authored
[CHANGE] Renamed fiber clustering module and made use of trigger properties as well as removed useless asserts (but not all of them), also removed unused code
-
- 07 Apr, 2010 1 commit
-
-
Sebastian Eichelbaum authored
-
- 01 Apr, 2010 1 commit
-
-
Alexander Wiebel authored
-
- 19 Mar, 2010 2 commits
-
-
Mathias Goldau authored
-
Mathias Goldau authored
[FIX #224] Now the clustering does not dying when there is already a file (nothing is saved) or when there is no permission (should catch an exception)
-
- 11 Mar, 2010 1 commit
-
-
Mathias Goldau authored
-
- 05 Mar, 2010 1 commit
-
-
Mathias Goldau authored
-
- 04 Mar, 2010 4 commits
-
-
Mathias Goldau authored
[FIX] Some modules overwriting WModules activate methode did not made a call to WModule::activate() before returning.
-
Mathias Goldau authored
[CHANGE] Similarity metrics are now still accessible via the Strategy Pattern but they now use boost::function which is in terms of performance the same as previous. The main advantage is now there is no abstract (public) class WZhangMetric which may have be missused, and code reduction like hell!
-
Mathias Goldau authored
-
Mathias Goldau authored
-
- 03 Mar, 2010 1 commit
-
-
Mathias Goldau authored
-
- 25 Feb, 2010 1 commit
-
-
Mathias Goldau authored
[CHANGE] now datastructures directory for dataHandler dependent data structures exists to make common not dependent on anything!
-
- 15 Feb, 2010 1 commit
-
-
Mathias Goldau authored
-
- 10 Feb, 2010 2 commits
-
-
Mathias Goldau authored
[FIX] Bug in WBresenham algorithm when antialiasing is ON but the voxel to antialias is on the boundary. (The solution was, just to leave boundary voxels unantialiased) [ADD] Now logger may also be used with the string_utils operator<< functions for std::vector and std::list [CHANGE] WMFiberClustering is now much more thread safer
-
Mathias Goldau authored
-
- 08 Feb, 2010 1 commit
-
-
Mathias Goldau authored
* Merged the two Fiber dataset idioms: One fast for displaying fibers named now WDataSetFibers and one slow for clustering et. al. The latter is now called WDataSetFiberVector. * Merged also the two fiber loaders into one WReaderFiberVTK generating a WDataSetFibers * Merged the two Display modules: Basically the old WMFiberDisplay2 is now the WMFiberDisplay module. The other display module seems to be obsolete, but be aware the the new module has some issues with thread safety and responsiveness. Note there has to be done the conversion from a WDataSetFibers to a WDataSetFiberVector. This is not commited yet, but will be soon.
-
- 29 Jan, 2010 1 commit
-
-
Mathias Goldau authored
[ADD] WProperties and WProperty support now dirty flags. You may use this when your module is calculating stuff while the gui is responsive. The module may need member variables while the gui should be responsive. Since there is no disable feature for the gui of modules yet, this is a workaround at first. fiberCulling is the first module using this feature. [CHANGE] Improved threadsafeness of the fiberCulling module: now the GUI thread is responsive while computing the fiber culling
-
- 28 Jan, 2010 1 commit
-
-
Mathias Goldau authored
-
- 25 Jan, 2010 1 commit
-
-
Mathias Goldau authored
-
- 24 Jan, 2010 3 commits
-
-
Mathias Goldau authored
[ADD] some missed documentation of WBresenham_test.h
-
Mathias Goldau authored
-
Mathias Goldau authored
-
- 13 Jan, 2010 1 commit
-
-
Mathias Goldau authored
* basic fascillities for the bresenham algo: * generating voxel dataset and bounding box of a cluster * drawing voxels and fibers * module connectors just support one cluster ATM TODO: implement bresenham
-
- 08 Jan, 2010 1 commit
-
-
Mathias Goldau authored
-
- 06 Jan, 2010 1 commit
-
-
Mathias Goldau authored
[FIX ] Bug: "changing the proximity threshold in WMFiberClustering did not really apply the new proximity" is fixed.
-
- 05 Jan, 2010 1 commit
-
-
Alexander Wiebel authored
-
- 03 Jan, 2010 1 commit
-
-
Mathias Goldau authored
-
- 28 Dec, 2009 1 commit
-
-
Mathias Goldau authored
[ADD] Now hard coded helper file /tmp/pansen.dist has gone for freedom. @Alex: I do not want ANY pansen!
-
- 27 Dec, 2009 2 commits
-
-
Mathias Goldau authored
* some unit tests and disabled unit_test warnings from cmake for those where no test are neccesarry * fixed some style violations
-
Mathias Goldau authored
* Since its christmas this is not related to any ticket * renamed run script in walnut, and walnut into walnut-bin * fixed wlanut script to support also PATH variables without current path * moved some utils into the utils directory. Maybe we should merge this with common later? * some info messages for the config file reading
-
- 18 Dec, 2009 1 commit
-
-
Mathias Goldau authored
* switchted to the brand new now available module connection thing to get Datasets (so nasty while loop are gone for freedom :) * OSG group nodes should be destroyed in all Modules. BTW: the Clustering module want to use later the display module too
-
- 17 Dec, 2009 1 commit
-
-
Sebastian Eichelbaum authored
- also see ticket #142
-
- 14 Dec, 2009 3 commits
-
-
Mathias Goldau authored
-
Mathias Goldau authored
-
Alexander Wiebel authored
-