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

| 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 |
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:
COMP: init vars
0 lines of code changed in 1 file:
BUG: Fixed bug reported by Yanling: label data is destroyed by FourDAnalysis Modlue.
2 lines of code changed in 1 file:
ENH: fixing memory leak
0 lines of code changed in 2 files:
BUG: fixing bug in reading Timepoints out of volume bundles
0 lines of code changed in 1 file:
BUG: fixed some null pointer stuff, fixed mrml node saving/reading and timestamp serialization
0 lines of code changed in 3 files:
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:
ENH: adding new method; commented out until Junichi can test on his data
0 lines of code changed in 2 files:
ENH: access methods for Python
0 lines of code changed in 2 files:
ENH: adding setter/getter of time stamps for Python.
0 lines of code changed in 2 files:
BUG: fixed leaks in modules
0 lines of code changed in 1 file:
ENH: adding menu button to specify file order in manual loading mode
91 lines of code changed in 4 files:
ENH: adding manual mode for image loading
375 lines of code changed in 4 files:
BUG: fixing leaks, delete extra kw widgets that were missing Delete calls
17 lines of code changed in 1 file:
BUG: really fixing the memory leak this time
5 lines of code changed in 1 file:
COMP: reducing compiler warnings
8 lines of code changed in 1 file:
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:
BUG: cleaning up crash on exit problems, init vars, use TearDownGUI
14 lines of code changed in 2 files:
ENH: Set default frame rate 1 s. Calling Modified() funciton on setting time stamps in TimeSeriesBundleNode.
21 lines of code changed in 3 files:
STYLE: changing documentation URL.
1 lines of code changed in 1 file:
STYLE: changing panel name
1 lines of code changed in 1 file:
STYLE: changing panel titles
2 lines of code changed in 1 file:
ENH: import scalar volume nodes by node name
258 lines of code changed in 3 files:
ENH: Time series node can be created from node selector.
147 lines of code changed in 5 files:
STYLE: changing class name: vtkMRML4DBundleNode -> vtkMRMLTimeSeriesBundleNode
1414 lines of code changed in 11 files:
BUG: fixed runtime error on Windows (tried to use an uninitialized variable)
2 lines of code changed in 1 file:
BUG: chaging arguments for vtkFourDImageLogic::LoadImagesFromDir()
5 lines of code changed in 3 files:
BUG: initial contrast setting
12 lines of code changed in 1 file:
ENH: Changing play/pause buttons in Frame Control
14 lines of code changed in 3 files:
BUG: changed the documentation URL in the help frame
0 lines of code changed in 1 file:
ENH: put icons on play/stop button
130 lines of code changed in 5 files:
ENH: Added FourDImage module.
3228 lines of code changed in 10 files: