Directory Applications/CLI/Realign/

Directory Created:
2007-06-13 17:02
Total Files:
5
Deleted Files:
2
Lines of Code:
716

[root]/Applications/CLI/Realign

Lines of Code

Applications/CLI/Realign/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 53 (100.0%) 918 (100.0%) 17.3
naucoin 36 (67.9%) 868 (94.6%) 24.1
barre 4 (7.5%) 41 (4.5%) 10.2
millerjv 5 (9.4%) 8 (0.9%) 1.6
lorensen 7 (13.2%) 1 (0.1%) 0.1
pieper 1 (1.9%) 0 (0.0%) 0.0

Most Recent Commits

naucoin 2009-10-06 15:51 Rev.: 10579

STYLE: updated help string when updated the web page

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: Realign.xml (changed)
millerjv 2009-07-22 13:03 Rev.: 10006

ENH: Ordering registration modules

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: Realign.xml (changed)
naucoin 2009-04-13 19:15 Rev.: 9181

BUG: took out applying the transform, changed module name to ACPC Transform, updated docs

0 lines of code changed in 2 files:

  • Applications/CLI/Realign: Realign.cxx (changed), Realign.xml (changed)
millerjv 2009-04-10 12:33 Rev.: 9136

BUG: Attempt to fix bug #488 and perhaps #440 but forcing functions in plugins to have file scope. Turns out not to be cause of the bug but since it is probably a good idea to have the code structured like this, I am checking it in.

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: Realign.cxx (changed)
lorensen 2008-12-28 13:47 Rev.: 8201

COMP: warnings, mainly about possible use of variables that have not been assigned values.

1 lines of code changed in 1 file:

  • Applications/CLI/Realign: Realign.cxx (+1 -1)
lorensen 2008-11-24 16:40

COMP: style, copyright, svn keywords and warnings.

0 lines of code changed in 4 files:

  • Applications/CLI/Realign: Realign.cxx (changed), vtkPrincipalAxesAlign.cxx (changed), vtkPrincipalAxesAlign.h (changed)
lorensen 2008-11-24 12:51 Rev.: 7964

COMP: various warnings.

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: Realign.cxx (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:

  • Applications/CLI/Realign: CMakeLists.txt (+2 -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/Realign: CMakeLists.txt (+1 -7)
barre 2008-05-20 02:32 Rev.: 6776

ENH: Slicer3 Spring Installation Clean Up

38 lines of code changed in 1 file:

  • Applications/CLI/Realign: CMakeLists.txt (+38 -40)
barre 2008-05-12 14:38 Rev.: 6692

ENH: try fixing some warnings (as I encounter them).

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: Realign.cxx (changed)
millerjv 2008-02-02 14:55 Rev.: 5677

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

1 lines of code changed in 1 file:

  • Applications/CLI/Realign: CMakeLists.txt (+1 -1)
millerjv 2008-01-31 17:37 Rev.: 5669

BUG: #190. Added new library SlicerBaseCLI which contains the vtkPluginFilterWatcher. Slicer3/Base/CLI also now holds itkPluginFilterWatcher.h and itkPluginUtilities.h. Command line modules will be use the Slicer3/Base/CLI (source and binary) and Slicer3/Base/CLI as a link directory. For installations, this is handled in Slicer3Config.cmake.

4 lines of code changed in 1 file:

  • Applications/CLI/Realign: CMakeLists.txt (+4 -3)
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:

  • Applications/CLI/Realign: CMakeLists.txt (+3 -3)
naucoin 2007-12-21 11:42 Rev.: 5318

BUG: update the gui to reflect state of development

3 lines of code changed in 1 file:

  • Applications/CLI/Realign: Realign.xml (+3 -3)
naucoin 2007-12-18 16:59 Rev.: 5259

BUG: fixing the calculation of the transform to reslice the input volume into an output volume. TODO: apply it correctly, getting grey output

0 lines of code changed in 2 files:

  • Applications/CLI/Realign: Realign.cxx (changed), Realign.xml (changed)
naucoin 2007-11-14 19:13 Rev.: 4835

BUG: fixed a bug in the trans rotation around X call. ENH: made input volume optional, so can just calc transforms. Added debug switch.

156 lines of code changed in 2 files:

  • Applications/CLI/Realign: Realign.cxx (+147 -139), Realign.xml (+9 -3)
lorensen 2007-07-19 08:08 Rev.: 3883

BUG: The CMakeLists.txt file was not causing GenerateCLP to run. The file RealignCLP.h was not being generated.

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: CMakeLists.txt (changed)
naucoin 2007-07-18 15:51 Rev.: 3878

BUG: use the itk image writer for output so plug in mode works. ENH: allow different option combinations - fid list to calc a transform, input transform to apply to a volume

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: Realign.cxx (changed)
naucoin 2007-07-18 15:33 Rev.: 3877

STYLE: updated description

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: Realign.xml (changed)
naucoin 2007-07-17 11:05 Rev.: 3854

ENH: make the output volume optional, as if it's not specified, the module won't apply the transform

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: Realign.xml (changed)
naucoin 2007-07-17 10:29

BUG: don't need the windows specific compilation, the CLI handles it

0 lines of code changed in 4 files:

  • Applications/CLI/Realign: CMakeLists.txt (changed), vtkPrincipalAxesAlign.h (changed), vtkRealignConfigure.h.in (del), vtkRealignWin32Header.h (del)
naucoin 2007-07-17 10:29 Rev.: 3845

BUG: don't check for file existence, the reader does it (was causing failure in shared memory mode)

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: Realign.cxx (changed)
naucoin 2007-07-13 10:01 Rev.: 3836

ENH: add a filter watcher for the pa align

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: Realign.cxx (changed)
naucoin 2007-07-13 10:00 Rev.: 3835

ENH: build the library as well, fixed the generateclp call

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: CMakeLists.txt (changed)
naucoin 2007-07-13 10:00 Rev.: 3834

BUG: taking out the VTK_Realign_EXPORT macro lets both the exe and the lib build okay on windows

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: vtkPrincipalAxesAlign.h (changed)
naucoin 2007-07-11 14:13 Rev.: 3818

BUG: windows compilation

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: vtkPrincipalAxesAlign.h (changed)
naucoin 2007-07-11 14:11 Rev.: 3817

BUG: trying to sort out windows defines

0 lines of code changed in 2 files:

  • Applications/CLI/Realign: vtkRealignConfigure.h.in (changed), vtkRealignWin32Header.h (changed)
naucoin 2007-07-11 14:11 Rev.: 3816

COMP: remove unnecessary dependencies, add a library

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: CMakeLists.txt (changed)
naucoin 2007-07-11 14:10 Rev.: 3815

BUG: fixed typo

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: Realign.cxx (changed)
naucoin 2007-07-11 14:09 Rev.: 3814

BUG: force linking on windows

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: vtkPrincipalAxesAlign.h (changed)
naucoin 2007-07-06 11:09 Rev.: 3798

ENH: use the mrml scene to pass transforms back

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: Realign.cxx (changed)
naucoin 2007-07-06 11:08 Rev.: 3797

BUG: make sure have mrml include dirs

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: CMakeLists.txt (changed)
naucoin 2007-07-06 11:03 Rev.: 3796

ENH: use the mrml scene to pass transforms back

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: Realign.xml (changed)
naucoin 2007-07-06 11:03 Rev.: 3795

ENH: link to MRML lib to use the scene + transform nodes

0 lines of code changed in 1 file:

  • Applications/CLI/Realign: CMakeLists.txt (changed)
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:

  • Applications/CLI/Realign: CMakeLists.txt (changed)
naucoin 2007-06-13 17:02 Rev.: 3588

ENH: adding in a Realign volume module

709 lines of code changed in 7 files:

  • Applications/CLI/Realign: CMakeLists.txt (new 59), Realign.cxx (new 273), Realign.xml (new 47), vtkPrincipalAxesAlign.cxx (new 272), vtkPrincipalAxesAlign.h (new 58), vtkRealignConfigure.h.in (new), vtkRealignWin32Header.h (new)
Generated by StatSVN 0.5.0