Directory Modules/Tractography/Editor/

Directory Created:
2006-12-27 13:04
Total Files:
4
Deleted Files:
0
Lines of Code:
364

[root]/Modules/Tractography/Editor

Lines of Code

Modules/Tractography/Editor/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 19 (100.0%) 522 (100.0%) 27.4
alexy 6 (31.6%) 210 (40.2%) 35.0
lauren 3 (15.8%) 176 (33.7%) 58.6
pieper 3 (15.8%) 81 (15.5%) 27.0
barre 3 (15.8%) 50 (9.6%) 16.6
millerjv 2 (10.5%) 5 (1.0%) 2.5
jcfr 1 (5.3%) 0 (0.0%) 0.0
davisb 1 (5.3%) 0 (0.0%) 0.0

Most Recent Commits

jcfr 2009-12-07 23:15 Rev.: 11209

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:

  • Modules/Tractography/Editor: CMakeLists.txt (changed)
barre 2008-05-27 17:44 Rev.: 6889

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.

2 lines of code changed in 1 file:

  • Modules/Tractography/Editor: CMakeLists.txt (+2 -3)
barre 2008-05-26 10:17 Rev.: 6851

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:

  • Modules/Tractography/Editor: CMakeLists.txt (+1 -9)
barre 2008-05-20 02:29 Rev.: 6772

ENH: Slicer3 Spring Installation Clean Up

47 lines of code changed in 1 file:

  • Modules/Tractography/Editor: CMakeLists.txt (+47 -38)
millerjv 2008-02-02 14:55 Rev.: 5677

BUG: Configuration changes needed now that there is a SlicerBaseCLI library that holds utility code.

2 lines of code changed in 1 file:

  • Modules/Tractography/Editor: CMakeLists.txt (+2 -2)
millerjv 2008-01-23 10:07 Rev.: 5576

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:

  • Modules/Tractography/Editor: CMakeLists.txt (+3 -5)
alexy 2007-12-20 18:34 Rev.: 5311

ENH: added transform to fiducial seeding, re-worked ROI seeding algorithm to align ROI and tensor

2 lines of code changed in 1 file:

  • Modules/Tractography/Editor: ROISelect.cxx (+2 -3)
davisb 2007-12-08 23:36 Rev.: 5101

COMP: mising "return" in return statement led to warning

0 lines of code changed in 1 file:

  • Modules/Tractography/Editor: ROISelect.cxx (changed)
alexy 2007-12-07 15:42 Rev.: 5093

ENH: fixed roi cretiria

0 lines of code changed in 1 file:

  • Modules/Tractography/Editor: ROISelect.cxx (changed)
alexy 2007-11-17 15:25 Rev.: 4866

ENH: ROI tracts selection and better seeding defaults

162 lines of code changed in 2 files:

  • Modules/Tractography/Editor: ROISelect.cxx (+142 -51), ROISelect.xml (+20 -17)
alexy 2007-10-24 22:01 Rev.: 4699

ENH: added README

26 lines of code changed in 1 file:

  • Modules/Tractography/Editor: README.txt (new 26)
alexy 2007-09-17 17:40 Rev.: 4359

ENH: fixed allocation

20 lines of code changed in 1 file:

  • Modules/Tractography/Editor: ROISelect.cxx (+20 -3)
pieper 2007-08-28 08:21 Rev.: 4139

COMP: remove USE_TEEM defines from various parts of the code and cmake files - teem is now required

26 lines of code changed in 1 file:

  • Modules/Tractography/Editor: CMakeLists.txt (+26 -27)
pieper 2007-07-02 12:14 Rev.: 3781

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:

  • Modules/Tractography/Editor: CMakeLists.txt (changed)
lauren 2007-06-27 15:33 Rev.: 3719

ENH: working on module for fiber select based on ROIs

176 lines of code changed in 3 files:

  • Modules/Tractography/Editor: CMakeLists.txt (changed), ROISelect.cxx (new 112), ROISelect.xml (new 64)
pieper 2006-12-27 13:04 Rev.: 1929

ENH: cmake needs CMakeLists.txt files in every directory, even if they are empty

55 lines of code changed in 1 file:

  • Modules/Tractography/Editor: CMakeLists.txt (new 55)
Generated by StatSVN 0.5.0