Directory Applications/CLI/BatchMakeApplications/RegisterImagesBatchMakeModule/

Directory Created:
2008-01-11 10:13
Total Files:
3
Deleted Files:
8
Lines of Code:
526

[root]/Applications/CLI/BatchMakeApplications/RegisterImagesBatchMakeModule

Lines of Code

Applications/CLI/BatchMakeApplications/RegisterImagesBatchMakeModule/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 32 (100.0%) 1307 (100.0%) 40.8
aylward 11 (34.4%) 1206 (92.3%) 109.6
barre 3 (9.4%) 96 (7.3%) 32.0
millerjv 1 (3.1%) 4 (0.3%) 4.0
pieper 1 (3.1%) 1 (0.1%) 1.0
hjohnson 1 (3.1%) 0 (0.0%) 0.0
finetjul 15 (46.9%) 0 (0.0%) 0.0

Most Recent Commits

hjohnson 2009-09-08 15:52 Rev.: 10426

COMP: With the conversion to CMake version 2.6, the variables CMAKE_RUNTIME_OUTPUT_DIRECTORY CMAKE_LIBRARY_OUTPUT_DIRECTORY CMAKE_ARCHIVE_OUTPUT_DIRECTORY should be used instead of EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH.

0 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications/RegisterImagesBatchMakeModule: CMakeLists.txt (changed)
finetjul 2009-05-11 18:10 Rev.: 9458

ENH: Fix the name of the "Resample Images" directory parameter. Suffix it with "directory".

0 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications/RegisterImagesBatchMakeModule: RegisterImagesBatchMakeModule.xml (changed)
finetjul 2009-05-04 16:15 Rev.: 9404

ENH: RegisterImagesBatchMake module now iterates over the number of Rigid, Affine and BSpline iterations

0 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications/RegisterImagesBatchMakeModule: RegisterImagesBatchMakeModule.xml (changed)
finetjul 2009-04-06 09:29 Rev.: 9073

ENH: Fix the parameter names of the RegisterImages BatchMake module

0 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications/RegisterImagesBatchMakeModule: RegisterImagesBatchMakeModule.xml (changed)
finetjul 2009-04-06 09:19 Rev.: 9072

BUG: Register Images BatchMake module had a wrong title

0 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications/RegisterImagesBatchMakeModule: RegisterImagesBatchMakeModule.xml (changed)
finetjul 2009-04-04 17:21 Rev.: 9049

ENH: ResampleVolumeBatchMake is the BatchMake version of the ResampleVolume module

0 lines of code changed in 11 files:

  • Applications/CLI/BatchMakeApplications/RegisterImagesBatchMakeModule: CMakeLists.txt (changed), ImageRegistrationCLI.bmm.in (del), RegisterImages.bmm.in (del), RegisterImagesBatchMakeModule.cxx (del), RegisterImagesBatchMakeModule.xml (changed), RegisterImagesBatchMakeModuleConfig.h.in (del), bmGridSend.bmm.in (del), bmGridStore.bmm.in (del), bmSliceExtractor.bmm.in (del), logo.h (del), logo.png (changed)
pieper 2009-03-19 14:44 Rev.: 8915

ENH: fix module menu layout to match the documentation on the wiki

1 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications/RegisterImagesBatchMakeModule: RegisterImagesBatchMakeModule.xml (+1 -1)
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.

1 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications/RegisterImagesBatchMakeModule: CMakeLists.txt (+1 -2)
barre 2008-05-26 10:23 Rev.: 6854

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:

  • Applications/CLI/BatchMakeApplications/RegisterImagesBatchMakeModule: CMakeLists.txt (+1 -6)
barre 2008-05-20 02:32 Rev.: 6776

ENH: Slicer3 Spring Installation Clean Up

94 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications/RegisterImagesBatchMakeModule: CMakeLists.txt (+94 -104)
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.

4 lines of code changed in 1 file:

  • Applications/CLI/BatchMakeApplications/RegisterImagesBatchMakeModule: CMakeLists.txt (+4 -2)
aylward 2008-01-11 10:13 Rev.: 5467

ENH: Version 0.99

1206 lines of code changed in 11 files:

  • Applications/CLI/BatchMakeApplications/RegisterImagesBatchMakeModule: CMakeLists.txt (new 119), ImageRegistrationCLI.bmm.in (new 74), RegisterImages.bmm.in (new 42), RegisterImagesBatchMakeModule.cxx (new 193), RegisterImagesBatchMakeModule.xml (new 421), RegisterImagesBatchMakeModuleConfig.h.in (new 7), bmGridSend.bmm.in (new 226), bmGridStore.bmm.in (new 66), bmSliceExtractor.bmm.in (new 42), logo.h (new 16), logo.png (new)
Generated by StatSVN 0.5.0