Directory Modules/TumorGrowth/Wizard/

Directory Created:
2008-06-10 09:19
Directory Deleted:
2008-11-17 17:36
Total Files:
0
Deleted Files:
16
Lines of Code:
0

[root]/Modules/TumorGrowth/Wizard

Lines of Code

Modules/TumorGrowth/Wizard/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 69 (100.0%) 208 (100.0%) 3.0
pohl 38 (55.1%) 155 (74.5%) 4.0
millerjv 5 (7.2%) 46 (22.1%) 9.2
barre 2 (2.9%) 6 (2.9%) 3.0
alexy 1 (1.4%) 1 (0.5%) 1.0
naucoin 7 (10.1%) 0 (0.0%) 0.0
fedorov 16 (23.2%) 0 (0.0%) 0.0

Most Recent Commits

fedorov 2008-11-17 17:36 Rev.: 7895

ENH: updated naming conventions for ChangeTracker module. Initial commit in a
sequence of updates to substitute rigid registration component of
ChangeTracker with the functionality of the "Linear registration" module.

0 lines of code changed in 16 files:

  • Modules/TumorGrowth/Wizard: vtkTumorGrowthAnalysisStep.cxx (del), vtkTumorGrowthAnalysisStep.h (del), vtkTumorGrowthFirstScanStep.cxx (del), vtkTumorGrowthFirstScanStep.h (del), vtkTumorGrowthROIStep.cxx (del), vtkTumorGrowthROIStep.h (del), vtkTumorGrowthSecondScanStep.cxx (del), vtkTumorGrowthSecondScanStep.h (del), vtkTumorGrowthSegmentationStep.cxx (del), vtkTumorGrowthSegmentationStep.h (del), vtkTumorGrowthSelectScanStep.cxx (del), vtkTumorGrowthSelectScanStep.h (del), vtkTumorGrowthStep.cxx (del), vtkTumorGrowthStep.h (del), vtkTumorGrowthTypeStep.cxx (del), vtkTumorGrowthTypeStep.h (del)
pohl 2008-11-17 17:19 Rev.: 7894

BUG: tcl error messages came up when only deformable metric was called

0 lines of code changed in 1 file:

  • Modules/TumorGrowth/Wizard: vtkTumorGrowthAnalysisStep.cxx (changed)
pohl 2008-11-05 11:39 Rev.: 7796

ENH: Version used for Journal Publication - allows shrinkage and is validated

0 lines of code changed in 1 file:

  • Modules/TumorGrowth/Wizard: vtkTumorGrowthAnalysisStep.cxx (changed)
pohl 2008-10-30 12:11 Rev.: 7773

ENH: Allows to track shrinkage

0 lines of code changed in 3 files:

  • Modules/TumorGrowth/Wizard: vtkTumorGrowthAnalysisStep.cxx (changed), vtkTumorGrowthROIStep.cxx (changed), vtkTumorGrowthROIStep.h (changed)
naucoin 2008-08-29 11:07 Rev.: 7520

COMP: removing unused vars, use of const char

0 lines of code changed in 2 files:

  • Modules/TumorGrowth/Wizard: vtkTumorGrowthAnalysisStep.cxx (changed), vtkTumorGrowthSegmentationStep.cxx (changed)
naucoin 2008-08-29 10:44 Rev.: 7519

COMP: set button parent to null before deleting

0 lines of code changed in 1 file:

  • Modules/TumorGrowth/Wizard: vtkTumorGrowthFirstScanStep.cxx (changed)
pohl 2008-07-21 16:41 Rev.: 7321

BUG: Piepeline would crash if VolumeNode had no image data attached to it - now explicitly checks for it

0 lines of code changed in 2 files:

  • Modules/TumorGrowth/Wizard: vtkTumorGrowthFirstScanStep.cxx (changed), vtkTumorGrowthROIStep.cxx (changed)
naucoin 2008-07-01 15:32 Rev.: 7234

COMP: take out direct dependency on the vtkSlicerSlicesControlGUI header

0 lines of code changed in 4 files:

  • Modules/TumorGrowth/Wizard: vtkTumorGrowthAnalysisStep.cxx (changed), vtkTumorGrowthROIStep.cxx (changed), vtkTumorGrowthSegmentationStep.cxx (changed), vtkTumorGrowthTypeStep.cxx (changed)
pohl 2008-07-01 14:44 Rev.: 7232

ENH: Modified User interface according to Ron

0 lines of code changed in 2 files:

  • Modules/TumorGrowth/Wizard: vtkTumorGrowthAnalysisStep.cxx (changed), vtkTumorGrowthAnalysisStep.h (changed)
millerjv 2008-06-25 12:49 Rev.: 7181

ENH: Compare view merge from branch (revision 7116) plus a bit of refactoring.

46 lines of code changed in 5 files:

  • Modules/TumorGrowth/Wizard: vtkTumorGrowthAnalysisStep.cxx (+12 -12), vtkTumorGrowthROIStep.cxx (+21 -21), vtkTumorGrowthSegmentationStep.cxx (+3 -3), vtkTumorGrowthStep.cxx (+1 -1), vtkTumorGrowthTypeStep.cxx (+9 -9)
barre 2008-06-25 10:58 Rev.: 7176

COMP: minor. One of the reason Slicer3 is so slow to compile is that so many classes include STL headers in their own header, instead of their implementation file (PIMPL). Some of those headers are actually not needed anymore by said classes, or were put there "just in case I need a map, vector, list, etc.". The more it happens, the slower the build process gets, and the slower the dependencies are computed/resolved. Try to fix some.

6 lines of code changed in 2 files:

  • Modules/TumorGrowth/Wizard: vtkTumorGrowthAnalysisStep.cxx (+3), vtkTumorGrowthFirstScanStep.cxx (+3)
pohl 2008-06-25 00:31 Rev.: 7163

BUG: Module does not crash anymore after closing down

10 lines of code changed in 4 files:

  • Modules/TumorGrowth/Wizard: vtkTumorGrowthROIStep.cxx (+3 -5), vtkTumorGrowthSegmentationStep.cxx (+4 -5), vtkTumorGrowthTypeStep.cxx (+3 -46), vtkTumorGrowthTypeStep.h (-1)
pohl 2008-06-23 14:42 Rev.: 7146

BUG: Get rid of leaks

25 lines of code changed in 3 files:

  • Modules/TumorGrowth/Wizard: vtkTumorGrowthROIStep.cxx (+11), vtkTumorGrowthSegmentationStep.cxx (+5 -2), vtkTumorGrowthStep.cxx (+9 -7)
pohl 2008-06-23 13:18 Rev.: 7145

BUG: Variables were not initialized correctly

2 lines of code changed in 1 file:

  • Modules/TumorGrowth/Wizard: vtkTumorGrowthAnalysisStep.cxx (+2 -2)
pohl 2008-06-23 11:07 Rev.: 7143

BUG: Pointed on instance that did not exists anymore

11 lines of code changed in 1 file:

  • Modules/TumorGrowth/Wizard: vtkTumorGrowthStep.cxx (+11 -1)
alexy 2008-06-22 11:15 Rev.: 7138

BUG: fixed compile error using round

1 lines of code changed in 1 file:

  • Modules/TumorGrowth/Wizard: vtkTumorGrowthROIStep.cxx (+1 -1)
pohl 2008-06-12 04:38 Rev.: 7073

BUG: Corrected spelling

1 lines of code changed in 1 file:

  • Modules/TumorGrowth/Wizard: vtkTumorGrowthROIStep.cxx (+1 -1)
pohl 2008-06-11 15:44 Rev.: 7069

ENH: Included Progress Bar in Tumor Growth Module

9 lines of code changed in 1 file:

  • Modules/TumorGrowth/Wizard: vtkTumorGrowthROIStep.cxx (+9 -9)
pohl 2008-06-11 15:41 Rev.: 7066

ENH: Included Progress Bar in Tumor Growth Module

20 lines of code changed in 2 files:

  • Modules/TumorGrowth/Wizard: vtkTumorGrowthFirstScanStep.cxx (+14 -4), vtkTumorGrowthTypeStep.cxx (+6 -2)
pohl 2008-06-10 09:19 Rev.: 7031

ENH: Tumor Growth Module

77 lines of code changed in 16 files:

  • Modules/TumorGrowth/Wizard: vtkTumorGrowthAnalysisStep.cxx (new 9), vtkTumorGrowthAnalysisStep.h (new), vtkTumorGrowthFirstScanStep.cxx (new 4), vtkTumorGrowthFirstScanStep.h (new), vtkTumorGrowthROIStep.cxx (new 12), vtkTumorGrowthROIStep.h (new), vtkTumorGrowthSecondScanStep.cxx (new), vtkTumorGrowthSecondScanStep.h (new), vtkTumorGrowthSegmentationStep.cxx (new 2), vtkTumorGrowthSegmentationStep.h (new), vtkTumorGrowthSelectScanStep.cxx (new), vtkTumorGrowthSelectScanStep.h (new), vtkTumorGrowthStep.cxx (new 1), vtkTumorGrowthStep.h (new), vtkTumorGrowthTypeStep.cxx (new 48), vtkTumorGrowthTypeStep.h (new 1)
Generated by StatSVN 0.5.0