[root]/Modules/TumorGrowth/Filters

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 29 (100.0%) | 1 (100.0%) | 0.0 |
| pohl | 14 (48.3%) | 1 (100.0%) | 0.0 |
| naucoin | 2 (6.9%) | 0 (0.0%) | 0.0 |
| fedorov | 12 (41.4%) | 0 (0.0%) | 0.0 |
| barre | 1 (3.4%) | 0 (0.0%) | 0.0 |
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 12 files:
COMP: removing unused vars, use of const char
0 lines of code changed in 1 file:
COMP: fixing compiler warnings, removed some asserts
0 lines of code changed in 1 file:
BUG: Did not work in release version because one comand was not executed inside assert( )
0 lines of code changed in 2 files:
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.
0 lines of code changed in 1 file:
ENH: Tumor Growth Module
1 lines of code changed in 12 files: