Directory Modules/ChangeTracker/CommandLineApplicationNew/

Directory Created:
2009-10-14 12:10
Total Files:
3
Deleted Files:
0
Lines of Code:
963

[root]/Modules/ChangeTracker/CommandLineApplicationNew

Lines of Code

Modules/ChangeTracker/CommandLineApplicationNew/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 21 (100.0%) 1508 (100.0%) 71.8
fedorov 20 (95.2%) 1508 (100.0%) 75.4
jcfr 1 (4.8%) 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/ChangeTracker/CommandLineApplicationNew: CMakeLists.txt (changed)
fedorov 2009-10-30 19:03 Rev.: 10821

BUG: incorrect initialization of the ras2ijk matrix for segmented image

2 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplicationNew: ChangeTrackerCommandLineNew.cxx (+2 -2)
fedorov 2009-10-28 17:07 Rev.: 10779

ENH: fix windows compile issues, make .xml consistent with the new way of
defining roi

25 lines of code changed in 2 files:

  • Modules/ChangeTracker/CommandLineApplicationNew: ChangeTrackerCommandLineNew.cxx (+15 -40), ChangeTrackerCommandLineNew.xml (+10 -10)
fedorov 2009-10-28 11:25 Rev.: 10769

ENH: results in agreement with GUI

5 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplicationNew: ChangeTrackerCommandLineNew.cxx (+5)
fedorov 2009-10-26 23:37 Rev.: 10761

ENH: reworked roi resampling procedure, now with just one resampling.
Eliminated inconsistency of roi extraction between gui and cli.

121 lines of code changed in 2 files:

  • Modules/ChangeTracker/CommandLineApplicationNew: ChangeTrackerCommandLineNew.cxx (+117 -30), ChangeTrackerCommandLineNew.xml (+4 -4)
fedorov 2009-10-19 08:25 Rev.: 10684

STYLE: warnings

2 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplicationNew: ChangeTrackerCommandLineNew.cxx (+2 -2)
fedorov 2009-10-17 22:21 Rev.: 10681

BUG: incorrect thresholding for histogram calculation; uninitialized
resampling mode in CLI

4 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplicationNew: ChangeTrackerCommandLineNew.cxx (+4 -2)
fedorov 2009-10-16 16:48 Rev.: 10678

BUG: whole volume used to compute histogram instead of ROI; GUI/CLI results
still not consistent

6 lines of code changed in 2 files:

  • Modules/ChangeTracker/CommandLineApplicationNew: ChangeTrackerCommandLineNew.cxx (+5 -2), ChangeTrackerCommandLineNew.xml (+1 -1)
fedorov 2009-10-14 17:15 Rev.: 10653

ENH: both metrics working, need to confirm same as GUI results, need to fix
memory leaks

91 lines of code changed in 2 files:

  • Modules/ChangeTracker/CommandLineApplicationNew: ChangeTrackerCommandLineNew.cxx (+82 -406), ChangeTrackerCommandLineNew.xml (+9)
fedorov 2009-10-14 15:28 Rev.: 10646

BUG: incorrect orientation matrix during image saving

50 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplicationNew: ChangeTrackerCommandLineNew.cxx (+50 -5)
fedorov 2009-10-14 14:52 Rev.: 10645

BUG: DefineSuperSampleSize must be independent of the MRML node

29 lines of code changed in 1 file:

  • Modules/ChangeTracker/CommandLineApplicationNew: ChangeTrackerCommandLineNew.cxx (+29 -3)
fedorov 2009-10-14 13:20 Rev.: 10643

ENH: filling in new functionality, no backwards compatibility

126 lines of code changed in 3 files:

  • Modules/ChangeTracker/CommandLineApplicationNew: CMakeLists.txt (+1 -1), ChangeTrackerCommandLineNew.cxx (+101 -33), ChangeTrackerCommandLineNew.xml (+24 -4)
fedorov 2009-10-14 12:10 Rev.: 10640

ENH: initial commit for the command line module to reflect the updated
workflow; this one is just a copy of the original CL module

1047 lines of code changed in 3 files:

  • Modules/ChangeTracker/CommandLineApplicationNew: CMakeLists.txt (new 72), ChangeTrackerCommandLineNew.cxx (new 855), ChangeTrackerCommandLineNew.xml (new 120)
Generated by StatSVN 0.5.0