[root]/Modules/RealTimeImaging

| 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 |
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:
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:
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:
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:
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:
ENH: Slicer3 Spring Installation Clean Up
80 lines of code changed in 5 files:
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:
BUG: fix cmake issue
2 lines of code changed in 1 file:
ENH: Added ProstateNav Module. The module is not active in default.
2 lines of code changed in 1 file:
BUG: change of listening event in vtkKWPushButton.
0 lines of code changed in 1 file:
ENH: reworked volume display to separate classes and include viz pipeline
2 lines of code changed in 1 file:
ENH: tensor math updates and other misc changes
1 lines of code changed in 1 file:
BUG: turned off a message.
0 lines of code changed in 1 file:
ENH: replaced OpenTracker with NaviTrack.
0 lines of code changed in 4 files:
BUG: defined the file name as const char *.
3 lines of code changed in 3 files:
ENH: added switch for opentracker lib version.
0 lines of code changed in 1 file:
ENH: added a note for using NaviTrack.
0 lines of code changed in 1 file:
BUG: put a switch between opentracker 1.3 and 2.0.
6 lines of code changed in 1 file:
COMP: Moved from OpenTracker to NaviTrack library
2 lines of code changed in 2 files:
ENH: added RealTimeImaging module.
3094 lines of code changed in 10 files: