[root]/Applications/CLI/DiffusionApplications/dwiNoiseFilter

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 41 (100.0%) | 1714 (100.0%) | 41.8 |
| atriveg | 19 (46.3%) | 1674 (97.7%) | 88.1 |
| barre | 3 (7.3%) | 35 (2.0%) | 11.6 |
| millerjv | 2 (4.9%) | 4 (0.2%) | 2.0 |
| pieper | 3 (7.3%) | 1 (0.1%) | 0.3 |
| lorensen | 14 (34.1%) | 0 (0.0%) | 0.0 |
ENH: fix module menu layout to match the documentation on the wiki
1 lines of code changed in 1 file:
COMP: warnings removed. STYLE: indentation.
0 lines of code changed in 1 file:
ENH: Modification of DiffusionApplicaions on CLI; enhanced dwiFiltering and added a new filter
1674 lines of code changed in 19 files:
COMP: style, copyright, svn keywords and warnings.
0 lines of code changed in 5 files:
ENH: Plugins and Modules have specific location for their binairies/dll, different from the usual bin/ and lib/ (i.e. lib/Slicer3/Plugins, lib/Slicer3/Modules). This was achieved by setting LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH from the slicer3_set_default_modules_output_path and slicer3_set_default_plugins_output_path macro, but it is a dangerous practice to override a global variable, as it propagates to subtrees. As a result, SlicerTractographySeeding, which combines a module and a CLP in the same CMakeLists, was not built to the proper directory; ExtractSkeleton was not output in the right location either, and several tests ended up in Plugins instead of bin/ (GaussianBlurImageFilterTest, OrientImageTest). Fix this by creating a macro that will set the LIBRARY_OUTPUT_DIRECTORY and RUNTIME_OUTPUT_DIRECTORY explicitly on a *target* basis, using SET_TARGET_PROPERTIES. This removes the side-effects described above.
1 lines of code changed in 1 file:
ENH: added slicer3_install_modules and slicer3_install_plugins macro to hide the big INSTALL() command that was used to install plugins/modules; this is more elegant, and enable us to have better control on installation by modifying just one file.
1 lines of code changed in 1 file:
ENH: Slicer3 Spring Installation Clean Up
33 lines of code changed in 1 file:
BUG: Configuration changes needed now that there is a SlicerBaseCLI library that holds utility code.
1 lines of code changed in 1 file:
ENH: More changes to the configurations of GenerateCLP to streamline its use and installation. Thanks to Hans Johnson for working through many of these issues.
3 lines of code changed in 1 file:
COMP: move resources to top level so they can be used by command line modules that are bundled with Modules
0 lines of code changed in 2 files:
COMP: Removed some types from windows. Some VS compilers stack overflow if all types are instantiated.
0 lines of code changed in 2 files:
BUG: Removed concept checking. Does not appear that its is needed and causes compilation errors.
0 lines of code changed in 6 files: