Directory Modules/AtlasCreator/

Directory Created:
2009-07-20 22:41
Total Files:
11
Deleted Files:
0
Lines of Code:
2307

[root]/Modules/AtlasCreator

Lines of Code

Modules/AtlasCreator/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 14 (100.0%) 2307 (100.0%) 164.7
sylvain 12 (85.7%) 2307 (100.0%) 192.2
pieper 1 (7.1%) 0 (0.0%) 0.0
jcfr 1 (7.1%) 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/AtlasCreator: CMakeLists.txt (changed)
pieper 2009-08-10 16:51 Rev.: 10208

BUG: fixed leaks in modules

0 lines of code changed in 1 file:

  • Modules/AtlasCreator: vtkAtlasCreatorGUI.cxx (changed)
sylvain 2009-08-07 10:40 Rev.: 10182

BUG: fix warning. conversion from double to int

0 lines of code changed in 1 file:

  • Modules/AtlasCreator: vtkAtlasCreatorGUI.cxx (changed)
sylvain 2009-07-20 22:41 Rev.: 9982

ENH: module to create a statistical atlas. This module complements the EMSegment module. It creates a statistical atlas using a set of pre-segmented label maps. This is a generic module not restricted to brain datasets.

2307 lines of code changed in 11 files:

  • Modules/AtlasCreator: AtlasCreator.xml (new 2), CMakeLists.txt (new 102), vtkAtlasCreator.h (new 33), vtkAtlasCreatorConfigure.h.in (new 29), vtkAtlasCreatorGUI.cxx (new 776), vtkAtlasCreatorGUI.h (new 143), vtkAtlasCreatorLogic.cxx (new 741), vtkAtlasCreatorLogic.h (new 78), vtkAtlasCreatorWin32Header.h (new 39), vtkMRMLAtlasCreatorNode.cxx (new 261), vtkMRMLAtlasCreatorNode.h (new 103)
Generated by StatSVN 0.5.0