Directory Modules/RealTimeImaging/

Directory Created:
2007-03-09 13:18
Total Files:
11
Deleted Files:
0
Lines of Code:
3073

[root]/Modules/RealTimeImaging

Lines of Code

Modules/RealTimeImaging/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 40 (100.0%) 3199 (100.0%) 79.9
hliu 22 (55.0%) 3103 (97.0%) 141.0
barre 9 (22.5%) 86 (2.7%) 9.5
alexy 2 (5.0%) 3 (0.1%) 1.5
tokuda 1 (2.5%) 2 (0.1%) 2.0
rsierra 2 (5.0%) 2 (0.1%) 1.0
malaterre 1 (2.5%) 2 (0.1%) 2.0
tgl 2 (5.0%) 1 (0.0%) 0.5
jcfr 1 (2.5%) 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/RealTimeImaging: CMakeLists.txt (changed)
barre 2009-10-29 17:36 Rev.: 10795

ENH: support for new cameras and new views. Port from Slicer 3.4 branch. As mentioned on the mailing list, apologies for instabilities while these core changes are further tested. Fiducials do not seem to follow camera for example, this will be fixed. Send bugs to sebastien.barre@kitware.com; Thank you.

1 lines of code changed in 1 file:

  • Modules/RealTimeImaging: vtkRealTimeImagingGUI.cxx (+1 -1)
barre 2008-05-27 17:44 Rev.: 6889

ENH: Plugins and Modules have specific location for their binairies/dll, different from the usual bin/ and lib/ (i.e. lib/Slicer3/Plugins, lib/Slicer3/Modules). This was achieved by setting LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH from the slicer3_set_default_modules_output_path and slicer3_set_default_plugins_output_path macro, but it is a dangerous practice to override a global variable, as it propagates to subtrees. As a result, SlicerTractographySeeding, which combines a module and a CLP in the same CMakeLists, was not built to the proper directory; ExtractSkeleton was not output in the right location either, and several tests ended up in Plugins instead of bin/ (GaussianBlurImageFilterTest, OrientImageTest). Fix this by creating a macro that will set the LIBRARY_OUTPUT_DIRECTORY and RUNTIME_OUTPUT_DIRECTORY explicitly on a *target* basis, using SET_TARGET_PROPERTIES. This removes the side-effects described above.

2 lines of code changed in 1 file:

  • Modules/RealTimeImaging: CMakeLists.txt (+2 -3)
barre 2008-05-26 10:17 Rev.: 6851

ENH: added slicer3_install_modules and slicer3_install_plugins macro to hide the big INSTALL() command that was used to install plugins/modules; this is more elegant, and enable us to have better control on installation by modifying just one file.

1 lines of code changed in 1 file:

  • Modules/RealTimeImaging: CMakeLists.txt (+1 -5)
barre 2008-05-22 17:31 Rev.: 6833

ENH: more cleanup to allow LoadableModule to be loaded from the Module Search Paths (i.e. outside Slicer3). Provide API to retrieve module's resources paths from either locations (inside or outside a Slicer3's build/installed tree)

2 lines of code changed in 1 file:

  • Modules/RealTimeImaging: vtkRealTimeImagingGUI.h (+2 -2)
barre 2008-05-20 02:29 Rev.: 6772

ENH: Slicer3 Spring Installation Clean Up

80 lines of code changed in 5 files:

  • Modules/RealTimeImaging: CMakeLists.txt (+63 -81), vtkRealTimeImagingConfigure.h.in (+1 -13), vtkRealTimeImagingGUI.cxx (+3 -2), vtkRealTimeImagingLogic.cxx (+9 -6), vtkRealTimeImagingLogic.h (+4 -3)
tgl 2008-05-08 18:50 Rev.: 6666

ENH: adding dependency checking (but not sorting) to LoadableModule lib. Adding EMSegment, MRAblation, RealTimeImaging, VolumeRendering, WFEngineModule, LabelStatistics as loadable modules

1 lines of code changed in 2 files:

  • Modules/RealTimeImaging: CMakeLists.txt (changed), RealTimeImaging.txt (new 1)
malaterre 2008-01-02 12:33 Rev.: 5367

BUG: fix cmake issue

2 lines of code changed in 1 file:

  • Modules/RealTimeImaging: CMakeLists.txt (+2 -2)
tokuda 2007-12-31 19:27 Rev.: 5364

ENH: Added ProstateNav Module. The module is not active in default.

2 lines of code changed in 1 file:

  • Modules/RealTimeImaging: CMakeLists.txt (+2 -1)
hliu 2007-11-28 10:46 Rev.: 4972

BUG: change of listening event in vtkKWPushButton.

0 lines of code changed in 1 file:

  • Modules/RealTimeImaging: vtkRealTimeImagingGUI.cxx (changed)
alexy 2007-09-11 16:30 Rev.: 4302

ENH: reworked volume display to separate classes and include viz pipeline

2 lines of code changed in 1 file:

  • Modules/RealTimeImaging: vtkRealTimeImagingLogic.cxx (+2 -1)
alexy 2007-08-27 19:53 Rev.: 4136

ENH: tensor math updates and other misc changes

1 lines of code changed in 1 file:

  • Modules/RealTimeImaging: vtkRealTimeImagingGUI.cxx (+1)
hliu 2007-06-07 09:38 Rev.: 3499

BUG: turned off a message.

0 lines of code changed in 1 file:

  • Modules/RealTimeImaging: CMakeLists.txt (changed)
hliu 2007-05-01 09:41 Rev.: 3306

ENH: replaced OpenTracker with NaviTrack.

0 lines of code changed in 4 files:

  • Modules/RealTimeImaging: CMakeLists.txt (changed), vtkRealTimeImagingConfigure.h.in (changed), vtkRealTimeImagingLogic.cxx (changed), vtkRealTimeImagingLogic.h (changed)
hliu 2007-04-11 11:19 Rev.: 3208

BUG: defined the file name as const char *.

3 lines of code changed in 3 files:

  • Modules/RealTimeImaging: vtkRealTimeImagingGUI.cxx (+1 -1), vtkRealTimeImagingLogic.cxx (+1 -1), vtkRealTimeImagingLogic.h (+1 -1)
hliu 2007-03-26 10:06 Rev.: 3014

ENH: added switch for opentracker lib version.

0 lines of code changed in 1 file:

  • Modules/RealTimeImaging: vtkRealTimeImagingLogic.cxx (changed)
hliu 2007-03-22 12:45 Rev.: 3008

ENH: added a note for using NaviTrack.

0 lines of code changed in 1 file:

  • Modules/RealTimeImaging: vtkRealTimeImagingLogic.cxx (changed)
hliu 2007-03-15 10:54 Rev.: 2940

BUG: put a switch between opentracker 1.3 and 2.0.

6 lines of code changed in 1 file:

  • Modules/RealTimeImaging: vtkRealTimeImagingLogic.cxx (+6 -1)
rsierra 2007-03-15 10:36 Rev.: 2938

COMP: Moved from OpenTracker to NaviTrack library

2 lines of code changed in 2 files:

  • Modules/RealTimeImaging: vtkRealTimeImagingGUI.cxx (+1 -1), vtkRealTimeImagingLogic.cxx (+1 -1)
hliu 2007-03-09 13:18 Rev.: 2879

ENH: added RealTimeImaging module.

3094 lines of code changed in 10 files:

  • Modules/RealTimeImaging: CMakeLists.txt (new 102), Image.cxx (new 119), Image.h (new 39), configSlicer.xml (new 13), vtkRealTimeImagingConfigure.h.in (new 23), vtkRealTimeImagingGUI.cxx (new 1747), vtkRealTimeImagingGUI.h (new 164), vtkRealTimeImagingLogic.cxx (new 724), vtkRealTimeImagingLogic.h (new 147), vtkRealTimeImagingWin32Header.h (new 16)
Generated by StatSVN 0.5.0