[root]/Modules/Tractography/Seeding

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 118 (100.0%) | 1048 (100.0%) | 8.8 |
| rjosest | 41 (34.7%) | 434 (41.4%) | 10.5 |
| alexy | 49 (41.5%) | 324 (30.9%) | 6.6 |
| pieper | 12 (10.2%) | 189 (18.0%) | 15.7 |
| barre | 6 (5.1%) | 91 (8.7%) | 15.1 |
| millerjv | 8 (6.8%) | 10 (1.0%) | 1.2 |
| jcfr | 1 (0.8%) | 0 (0.0%) | 0.0 |
| domibel | 1 (0.8%) | 0 (0.0%) | 0.0 |
ENH: Update CMakeLists.txt - CMake 2.6 is now required
The following line have been added:
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
IF(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0003 NEW)
ENDIF(COMMAND CMAKE_POLICY)
MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)
0 lines of code changed in 1 file:
ENH: Version numbering for shared libraries
0 lines of code changed in 1 file:
BUG: cleaned out old targets that kept current targets from building
0 lines of code changed in 4 files:
ENH: added integration step for label seeding
16 lines of code changed in 2 files:
ENH: ROI seeding of streamlines allows arbitrary ROI volume (different voxels than tensor). However external transforms applied to the volumes are still ignored because not passed to CLI.
29 lines of code changed in 1 file:
STYLE: fix spelling errors identified by Dominique as part of the debian checkin process
0 lines of code changed in 1 file:
BUG: remove stray backslash character in xml file
0 lines of code changed in 1 file:
ENH: changed ROI seeding to Label seeding
0 lines of code changed in 1 file:
ENH: changed ROI seeding to Label seeding
0 lines of code changed in 1 file:
BUG: fix typos and naming issues for Tractography
0 lines of code changed in 1 file:
BUG: change Measurement to Measure to comply with the Westin published naming conventions
6 lines of code changed in 2 files:
BUG: put tractograpy modules into correct category
1 lines of code changed in 1 file:
ENH: fix module menu layout to match the documentation on the wiki
1 lines of code changed in 1 file:
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.
3 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.
2 lines of code changed in 1 file:
ENH: Slicer3 Spring Installation Clean Up
86 lines of code changed in 3 files:
BUG: Configuration changes needed now that there is a SlicerBaseCLI library that holds utility code.
1 lines of code changed in 1 file:
ENH: Changes in the Slicer3 installation layout to simplify navigation. Most things will now try install themselves under <Installation Directory>/lib/<Package> or <Installation Directory>/include/<Package>. For example, <Installation Directory>/lib/Slicer3, <Installation Directory>/lib/MRML, <Installation Directory>/lib/ModuleDescriptionParser. This allows setting include and library paths consistently using ../<SomeOtherPackage> or ../../include/<SomeOtherPackage>, etc.
2 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:
ENH: added transform to fiducial seeding, re-worked ROI seeding algorithm to align ROI and tensor
9 lines of code changed in 1 file:
ENH: added label value and scalar type check to vtkDiffusionTensorMathematics classes
0 lines of code changed in 1 file:
ENH: fixed misc dti/tractography bugs
0 lines of code changed in 1 file:
ENH: added controls to Modules/Tractography/FiducialSeeding/vtkSlicerTractographyFiducialSeeding
0 lines of code changed in 2 files:
ENH: moved tractography seeding core to vtkTeel lib
0 lines of code changed in 25 files:
ENH: ROI tracts selection and better seeding defaults
14 lines of code changed in 3 files:
ENH: added option to write tracks to disk
121 lines of code changed in 4 files:
ENH: tractography fix
18 lines of code changed in 1 file:
ENH: change the default seed spacing to 3 to avoid allocating too much memory on windows for test cases - need better memory handling in general
1 lines of code changed in 1 file:
ENH reworked fiber bundle display and fixed tractography seeding
56 lines of code changed in 3 files:
ENH: added README
56 lines of code changed in 1 file:
ENH: Update INSTALL_* commands to INSTALL() commands.
4 lines of code changed in 1 file:
ENH: misc fixes for scene etc.
3 lines of code changed in 1 file:
COMP: remove USE_TEEM defines from various parts of the code and cmake files - teem is now required
27 lines of code changed in 1 file:
ENH: tensor math updates and other misc changes
2 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 1 file:
ENH: Adding RASToIJK to ROI volume. ROI mask has to be Short
0 lines of code changed in 1 file:
ENH: Moving interface to VTK 5. RequestData instead of Execute
0 lines of code changed in 3 files:
ENH: Defining output as fiberbundle. Comment ROI volume until we know how to do it default
0 lines of code changed in 1 file:
ENH: Adding Whole Brain Seeding as Command Line Mdoule
0 lines of code changed in 1 file:
ENH: Adding Command Line Module for whole brain seeding
370 lines of code changed in 2 files:
(7 more)