Directory Modules/Tractography/Display/

Directory Created:
2006-12-27 12:07
Total Files:
19
Deleted Files:
2
Lines of Code:
3591

[root]/Modules/Tractography/Display
                directory in repo Resources (9 files, 101 lines)

Lines of Code

Modules/Tractography/Display/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 189 (100.0%) 4848 (100.0%) 25.6
lauren 76 (40.2%) 3611 (74.5%) 47.5
alexy 53 (28.0%) 733 (15.1%) 13.8
maddah 2 (1.1%) 291 (6.0%) 145.5
tgl 13 (6.9%) 88 (1.8%) 6.7
barre 10 (5.3%) 72 (1.5%) 7.2
pieper 17 (9.0%) 42 (0.9%) 2.4
millerjv 2 (1.1%) 6 (0.1%) 3.0
naucoin 4 (2.1%) 5 (0.1%) 1.2
wjp@bwh.harvard.edu 1 (0.5%) 0 (0.0%) 0.0
lorensen 4 (2.1%) 0 (0.0%) 0.0
kerstin 5 (2.6%) 0 (0.0%) 0.0
jcfr 1 (0.5%) 0 (0.0%) 0.0
blezek 1 (0.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/Tractography/Display: CMakeLists.txt (changed)
alexy 2009-09-18 13:47 Rev.: 10502

ENH: added AddExcludedChildClass to node selector and excluded vtkMRMLDiffusionTensorDisplayPropertiesNode from all color map selectors

0 lines of code changed in 1 file:

  • Modules/Tractography/Display: vtkSlicerFiberBundleDisplayWidget.cxx (changed)
alexy 2009-09-18 12:01 Rev.: 10500

ENH: improved performance of multi fiber loading by compressing NodeAddedEvent

0 lines of code changed in 3 files:

  • Modules/Tractography/Display: vtkSlicerFiberBundleLogic.cxx (changed), vtkSlicerFiberBundleLogic.h (changed), vtkSlicerTractographyDisplayGUI.cxx (changed)
maddah 2009-07-27 13:00

ENH: added the option to color fibers based on their cluster ID

291 lines of code changed in 2 files:

  • Modules/Tractography/Display: vtkSlicerFiberBundleDisplayWidget.cxx (+266 -226), vtkSlicerFiberBundleDisplayWidget.h (+25 -21)
wjp@bwh.harvard.edu 2009-05-21 11:10 Rev.: 9580

ENH: adding ability to distinguish fiber bundles from vtk models in the add data widget

0 lines of code changed in 1 file:

  • Modules/Tractography/Display: vtkSlicerFiberBundleLogic.cxx (changed)
alexy 2009-03-23 11:38 Rev.: 8943

BUG-FIXED: fixed fiber display

4 lines of code changed in 1 file:

  • Modules/Tractography/Display: vtkSlicerFiberBundleDisplayWidget.cxx (+4)
pieper 2009-03-19 17:15 Rev.: 8920

BUG: fix Edit Properties context menus to select the node after entering the module - models GUI still needs to be fixes to update model hierarchy and node selector correctly

12 lines of code changed in 2 files:

  • Modules/Tractography/Display: vtkSlicerTractographyDisplayGUI.cxx (+11), vtkSlicerTractographyDisplayGUI.h (+1)
pieper 2009-03-19 14:44 Rev.: 8915

ENH: fix module menu layout to match the documentation on the wiki

1 lines of code changed in 1 file:

  • Modules/Tractography/Display: SlicerTractographyDisplay.txt (+1 -1)
alexy 2009-03-11 10:19 Rev.: 8863

ENH: initialize fiber display UI

1 lines of code changed in 1 file:

  • Modules/Tractography/Display: vtkSlicerFiberBundleDisplayWidget.cxx (+1)
alexy 2009-03-10 12:56 Rev.: 8861

ENH: reworked fiber bundle display using tabs, add scalar col,or visibility

76 lines of code changed in 3 files:

  • Modules/Tractography/Display: vtkSlicerFiberBundleDisplayWidget.cxx (+66 -15), vtkSlicerFiberBundleDisplayWidget.h (+8 -5), vtkSlicerTractographyDisplayGUI.cxx (+2 -2)
alexy 2009-02-16 16:12 Rev.: 8655

ENH: added help and about pages. Fixed loading man made MRML scene with partial volume information

2 lines of code changed in 1 file:

  • Modules/Tractography/Display: vtkSlicerTractographyDisplayGUI.cxx (+2 -2)
lorensen 2008-12-27 11:34 Rev.: 8192

COMP: many warnings removed. STYLE: mainly indentation.

0 lines of code changed in 2 files:

  • Modules/Tractography/Display: vtkSlicerFiberBundleDisplayLogic.cxx (changed), vtkSlicerFiberBundleLogic.cxx (changed)
naucoin 2008-12-15 15:27 Rev.: 8149

ENH: use the BuildHelpAndAboutFrame call instead of a custom help pane

0 lines of code changed in 1 file:

  • Modules/Tractography/Display: vtkSlicerTractographyDisplayGUI.cxx (changed)
alexy 2008-07-30 18:34 Rev.: 7369

ENH: merged demianVolumeGlyph-Simple branch

0 lines of code changed in 5 files:

  • Modules/Tractography/Display: vtkSlicerAllFiberBundlesDisplayWidget.cxx (changed), vtkSlicerFiberBundleDisplayLogic.cxx (changed), vtkSlicerFiberBundleDisplayWidget.cxx (changed), vtkSlicerFiberBundleDisplayWidget.h (changed), vtkSlicerFiberBundleLogic.cxx (changed)
tgl 2008-07-10 21:39 Rev.: 7283

ENH tractography is now loadable

0 lines of code changed in 2 files:

  • Modules/Tractography/Display: CMakeLists.txt (changed), SlicerTractographyDisplay.txt (changed)
pieper 2008-05-28 08:49 Rev.: 6892

COMP: fix warnings

1 lines of code changed in 1 file:

  • Modules/Tractography/Display: vtkSlicerFiberBundleLogic.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/Tractography/Display: 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/Tractography/Display: CMakeLists.txt (+1 -5)
barre 2008-05-20 02:29 Rev.: 6772

ENH: Slicer3 Spring Installation Clean Up

69 lines of code changed in 3 files:

  • Modules/Tractography/Display: CMakeLists.txt (+66 -89), vtkSlicerTractographyDisplay.h (+2 -2), vtkSlicerTractographyDisplayConfigure.h.in (+1 -10)
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

0 lines of code changed in 5 files:

  • Modules/Tractography/Display: vtkSlicerFiberBundleDisplayLogic.h (changed), vtkSlicerTractographyDisplayGUI.cxx (changed), vtkSlicerTractographyDisplayGUI.h (changed), vtkSlicerTractographyDisplayLogic.cxx (changed), vtkSlicerTractographyDisplayLogic.h (changed)
alexy 2008-05-03 11:54 Rev.: 6595

ENH: added load directory of fiber tracks

0 lines of code changed in 3 files:

  • Modules/Tractography/Display: vtkSlicerFiberBundleLogic.cxx (changed), vtkSlicerFiberBundleLogic.h (changed), vtkSlicerTractographyDisplayGUI.cxx (changed)
tgl 2008-04-28 22:05 Rev.: 6570

ENH results of merge with 6049:6469 from branches/tgl_loadable_modules. Adds GenerateLM to create entry points for loadable module support via a text file and CMake macro. WFEngine, NeuroNav, Qdec and GAD are setup, other modules have text files, but the macro in the CMakeLists file is commented out. Updated Slicer3_main, the modules above will only be loaded if the DLL is found at run-time. Lastly made a change to vtkSlicerViewerWidget, check for a NULL ModelHierarchyLogic pointer before continuing, which might not be the right thing to do.

88 lines of code changed in 6 files:

  • Modules/Tractography/Display: CMakeLists.txt (changed), SlicerTractographyDisplay.txt (new 2), vtkSlicerTractographyDisplayGUI.cxx (changed), vtkSlicerTractographyDisplayGUI.h (changed), vtkSlicerTractographyDisplayLogic.cxx (new 42), vtkSlicerTractographyDisplayLogic.h (new 44)
kerstin 2008-04-06 21:53 Rev.: 6426

ENH: added glyphs/tracts view in editor

0 lines of code changed in 3 files:

  • Modules/Tractography/Display: vtkSlicerFiberBundleDisplayWidget.cxx (changed), vtkSlicerFiberBundleDisplayWidget.h (changed), vtkSlicerTractographyDisplayGUI.h (changed)
kerstin 2008-04-06 11:56 Rev.: 6414

STYLE: small GUI changes

0 lines of code changed in 1 file:

  • Modules/Tractography/Display: vtkSlicerFiberBundleDisplayWidget.cxx (changed)
alexy 2008-03-18 16:13 Rev.: 6241

ENH: DTI glyphs display on 3d slices

0 lines of code changed in 3 files:

  • Modules/Tractography/Display: CMakeLists.txt (changed), vtkSlicerDiffusionTensorGlyphDisplayWidget.cxx (del), vtkSlicerDiffusionTensorGlyphDisplayWidget.h (del)
naucoin 2008-03-13 17:22 Rev.: 6198

ENH: enable multiple storage nodes, following the template of multiple display nodes. Needed to deal more gracefully with model overlay files which should have their own separate storage nodes. The change is pervasive due to protecting SetStorageNodeID, use SetAndObserveStorageNodeID

0 lines of code changed in 1 file:

  • Modules/Tractography/Display: vtkSlicerFiberBundleLogic.cxx (changed)
kerstin 2008-03-08 21:41 Rev.: 6142

STYLE: vtkErrorMacro -> vtkDebugMacro

0 lines of code changed in 1 file:

  • Modules/Tractography/Display: vtkSlicerDiffusionTensorGlyphDisplayWidget.cxx (changed)
naucoin 2008-03-06 12:47 Rev.: 6100

COMP: casting to avoid compiler warnings

0 lines of code changed in 1 file:

  • Modules/Tractography/Display: vtkSlicerDiffusionTensorGlyphDisplayWidget.cxx (changed)
millerjv 2008-01-31 12:24 Rev.: 5665

ENH: Changes in the Slicer3 installation layout to simplify navigation. Most things will now try install themselves under <Installation Directory>/lib/<Package> or <Installation Directory>/include/<Package>. For example, <Installation Directory>/lib/Slicer3, <Installation Directory>/lib/MRML, <Installation Directory>/lib/ModuleDescriptionParser. This allows setting include and library paths consistently using ../<SomeOtherPackage> or ../../include/<SomeOtherPackage>, etc.

2 lines of code changed in 1 file:

  • Modules/Tractography/Display: CMakeLists.txt (+2 -2)
alexy 2007-11-26 12:00 Rev.: 4939

ENH: changed file dialogs to respond to Withdraw event

22 lines of code changed in 1 file:

  • Modules/Tractography/Display: vtkSlicerTractographyDisplayGUI.cxx (+22 -18)
alexy 2007-11-07 17:31 Rev.: 4783

ENH: tractograhy seeding and display fixes

7 lines of code changed in 1 file:

  • Modules/Tractography/Display: vtkSlicerFiberBundleLogic.cxx (+7 -2)
alexy 2007-11-03 13:11 Rev.: 4766

ENH: fixed memory leak

2 lines of code changed in 1 file:

  • Modules/Tractography/Display: vtkSlicerFiberBundleDisplayWidget.cxx (+2)
alexy 2007-11-02 12:12 Rev.: 4765

ENH: added glyph resolution

43 lines of code changed in 2 files:

  • Modules/Tractography/Display: vtkSlicerDiffusionTensorGlyphDisplayWidget.cxx (+42 -27), vtkSlicerDiffusionTensorGlyphDisplayWidget.h (+1)
alexy 2007-10-29 12:40 Rev.: 4737

ENH reworked fiber bundle display and fixed tractography seeding

183 lines of code changed in 5 files:

  • Modules/Tractography/Display: vtkSlicerDiffusionTensorGlyphDisplayWidget.cxx (-57), vtkSlicerDiffusionTensorGlyphDisplayWidget.h (-2), vtkSlicerFiberBundleDisplayWidget.cxx (+164 -117), vtkSlicerFiberBundleDisplayWidget.h (+8 -4), vtkSlicerFiberBundleLogic.cxx (+11 -19)
alexy 2007-10-24 17:00 Rev.: 4698

ENH: improvements to fiber display

68 lines of code changed in 2 files:

  • Modules/Tractography/Display: vtkSlicerFiberBundleDisplayWidget.cxx (+59 -7), vtkSlicerFiberBundleDisplayWidget.h (+9)
millerjv 2007-10-09 11:02 Rev.: 4569

ENH: Update INSTALL_* commands to INSTALL() commands.

4 lines of code changed in 1 file:

  • Modules/Tractography/Display: CMakeLists.txt (+4 -1)
alexy 2007-10-04 10:57 Rev.: 4525

ENH: fiber display fixes

30 lines of code changed in 2 files:

  • Modules/Tractography/Display: vtkSlicerDiffusionTensorGlyphDisplayWidget.cxx (+1 -1), vtkSlicerFiberBundleLogic.cxx (+29 -9)
alexy 2007-10-01 19:50 Rev.: 4502

ENH: fiber bundle display rework

45 lines of code changed in 3 files:

  • Modules/Tractography/Display: vtkSlicerAllFiberBundlesDisplayWidget.cxx (+4 -3), vtkSlicerFiberBundleDisplayLogic.cxx (+16 -13), vtkSlicerFiberBundleDisplayWidget.cxx (+25 -2)
alexy 2007-09-27 14:50 Rev.: 4449

ENH: tractography use multi display nodes

201 lines of code changed in 4 files:

  • Modules/Tractography/Display: vtkSlicerDiffusionTensorGlyphDisplayWidget.cxx (+6 -1), vtkSlicerFiberBundleDisplayWidget.cxx (+171 -146), vtkSlicerFiberBundleDisplayWidget.h (+11 -24), vtkSlicerFiberBundleLogic.cxx (+13 -10)
pieper 2007-08-28 08:21 Rev.: 4139

COMP: remove USE_TEEM defines from various parts of the code and cmake files - teem is now required

1 lines of code changed in 1 file:

  • Modules/Tractography/Display: CMakeLists.txt (+1 -5)

(51 more)

Generated by StatSVN 0.5.0