Directory Modules/ModelMirror/

Directory Created:
2009-06-17 12:38
Total Files:
13
Deleted Files:
0
Lines of Code:
2109

[root]/Modules/ModelMirror
            directory in repo ImageData (6 files, 0 lines)
            directory in repo Resources (1 files, 206 lines)

Lines of Code

Modules/ModelMirror/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 25 (100.0%) 2114 (100.0%) 84.5
wjp@bwh.harvard.edu 21 (84.0%) 2112 (99.9%) 100.5
naucoin 2 (8.0%) 2 (0.1%) 1.0
jcfr 2 (8.0%) 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/ModelMirror: 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/ModelMirror: CMakeLists.txt (changed)
naucoin 2009-07-14 10:45 Rev.: 9926

COMP: reducing compiler warnings

2 lines of code changed in 2 files:

  • Modules/ModelMirror: vtkMRMLModelMirrorNode.cxx (+1 -1), vtkModelMirrorGUI.cxx (+1 -1)
wjp@bwh.harvard.edu 2009-06-30 16:11 Rev.: 9832

BUG: fixing backface cull and color, got rid of multiple pass crash and crash on exit

46 lines of code changed in 3 files:

  • Modules/ModelMirror: vtkModelMirrorGUI.cxx (+7 -1), vtkModelMirrorLogic.cxx (+38 -2), vtkModelMirrorLogic.h (+1)
wjp@bwh.harvard.edu 2009-06-17 22:42 Rev.: 9721

ENH: adding model mirror to build, though it still has some bugs

0 lines of code changed in 5 files:

  • Modules/ModelMirror: vtkMRMLModelMirrorNode.cxx (changed), vtkMRMLModelMirrorNode.h (changed), vtkModelMirrorGUI.cxx (changed), vtkModelMirrorLogic.cxx (changed), vtkModelMirrorLogic.h (changed)
wjp@bwh.harvard.edu 2009-06-17 12:38 Rev.: 9719

ENH: adding model mirroring framework. has bugs in logic, not added to modules CMakeLists.txt

2066 lines of code changed in 13 files:

  • Modules/ModelMirror: CMakeLists.txt (new 111), ModelMirror.txt (new 1), vtkMRMLModelMirrorNode.cxx (new 102), vtkMRMLModelMirrorNode.h (new 81), vtkModelMirror.h (new 9), vtkModelMirrorConfigure.h.in (new 11), vtkModelMirrorGUI.cxx (new 767), vtkModelMirrorGUI.h (new 136), vtkModelMirrorIcons.cxx (new 117), vtkModelMirrorIcons.h (new 47), vtkModelMirrorLogic.cxx (new 579), vtkModelMirrorLogic.h (new 89), vtkModelMirrorWin32Header.h (new 16)
Generated by StatSVN 0.5.0