Directory Modules/Tractography/

Directory Created:
2006-12-27 12:07
Total Files:
1
Deleted Files:
0
Lines of Code:
58

[root]/Modules/Tractography
            directory in repo Display (19 files, 3591 lines)
                directory in repo Resources (9 files, 101 lines)
            directory in repo Editor (4 files, 364 lines)
            directory in repo FiducialSeeding (11 files, 2164 lines)
                directory in repo Testing (1 files, 0 lines)
            directory in repo Seeding (4 files, 608 lines)
            directory in repo Settings (1 files, 0 lines)
            directory in repo Testing (4 files, 189 lines)
                directory in repo TestData (3 files, 10885 lines)

Lines of Code

Modules/Tractography/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 11 (100.0%) 69 (100.0%) 6.2
barre 1 (9.1%) 45 (65.2%) 45.0
lauren 1 (9.1%) 19 (27.5%) 19.0
millerjv 1 (9.1%) 2 (2.9%) 2.0
freudling 1 (9.1%) 2 (2.9%) 2.0
alexy 3 (27.3%) 1 (1.4%) 0.3
pieper 2 (18.2%) 0 (0.0%) 0.0
jcfr 2 (18.2%) 0 (0.0%) 0.0

Most Recent Commits

jcfr 2009-12-08 18:34 Rev.: 11226

ENH: In CMakeLists.txt, change deprecated SUBDIRS command into ADD_SUBDIRECTORY

See http://cmake.org/cmake/help/cmake-2-8-docs.html#command:subdirs

when subdirs command was taking a list of directory, change it
using the following pattern:

Before:
subdirs(sagarmatha kumbhu eiger)

After:
SET(dirs
sagarmatha
kumbhu
eiger
)
FOREACH(dir ${dirs})
ADD_SUBDIRECTORY(${dir})
ENDFOREACH(dir)

0 lines of code changed in 1 file:

  • Modules/Tractography: CMakeLists.txt (changed)
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/Tractography: CMakeLists.txt (changed)
pieper 2009-09-29 14:56 Rev.: 10544

COMP: re-enable ROI select

0 lines of code changed in 1 file:

  • Modules/Tractography: CMakeLists.txt (changed)
pieper 2009-03-28 11:46 Rev.: 8999

COMP: ROISelect editor module removed at Lauren's request

0 lines of code changed in 1 file:

  • Modules/Tractography: CMakeLists.txt (-1)
barre 2008-05-20 02:29 Rev.: 6772

ENH: Slicer3 Spring Installation Clean Up

45 lines of code changed in 1 file:

  • Modules/Tractography: CMakeLists.txt (+45 -6)
millerjv 2008-02-02 14:55 Rev.: 5677

BUG: Configuration changes needed now that there is a SlicerBaseCLI library that holds utility code.

2 lines of code changed in 1 file:

  • Modules/Tractography: CMakeLists.txt (+2 -2)
freudling 2008-02-01 15:36 Rev.: 5676

COMP: disabled voxelmeshing and some parts of tractography to be able to compile

2 lines of code changed in 1 file:

  • Modules/Tractography: CMakeLists.txt (+2 -2)
alexy 2007-11-30 11:55 Rev.: 5012

ENH: moved tractography seeding core to vtkTeel lib

0 lines of code changed in 1 file:

  • Modules/Tractography: CMakeLists.txt (changed)
alexy 2007-11-29 17:47 Rev.: 5007

ENH: commented Fiducial Seeding for now

0 lines of code changed in 1 file:

  • Modules/Tractography: CMakeLists.txt (changed)
alexy 2007-11-27 17:13 Rev.: 4959

ENH: added FiducialSeeding module GUI

1 lines of code changed in 1 file:

  • Modules/Tractography: CMakeLists.txt (+1)
lauren 2006-12-27 12:07 Rev.: 1928

ENH: Added initial skeleton of tractography module

19 lines of code changed in 1 file:

  • Modules/Tractography: CMakeLists.txt (new 19)
Generated by StatSVN 0.5.0