Directory Applications/

Directory Created:
2006-02-07 16:06
Total Files:
1
Deleted Files:
0
Lines of Code:
17

[root]/Applications
        directory in repo CLI (81 files, 15670 lines)
            directory in repo BatchMakeApplications (4 files, 403 lines)
                directory in repo DiffusionTensorEstimationBatchMakeModule (5 files, 561 lines)
                directory in repo EMSegmentBatchMakeModule (8 files, 557 lines)
                directory in repo GaussianBlurBatchMakeModule (7 files, 545 lines)
                directory in repo GenericBatchMakeModule (2 files, 578 lines)
                directory in repo RegisterImagesBatchMakeModule (3 files, 526 lines)
                Folder removed from repo ResampleVolumeBatchMake (0 files, 0 lines)
                directory in repo ResampleVolumeBatchMakeModule (2 files, 266 lines)
            directory in repo DicomToNrrdConverter (3 files, 1705 lines)
                directory in repo Testing (2 files, 55 lines)
            directory in repo DiffeomorphicDemonsRegistration (32 files, 6352 lines)
            directory in repo DiffusionApplications (1 files, 12 lines)
                directory in repo ResampleDTI (42 files, 4401 lines)
                Folder removed from repo StochasticTractography (0 files, 0 lines)
                directory in repo StochasticTractographyFilter (12 files, 5139 lines)
                directory in repo dwiNoiseFilter (17 files, 2275 lines)
                directory in repo dwiUNLM (12 files, 2003 lines)
                directory in repo jointLMMSE (12 files, 2162 lines)
            Folder removed from repo DiffusionFiltering (0 files, 0 lines)
                Folder removed from repo StochasticTractography (0 files, 0 lines)
                Folder removed from repo dwiNoiseFilter (0 files, 0 lines)
            directory in repo ExtractSkeleton (10 files, 1984 lines)
            directory in repo ImageData (6 files, 0 lines)
            directory in repo Java (2 files, 105 lines)
                directory in repo Examples (1 files, 54 lines)
            Folder removed from repo Logos (0 files, 0 lines)
            directory in repo MIDASApplications (1 files, 2 lines)
                directory in repo DownloadSlicerTutorials (3 files, 406 lines)
            Folder removed from repo MRIBiasFieldCorrection (0 files, 0 lines)
            Folder removed from repo N3MRIBiasFieldCorrection (0 files, 0 lines)
            directory in repo Realign (5 files, 716 lines)
            directory in repo RegisterImagesModule (22 files, 7812 lines)
                directory in repo Applications (22 files, 6245 lines)
                    directory in repo Data (3 files, 19 lines)
                directory in repo MultiResApplications (16 files, 3096 lines)
                Folder removed from repo Testing (0 files, 0 lines)
            Folder removed from repo Resources (0 files, 0 lines)
            directory in repo SparseFieldLevelSetContour (13 files, 2409 lines)
            directory in repo Testing (44 files, 2100 lines)
            directory in repo UtahBSpline (13 files, 3441 lines)
        directory in repo GUI (4 files, 3173 lines)
            directory in repo Resources (1 files, 0 lines)
            directory in repo Testing (9 files, 869 lines)
                directory in repo TestData (2 files, 0 lines)
        directory in repo SlicerQT (10 files, 1110 lines)
            directory in repo Resources (1 files, 5 lines)
                directory in repo Images (1 files, 400 lines)
                directory in repo UI (1 files, 527 lines)
        directory in repo Testing (1 files, 0 lines)

Lines of Code

Applications/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 10 (100.0%) 34 (100.0%) 3.4
jcfr 3 (30.0%) 14 (41.2%) 4.6
malaterre 1 (10.0%) 13 (38.2%) 13.0
barre 3 (30.0%) 6 (17.6%) 2.0
pieper 3 (30.0%) 1 (2.9%) 0.3

Most Recent Commits

jcfr 2009-11-10 20:34 Rev.: 10926

ENH: SlicerQT - Split Base/GUIQT into Base/QTBase and Base/QTGUI

9 lines of code changed in 1 file:

  • Applications: CMakeLists.txt (+9 -11)
jcfr 2009-11-06 18:06 Rev.: 10895

ENH: SlicerQT - Added folder Applications/SlicerQT

1 lines of code changed in 1 file:

  • Applications: CMakeLists.txt (+1 -1)
jcfr 2009-11-06 17:59 Rev.: 10894

ENH: SlicerQt - Major refactoring. Module are now initialized within the overloaded function 'initializer'. qCTKFactory classed is now the base for Plugin and Object factory. Other kind of factory can easily be implemented. Module title should be set in the CMakeLists.txt of each QT module.

4 lines of code changed in 1 file:

  • Applications: CMakeLists.txt (+4)
barre 2008-05-20 02:32 Rev.: 6776

ENH: Slicer3 Spring Installation Clean Up

2 lines of code changed in 1 file:

  • Applications: CMakeLists.txt (+2 -2)
pieper 2008-05-16 14:21 Rev.: 6741

COMP: avoid duplicate CLI build

0 lines of code changed in 1 file:

  • Applications: CMakeLists.txt (-1)
pieper 2008-05-15 21:14 Rev.: 6732

ENH: add --test-mode option to avoid test failures due to timeous on exit confirmation dialog

1 lines of code changed in 1 file:

  • Applications: CMakeLists.txt (+1)
barre 2008-04-25 17:27 Rev.: 6552

ENH: allow a module (Modules/GradientAnisotropicDiffusionFilter for now) to be built in a standalone fashion against eithera Slicer3 build or Slicer3 installed. Update the config files accordingly, add missing installation rules, etc. Also unscreamify and indent many CMakeLists.txt in the process.

0 lines of code changed in 1 file:

  • Applications: CMakeLists.txt (changed)
barre 2007-09-11 16:42 Rev.: 4306

ENH: a) fix the (usual) missing _DEBUG statement around some modules init/uninit/run, etc. b) allow for a more lightweight Slicer3. Default Slicer3 in debug/win32 is 2.5 GB! Turn BUILD_CLI to OFF to disable CLI plugins, Slicer3 is now 700 MB. Turn BUILD_MODULES to OFF to disable all modules together, Slicer3 is now down to 500 MB, compiles, links and launchs much faster, good for debugging and small hard drives (think SSD).

4 lines of code changed in 1 file:

  • Applications: CMakeLists.txt (+4 -2)
pieper 2007-08-10 16:37 Rev.: 4039

COMP: add placeholders for SIGN

0 lines of code changed in 1 file:

  • Applications: CMakeLists.txt (changed)
malaterre 2006-02-07 16:06 Rev.: 8

ENH: Add a template CMakeLists file

13 lines of code changed in 1 file:

  • Applications: CMakeLists.txt (new 13)
Generated by StatSVN 0.5.0