Directory Modules/FourDImage/

Directory Created:
2009-06-16 10:48
Total Files:
12
Deleted Files:
2
Lines of Code:
5027

[root]/Modules/FourDImage
            directory in repo ImageData (3 files, 0 lines)
            directory in repo Resources (1 files, 32 lines)

Lines of Code

Modules/FourDImage/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 84 (100.0%) 5753 (100.0%) 68.4
tokuda 64 (76.2%) 5703 (99.1%) 89.1
naucoin 10 (11.9%) 50 (0.9%) 5.0
wjp@bwh.harvard.edu 8 (9.5%) 0 (0.0%) 0.0
pieper 1 (1.2%) 0 (0.0%) 0.0
jcfr 1 (1.2%) 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/FourDImage: CMakeLists.txt (changed)
naucoin 2009-11-23 18:00 Rev.: 11024

COMP: init vars

0 lines of code changed in 1 file:

  • Modules/FourDImage: vtkFourDImageLogic.cxx (changed)
tokuda 2009-11-16 11:06 Rev.: 10954

BUG: Fixed bug reported by Yanling: label data is destroyed by FourDAnalysis Modlue.

2 lines of code changed in 1 file:

  • Modules/FourDImage: vtkMRMLTimeSeriesBundleNode.cxx (+2 -1)
tokuda 2009-08-27 17:40 Rev.: 10382

ENH: fixing memory leak

0 lines of code changed in 2 files:

  • Modules/FourDImage: vtkFourDImageLogic.cxx (changed), vtkMRMLTimeSeriesBundleNode.cxx (changed)
wjp@bwh.harvard.edu 2009-08-26 15:52 Rev.: 10367

BUG: fixing bug in reading Timepoints out of volume bundles

0 lines of code changed in 1 file:

  • Modules/FourDImage: vtkMRMLTimeSeriesBundleNode.cxx (changed)
wjp@bwh.harvard.edu 2009-08-26 15:34 Rev.: 10366

BUG: fixed some null pointer stuff, fixed mrml node saving/reading and timestamp serialization

0 lines of code changed in 3 files:

  • Modules/FourDImage: vtkFourDImageGUI.cxx (changed), vtkMRMLTimeSeriesBundleNode.cxx (changed), vtkMRMLTimeSeriesBundleNode.h (changed)
wjp@bwh.harvard.edu 2009-08-26 10:19 Rev.: 10354

ENH: created method that uses DICOM Temporal Position information header info, if available, to load bundles -- otherwise, sorts by slice location.

0 lines of code changed in 2 files:

  • Modules/FourDImage: vtkFourDImageLogic.cxx (changed), vtkFourDImageLogic.h (changed)
wjp@bwh.harvard.edu 2009-08-24 13:38 Rev.: 10341

ENH: adding new method; commented out until Junichi can test on his data

0 lines of code changed in 2 files:

  • Modules/FourDImage: vtkFourDImageLogic.cxx (changed), vtkFourDImageLogic.h (changed)
tokuda 2009-08-21 11:33 Rev.: 10326

ENH: access methods for Python

0 lines of code changed in 2 files:

  • Modules/FourDImage: vtkMRMLTimeSeriesBundleNode.cxx (changed), vtkMRMLTimeSeriesBundleNode.h (changed)
tokuda 2009-08-21 10:00 Rev.: 10324

ENH: adding setter/getter of time stamps for Python.

0 lines of code changed in 2 files:

  • Modules/FourDImage: vtkMRMLTimeSeriesBundleNode.cxx (changed), vtkMRMLTimeSeriesBundleNode.h (changed)
pieper 2009-08-10 16:51 Rev.: 10208

BUG: fixed leaks in modules

0 lines of code changed in 1 file:

  • Modules/FourDImage: vtkFourDImageGUI.cxx (changed)
tokuda 2009-07-21 19:26 Rev.: 9996

ENH: adding menu button to specify file order in manual loading mode

91 lines of code changed in 4 files:

  • Modules/FourDImage: vtkFourDImageGUI.cxx (+34 -5), vtkFourDImageGUI.h (+5 -3), vtkFourDImageLogic.cxx (+49 -4), vtkFourDImageLogic.h (+3 -3)
tokuda 2009-07-20 15:35 Rev.: 9976

ENH: adding manual mode for image loading

375 lines of code changed in 4 files:

  • Modules/FourDImage: vtkFourDImageGUI.cxx (+272 -40), vtkFourDImageGUI.h (+9 -6), vtkFourDImageLogic.cxx (+84 -7), vtkFourDImageLogic.h (+10)
naucoin 2009-07-14 15:38 Rev.: 9931

BUG: fixing leaks, delete extra kw widgets that were missing Delete calls

17 lines of code changed in 1 file:

  • Modules/FourDImage: vtkFourDImageGUI.cxx (+17 -2)
naucoin 2009-07-14 12:21 Rev.: 9930

BUG: really fixing the memory leak this time

5 lines of code changed in 1 file:

  • Modules/FourDImage: vtkFourDImageGUI.cxx (+5)
naucoin 2009-07-14 10:45 Rev.: 9926

COMP: reducing compiler warnings

8 lines of code changed in 1 file:

  • Modules/FourDImage: vtkMRMLTimeSeriesBundleNode.cxx (+8 -8)
naucoin 2009-07-13 16:57 Rev.: 9923

BUG: cleaning up memory leak caused by removing a different observer on the logic than was added

6 lines of code changed in 4 files:

  • Modules/FourDImage: vtkFourDImageGUI.cxx (+1 -1), vtkFourDImageGUI.h (+2 -2), vtkFourDImageLogic.cxx (+1 -1), vtkFourDImageLogic.h (+2 -4)
naucoin 2009-07-10 13:29 Rev.: 9904

BUG: cleaning up crash on exit problems, init vars, use TearDownGUI

14 lines of code changed in 2 files:

  • Modules/FourDImage: vtkFourDImageGUI.cxx (+13 -8), vtkFourDImageGUI.h (+1)
tokuda 2009-07-05 14:22 Rev.: 9850

ENH: Set default frame rate 1 s. Calling Modified() funciton on setting time stamps in TimeSeriesBundleNode.

21 lines of code changed in 3 files:

  • Modules/FourDImage: vtkFourDImageGUI.cxx (+1 -1), vtkFourDImageLogic.cxx (+11), vtkMRMLTimeSeriesBundleNode.cxx (+9)
tokuda 2009-06-30 15:44 Rev.: 9831

STYLE: changing documentation URL.

1 lines of code changed in 1 file:

  • Modules/FourDImage: vtkFourDImageGUI.cxx (+1 -1)
tokuda 2009-06-30 15:16 Rev.: 9830

STYLE: changing panel name

1 lines of code changed in 1 file:

  • Modules/FourDImage: vtkFourDImageGUI.cxx (+1 -1)
tokuda 2009-06-30 15:07 Rev.: 9829

STYLE: changing panel titles

2 lines of code changed in 1 file:

  • Modules/FourDImage: vtkFourDImageGUI.cxx (+2 -2)
tokuda 2009-06-29 16:17 Rev.: 9823

ENH: import scalar volume nodes by node name

258 lines of code changed in 3 files:

  • Modules/FourDImage: vtkFourDImageGUI.cxx (+247 -3), vtkFourDImageGUI.h (+6), vtkMRMLTimeSeriesBundleNode.cxx (+5 -5)
tokuda 2009-06-28 22:19 Rev.: 9815

ENH: Time series node can be created from node selector.

147 lines of code changed in 5 files:

  • Modules/FourDImage: vtkFourDImageGUI.cxx (+46 -7), vtkFourDImageLogic.cxx (+86 -4), vtkFourDImageLogic.h (+1), vtkMRMLTimeSeriesBundleNode.cxx (+12 -5), vtkMRMLTimeSeriesBundleNode.h (+2 -2)
tokuda 2009-06-28 16:19 Rev.: 9813

STYLE: changing class name: vtkMRML4DBundleNode -> vtkMRMLTimeSeriesBundleNode

1414 lines of code changed in 11 files:

  • Modules/FourDImage: CMakeLists.txt (+1 -1), vtkFourDImageGUI.cxx (+610 -65), vtkFourDImageGUI.h (+25 -4), vtkFourDImageIcons.cxx (+1 -1), vtkFourDImageIcons.h (+1 -1), vtkFourDImageLogic.cxx (+9 -9), vtkFourDImageLogic.h (+12 -5), vtkMRML4DBundleNode.cxx (del), vtkMRML4DBundleNode.h (del), vtkMRMLTimeSeriesBundleNode.cxx (new 634), vtkMRMLTimeSeriesBundleNode.h (new 121)
tokuda 2009-06-20 16:15 Rev.: 9744

BUG: fixed runtime error on Windows (tried to use an uninitialized variable)

2 lines of code changed in 1 file:

  • Modules/FourDImage: vtkFourDImageLogic.cxx (+2 -2)
tokuda 2009-06-20 15:56 Rev.: 9743

BUG: chaging arguments for vtkFourDImageLogic::LoadImagesFromDir()

5 lines of code changed in 3 files:

  • Modules/FourDImage: vtkFourDImageGUI.cxx (+1 -1), vtkFourDImageLogic.cxx (+3 -3), vtkFourDImageLogic.h (+1 -2)
tokuda 2009-06-20 15:43 Rev.: 9742

BUG: initial contrast setting

12 lines of code changed in 1 file:

  • Modules/FourDImage: vtkFourDImageGUI.cxx (+12 -8)
tokuda 2009-06-20 15:24 Rev.: 9741

ENH: Changing play/pause buttons in Frame Control

14 lines of code changed in 3 files:

  • Modules/FourDImage: vtkFourDImageGUI.cxx (+2 -2), vtkFourDImageIcons.cxx (+10 -10), vtkFourDImageIcons.h (+2 -2)
tokuda 2009-06-18 22:47 Rev.: 9730

BUG: changed the documentation URL in the help frame

0 lines of code changed in 1 file:

  • Modules/FourDImage: vtkFourDImageGUI.cxx (changed)
tokuda 2009-06-17 15:57 Rev.: 9720

ENH: put icons on play/stop button

130 lines of code changed in 5 files:

  • Modules/FourDImage: CMakeLists.txt (changed), vtkFourDImageGUI.cxx (changed), vtkFourDImageGUI.h (changed), vtkFourDImageIcons.cxx (new 74), vtkFourDImageIcons.h (new 56)
tokuda 2009-06-16 10:48 Rev.: 9705

ENH: Added FourDImage module.

3228 lines of code changed in 10 files:

  • Modules/FourDImage: CMakeLists.txt (new 111), FourDImage.txt (new 2), vtkFourDImageConfigure.h.in (new 30), vtkFourDImageGUI.cxx (new 1301), vtkFourDImageGUI.h (new 236), vtkFourDImageLogic.cxx (new 861), vtkFourDImageLogic.h (new 174), vtkFourDImageWin32Header.h (new 29), vtkMRML4DBundleNode.cxx (new 383), vtkMRML4DBundleNode.h (new 101)
Generated by StatSVN 0.5.0