Directory Modules/IGTPlanning/

Directory Created:
2009-05-04 14:53
Total Files:
12
Deleted Files:
2
Lines of Code:
1336

[root]/Modules/IGTPlanning
            directory in repo Wizard (14 files, 2203 lines)

Lines of Code

Modules/IGTPlanning/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 32 (100.0%) 1361 (100.0%) 42.5
hliu 30 (93.8%) 1361 (100.0%) 45.3
jcfr 2 (6.3%) 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/IGTPlanning: 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/IGTPlanning: CMakeLists.txt (changed)
hliu 2009-07-06 09:41 Rev.: 9853

ENH: development work at MIT project week 2009.

26 lines of code changed in 3 files:

  • Modules/IGTPlanning: CMakeLists.txt (+1), vtkIGTPlanningGUI.cxx (+23 -22), vtkIGTPlanningGUI.h (+2 -2)
hliu 2009-06-16 11:08 Rev.: 9706

ENH: increased wizard widget height from 320 to 400.

1 lines of code changed in 1 file:

  • Modules/IGTPlanning: vtkIGTPlanningGUI.cxx (+1 -1)
hliu 2009-06-15 15:59 Rev.: 9700

ENH: continued development.

0 lines of code changed in 3 files:

  • Modules/IGTPlanning: CMakeLists.txt (changed), vtkIGTPlanningGUI.cxx (changed), vtkIGTPlanningGUI.h (changed)
hliu 2009-06-14 16:00

BUG: removed class vtkKWGuideWidget from here.

0 lines of code changed in 2 files:

  • Modules/IGTPlanning: vtkKWGuideWidget.cxx (del), vtkKWGuideWidget.h (del)
hliu 2009-06-14 15:53 Rev.: 9693

ENH: more development.

0 lines of code changed in 3 files:

  • Modules/IGTPlanning: CMakeLists.txt (changed), vtkIGTPlanningGUI.cxx (changed), vtkIGTPlanningGUI.h (changed)
hliu 2009-06-09 10:35 Rev.: 9664

ENH: more development.

0 lines of code changed in 3 files:

  • Modules/IGTPlanning: CMakeLists.txt (changed), vtkIGTPlanningGUI.cxx (changed), vtkIGTPlanningGUI.h (changed)
hliu 2009-06-09 10:34 Rev.: 9663

ENH: added class vtkKWGuideWidget.

0 lines of code changed in 2 files:

  • Modules/IGTPlanning: vtkKWGuideWidget.cxx (new), vtkKWGuideWidget.h (new)
hliu 2009-05-06 14:16 Rev.: 9413

ENH: more development.

0 lines of code changed in 1 file:

  • Modules/IGTPlanning: vtkIGTPlanningGUI.cxx (changed)
hliu 2009-05-04 14:53 Rev.: 9402

ENH: added module IGTPlanning.

1334 lines of code changed in 12 files:

  • Modules/IGTPlanning: CMakeLists.txt (new 120), IGTPlanning.txt (new 2), vtkIGTPlanning.h (new 1), vtkIGTPlanningConfigure.h.in (new 20), vtkIGTPlanningGUI.cxx (new 326), vtkIGTPlanningGUI.h (new 134), vtkIGTPlanningLogic.cxx (new 79), vtkIGTPlanningLogic.h (new 63), vtkIGTPlanningMRMLManager.cxx (new 473), vtkIGTPlanningMRMLManager.h (new 99), vtkIGTPlanningTemplateBuilder.h (new 1), vtkIGTPlanningWin32Header.h (new 16)
Generated by StatSVN 0.5.0