Directory Applications/CLI/DiffusionApplications/StochasticTractographyFilter/

Total Files:
12
Deleted Files:
4
Lines of Code:
5139

[root]/Applications/CLI/DiffusionApplications/StochasticTractographyFilter

Lines of Code

Applications/CLI/DiffusionApplications/StochasticTractographyFilter/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 55 (100.0%) 5439 (100.0%) 98.8
tringo 41 (74.5%) 5326 (97.9%) 129.9
barre 3 (5.5%) 87 (1.6%) 29.0
lorensen 8 (14.5%) 19 (0.3%) 2.3
pieper 1 (1.8%) 4 (0.1%) 4.0
millerjv 1 (1.8%) 3 (0.1%) 3.0
lantiga 1 (1.8%) 0 (0.0%) 0.0

Most Recent Commits

lorensen 2008-11-25 13:30 Rev.: 7974

COMP: style, copyright, svn keywords and warnings.

0 lines of code changed in 6 files:

  • Applications/CLI/DiffusionApplications/StochasticTractographyFilter: CalculateVolumeStatistics.cxx (changed), GenerateConnectivityMap.cxx (changed), ROITractFilter.cxx (changed), StochasticTractographyFilter.cxx (changed), itkStochasticTractographyFilter.h (changed), itkStochasticTractographyFilter.txx (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.

4 lines of code changed in 1 file:

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

ENH: Slicer3 Spring Installation Clean Up

82 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications/StochasticTractographyFilter: CMakeLists.txt (+82 -84)
lantiga 2008-03-04 07:11 Rev.: 6049

BUG: changing category from filtering to Filtering

0 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications/StochasticTractographyFilter: CalculateVolumeStatistics.xml (changed)
tringo 2008-02-20 15:48 Rev.: 5887

BUG:Changed default for rotating the sampling grid to off

1 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications/StochasticTractographyFilter: StochasticTractographyFilter.xml (+1 -1)
tringo 2008-02-16 18:04 Rev.: 5855

BUG:Removed all mention of calculate statistics from GenerateConnectivityMap.xml

1 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications/StochasticTractographyFilter: GenerateConnectivityMap.xml (+1 -1)
tringo 2008-02-09 17:36 Rev.: 5787

ENH:Added a flag to enable optional alignment of the sampling grid with the principle eigenvector

47 lines of code changed in 3 files:

  • Applications/CLI/DiffusionApplications/StochasticTractographyFilter: StochasticTractographyFilter.xml (+10), itkStochasticTractographyFilter.h (+9), itkStochasticTractographyFilter.txx (+28 -22)
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/DiffusionApplications/StochasticTractographyFilter: CMakeLists.txt (+3 -3)
pieper 2008-01-14 12:43 Rev.: 5491

COMP: fix redudant links by taking out MRML dependency

4 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications/StochasticTractographyFilter: CMakeLists.txt (+4 -3)
lorensen 2008-01-13 11:16 Rev.: 5488

COMP: Backed out last checkin. Still problems with duplicate symbols during link.

19 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications/StochasticTractographyFilter: CMakeLists.txt (+19)
lorensen 2008-01-13 08:06 Rev.: 5487

COMP: Remove redundant libraries to avoid duplicate symbols during link.

0 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications/StochasticTractographyFilter: CMakeLists.txt (-20)
tringo 2008-01-08 16:29 Rev.: 5439

ENH:Stochastic Tractography: Added a new module to extract statistics given a ROI. Also, we now rotate the sampling grid so that at least one direcion is in the direction of highest likelihood

249 lines of code changed in 5 files:

  • Applications/CLI/DiffusionApplications/StochasticTractographyFilter: CMakeLists.txt (+18 -2), CalculateVolumeStatistics.cxx (new 55), CalculateVolumeStatistics.xml (new 55), itkStochasticTractographyFilter.h (+18 -4), itkStochasticTractographyFilter.txx (+103 -42)
tringo 2007-12-26 02:14 Rev.: 5338

ENH:Added option to do streamline tractography. Also corrected a bug where the saved previous direction was incorrect because it was stored AFTER it had been scaled by the image spacing.

216 lines of code changed in 4 files:

  • Applications/CLI/DiffusionApplications/StochasticTractographyFilter: StochasticTractographyFilter.cxx (+3 -28), StochasticTractographyFilter.xml (+23 -5), itkStochasticTractographyFilter.h (+30 -3), itkStochasticTractographyFilter.txx (+160 -69)
tringo 2007-12-21 17:59 Rev.: 5328

STYLE: clarified variable names

5 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications/StochasticTractographyFilter: ROITractFilter.cxx (+5 -4)
tringo 2007-12-14 14:24 Rev.: 5212

ENH:ROITractFilter now excludes the beginning part of the tract that passes through the starting ROI

0 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications/StochasticTractographyFilter: ROITractFilter.cxx (changed)
tringo 2007-12-05 17:30 Rev.: 5058

ENH:Added option to cut fibers once they reach their target ROI in ROITractFilter. Added progress indicator to Stochastic Tractography Filter Module.

0 lines of code changed in 8 files:

  • Applications/CLI/DiffusionApplications/StochasticTractographyFilter: CMakeLists.txt (changed), GenerateConnectivityMap.xml (changed), ROITractFilter.cxx (changed), ROITractFilter.xml (changed), StochasticTractographyFilter.cxx (changed), StochasticTractographyFilter.xml (changed), itkStochasticTractographyFilter.h (changed), itkStochasticTractographyFilter.txx (changed)
tringo 2007-12-04 14:38 Rev.: 5045

BUG: Hopefully final commit of latest version of stochastic tractography filter.

0 lines of code changed in 3 files:

  • Applications/CLI/DiffusionApplications/StochasticTractographyFilter: CMakeLists.txt (changed), GenerateConnectivityMap.cxx (changed), itkStochasticTractographyFilter.txx (changed)
tringo 2007-12-04 12:27 Rev.: 5041

STYLE:Changed StochasticTractography directory to StochasticTractographyFilter

4807 lines of code changed in 14 files:

  • Applications/CLI/DiffusionApplications/StochasticTractographyFilter: CMakeLists.txt (new 99), GenerateConnectivityMap.cxx (new 134), GenerateConnectivityMap.xml (new 48), ROITractFilter.cxx (new 154), ROITractFilter.xml (new 67), StochasticTractography.cxx (del), StochasticTractography.xml (del), StochasticTractographyFilter.cxx (new 310), StochasticTractographyFilter.xml (new 155), itkSlowPolyLineParametricPath.h (del), itkSlowPolyLineParametricPath.txx (del), itkStochasticTractographyFilter.h (new 337), itkStochasticTractographyFilter.txx (new 917), itkStochasticTractographyFilter_SD.txx (new 2586)
Generated by StatSVN 0.5.0