Directory Modules/TumorGrowth/

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

[root]/Modules/TumorGrowth
            Folder removed from repo CommandLineApplication (0 files, 0 lines)
            Folder removed from repo DeformableMetric (0 files, 0 lines)
            Folder removed from repo Filters (0 files, 0 lines)
            Folder removed from repo Simulation (0 files, 0 lines)
            Folder removed from repo Tcl (0 files, 0 lines)
            directory in repo Testing (0 files, 0 lines)
                directory in repo GUI-Results (1 files, 0 lines)
                directory in repo Script-Results (2 files, 0 lines)
            Folder removed from repo Wizard (0 files, 0 lines)
            Folder removed from repo tcl (0 files, 0 lines)

Lines of Code

Modules/TumorGrowth/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 59 (100.0%) 359 (100.0%) 6.0
pohl 31 (52.5%) 267 (74.4%) 8.6
barre 7 (11.9%) 82 (22.8%) 11.7
millerjv 1 (1.7%) 10 (2.8%) 10.0
naucoin 5 (8.5%) 0 (0.0%) 0.0
lorensen 1 (1.7%) 0 (0.0%) 0.0
hjohnson 1 (1.7%) 0 (0.0%) 0.0
fedorov 13 (22.0%) 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 13 files:

  • Modules/TumorGrowth: CMakeLists.txt (del), TumorGrowth.txt (del), foo (del), vtkMRMLTumorGrowthNode.cxx (del), vtkMRMLTumorGrowthNode.h (del), vtkTumorGrowth.h (del), vtkTumorGrowthConfigure.h.in (del), vtkTumorGrowthGUI.cxx (del), vtkTumorGrowthGUI.h (del), vtkTumorGrowthLogic.cxx (del), vtkTumorGrowthLogic.h (del), vtkTumorGrowthTemplateBuilder.h (del), vtkTumorGrowthWin32Header.h (del)
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 2 files:

  • Modules/TumorGrowth: vtkTumorGrowthLogic.cxx (changed), vtkTumorGrowthLogic.h (changed)
hjohnson 2008-11-03 10:59 Rev.: 7780

COMP: Resolved missing include path to resolve compiler error: vtkSlicerVolumesLogic.h: No such file or directory

0 lines of code changed in 1 file:

  • Modules/TumorGrowth: CMakeLists.txt (changed)
pohl 2008-10-30 12:11 Rev.: 7773

ENH: Allows to track shrinkage

0 lines of code changed in 2 files:

  • Modules/TumorGrowth: vtkTumorGrowthLogic.cxx (changed), vtkTumorGrowthLogic.h (changed)
lorensen 2008-09-27 09:57 Rev.: 7611

BUG: Missing include directory.

0 lines of code changed in 1 file:

  • Modules/TumorGrowth: CMakeLists.txt (changed)
naucoin 2008-09-10 17:19 Rev.: 7568

STYLE: took out an extra print out

0 lines of code changed in 1 file:

  • Modules/TumorGrowth: vtkMRMLTumorGrowthNode.cxx (-1)
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: vtkTumorGrowthLogic.cxx (changed), vtkTumorGrowthLogic.h (changed)
naucoin 2008-08-28 17:37 Rev.: 7517

COMP: clearing up compiler warnings

0 lines of code changed in 2 files:

  • Modules/TumorGrowth: vtkTumorGrowthGUI.cxx (changed), vtkTumorGrowthLogic.cxx (changed)
pohl 2008-07-21 16:45 Rev.: 7322

BUG: Added more error messages to simplify debugging in the future

0 lines of code changed in 1 file:

  • Modules/TumorGrowth: vtkTumorGrowthLogic.cxx (changed)
pohl 2008-07-15 18:49 Rev.: 7300

BUG: Modified name of module based on Ron's suggestion

0 lines of code changed in 1 file:

  • Modules/TumorGrowth: TumorGrowth.txt (changed)
barre 2008-07-01 16:14 Rev.: 7236

ENH: now come one now, you can't do that, CMake will look for a CMakeLists.txt in Testing/ :)

0 lines of code changed in 1 file:

  • Modules/TumorGrowth: CMakeLists.txt (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: vtkTumorGrowthGUI.cxx (changed), vtkTumorGrowthGUI.h (changed)
millerjv 2008-06-25 12:49 Rev.: 7181

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

10 lines of code changed in 1 file:

  • Modules/TumorGrowth: vtkTumorGrowthGUI.cxx (+10 -6)
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.

1 lines of code changed in 2 files:

  • Modules/TumorGrowth: vtkMRMLTumorGrowthNode.cxx (+1), vtkTumorGrowthLogic.h (-1)
pohl 2008-06-25 01:06 Rev.: 7166

BUG: Cleaned up the code and put in some comments

19 lines of code changed in 1 file:

  • Modules/TumorGrowth: vtkTumorGrowthLogic.cxx (+19 -26)
pohl 2008-06-25 00:31

BUG: Module does not crash anymore after closing down

22 lines of code changed in 3 files:

  • Modules/TumorGrowth: vtkTumorGrowthGUI.cxx (+2 -1), vtkTumorGrowthLogic.cxx (+18 -3), vtkTumorGrowthLogic.h (+2 -1)
barre 2008-06-24 19:54 Rev.: 7157

ENH: rename tcl -> foo -> Tcl

0 lines of code changed in 1 file:

  • Modules/TumorGrowth: foo (new)
barre 2008-06-24 19:51 Rev.: 7156

COMP: fix the configure rules for the Tcl, Simulation and Testing files, they were not configured/copied to the right place (i.e. in the modules' share dir), and they were not installed at all. Also fixed the logic file to look at the right place, whether the module was built in Slicer3, built outside, or installed.

81 lines of code changed in 3 files:

  • Modules/TumorGrowth: CMakeLists.txt (+74 -124), vtkTumorGrowthConfigure.h.in (+2 -11), vtkTumorGrowthLogic.cxx (+5 -2)
pohl 2008-06-23 14:42 Rev.: 7146

BUG: Get rid of leaks

1 lines of code changed in 1 file:

  • Modules/TumorGrowth: vtkTumorGrowthLogic.cxx (+1)
pohl 2008-06-20 18:11 Rev.: 7130

BUG: Removed bug concerning Demons Registration with Nicole

7 lines of code changed in 1 file:

  • Modules/TumorGrowth: CMakeLists.txt (+7)
pohl 2008-06-11 15:44 Rev.: 7068

ENH: Included Progress Bar in Tumor Growth Module

31 lines of code changed in 1 file:

  • Modules/TumorGrowth: vtkTumorGrowthLogic.cxx (+31 -3)
pohl 2008-06-11 15:41 Rev.: 7066

ENH: Included Progress Bar in Tumor Growth Module

4 lines of code changed in 1 file:

  • Modules/TumorGrowth: vtkTumorGrowthLogic.h (+4 -2)
pohl 2008-06-10 16:02 Rev.: 7051

BUG: Changed SLICER_HOME to Slicer3_HOME !

2 lines of code changed in 1 file:

  • Modules/TumorGrowth: vtkTumorGrowthLogic.cxx (+2 -7)
pohl 2008-06-10 13:52 Rev.: 7049

BUG: changed GuiName to GUIName bc otherwise would cause error when loading module in Slicer

2 lines of code changed in 1 file:

  • Modules/TumorGrowth: TumorGrowth.txt (+2 -2)
pohl 2008-06-10 13:37 Rev.: 7048

ENH: Modified file so that it complies with new standard

42 lines of code changed in 1 file:

  • Modules/TumorGrowth: CMakeLists.txt (+42 -34)
pohl 2008-06-10 09:19 Rev.: 7031

ENH: Tumor Growth Module

137 lines of code changed in 12 files:

  • Modules/TumorGrowth: CMakeLists.txt (new 109), TumorGrowth.txt (new 2), vtkMRMLTumorGrowthNode.cxx (new), vtkMRMLTumorGrowthNode.h (new), vtkTumorGrowth.h (new), vtkTumorGrowthConfigure.h.in (new 11), vtkTumorGrowthGUI.cxx (new 5), vtkTumorGrowthGUI.h (new), vtkTumorGrowthLogic.cxx (new 8), vtkTumorGrowthLogic.h (new 2), vtkTumorGrowthTemplateBuilder.h (new), vtkTumorGrowthWin32Header.h (new)
Generated by StatSVN 0.5.0