Directory Modules/Tractography/FiducialSeeding/

Directory Created:
2007-11-27 17:13
Total Files:
11
Deleted Files:
0
Lines of Code:
2164

[root]/Modules/Tractography/FiducialSeeding
                directory in repo Testing (1 files, 0 lines)

Lines of Code

Modules/Tractography/FiducialSeeding/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 120 (100.0%) 2317 (100.0%) 19.3
alexy 78 (65.0%) 2232 (96.3%) 28.6
barre 5 (4.2%) 65 (2.8%) 13.0
pieper 16 (13.3%) 13 (0.6%) 0.8
tgl 10 (8.3%) 3 (0.1%) 0.3
millerjv 1 (0.8%) 2 (0.1%) 2.0
kerstin 4 (3.3%) 1 (0.0%) 0.2
freudling 1 (0.8%) 1 (0.0%) 1.0
jcfr 2 (1.7%) 0 (0.0%) 0.0
hliu 2 (1.7%) 0 (0.0%) 0.0
domibel 1 (0.8%) 0 (0.0%) 0.0

Most Recent Commits

jcfr 2009-12-08 18:34 Rev.: 11226

ENH: In CMakeLists.txt, change deprecated SUBDIRS command into ADD_SUBDIRECTORY

See http://cmake.org/cmake/help/cmake-2-8-docs.html#command:subdirs

when subdirs command was taking a list of directory, change it
using the following pattern:

Before:
subdirs(sagarmatha kumbhu eiger)

After:
SET(dirs
sagarmatha
kumbhu
eiger
)
FOREACH(dir ${dirs})
ADD_SUBDIRECTORY(${dir})
ENDFOREACH(dir)

0 lines of code changed in 1 file:

  • Modules/Tractography/FiducialSeeding: CMakeLists.txt (changed)
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/FiducialSeeding: CMakeLists.txt (changed)
domibel 2009-08-16 11:14 Rev.: 10267

ENH: Version numbering for shared libraries

0 lines of code changed in 1 file:

  • Modules/Tractography/FiducialSeeding: CMakeLists.txt (changed)
hliu 2009-05-04 11:53 Rev.: 9400

STYLE: cleaned up code.

0 lines of code changed in 1 file:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingLogic.cxx (changed)
alexy 2009-05-03 11:00 Rev.: 9396

BUG-FIXED: put back the polyline creation deleted in the previous check-in

0 lines of code changed in 1 file:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingLogic.cxx (changed)
hliu 2009-05-01 15:40 Rev.: 9387

ENH: added a new module - IGTNavigation.

0 lines of code changed in 1 file:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingLogic.cxx (changed)
alexy 2009-04-14 13:24 Rev.: 9196

BUG-FIXED: fixed typos

0 lines of code changed in 1 file:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingWin32Header.h (changed)
pieper 2009-03-31 17:15 Rev.: 9014

BUG: fix typos and naming issues for Tractography

0 lines of code changed in 1 file:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingGUI.cxx (changed)
alexy 2009-03-31 12:44 Rev.: 9012

BUG-FIXED: made fiducial seeding pay attention to integration step parameter

0 lines of code changed in 1 file:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingLogic.cxx (changed)
pieper 2009-03-26 10:29 Rev.: 8979

BUG: change Measurement to Measure to comply with the Westin published naming conventions

6 lines of code changed in 2 files:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingGUI.cxx (+4 -4), vtkSlicerTractographyFiducialSeedingLogic.cxx (+2 -3)
pieper 2009-03-19 15:28 Rev.: 8917

BUG: put tractograpy modules into correct category

1 lines of code changed in 1 file:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingGUI.h (+1 -1)
pieper 2009-03-19 15:19 Rev.: 8916

STYLE: fix indents

4 lines of code changed in 1 file:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingGUI.h (+4 -4)
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/FiducialSeeding: vtkSlicerTractographyFiducialSeedingGUI.h (+1 -1)
alexy 2009-03-19 11:02 Rev.: 8903

BUG-FIXED: made default volume rendering to be raycaster, only allow scalar volume selection.
Made Fiducial Seeding defaults as requested by JJ.

8 lines of code changed in 2 files:

  • Modules/Tractography/FiducialSeeding: vtkMRMLTractographyFiducialSeedingNode.cxx (+4 -5), vtkSlicerTractographyFiducialSeedingGUI.cxx (+4 -4)
alexy 2009-03-17 19:14 Rev.: 8900

ENH: added Line/Tube selection to Fiducial Seeding
BUG 475

119 lines of code changed in 6 files:

  • Modules/Tractography/FiducialSeeding: vtkMRMLTractographyFiducialSeedingNode.cxx (+17), vtkMRMLTractographyFiducialSeedingNode.h (+9 -1), vtkSlicerTractographyFiducialSeedingGUI.cxx (+57 -3), vtkSlicerTractographyFiducialSeedingGUI.h (+3 -1), vtkSlicerTractographyFiducialSeedingLogic.cxx (+31 -13), vtkSlicerTractographyFiducialSeedingLogic.h (+2 -1)
alexy 2009-03-13 13:30 Rev.: 8876

BUG-FIXED: 498 Handle overtire of exitsting track nodes

8 lines of code changed in 1 file:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingGUI.cxx (+8 -1)
alexy 2009-03-13 12:24 Rev.: 8875

ENH: performance optimization for FiducalSeeding

12 lines of code changed in 1 file:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingLogic.cxx (+12)
alexy 2009-02-16 16:12 Rev.: 8655

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

3 lines of code changed in 1 file:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingGUI.cxx (+3 -2)
pieper 2009-02-03 14:46 Rev.: 8513

BUG: fix leak by deleting newly create storage node

1 lines of code changed in 1 file:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingLogic.cxx (+1)
alexy 2008-12-16 13:12 Rev.: 8156

ENH: added seeding selected, name fibers after the source

0 lines of code changed in 6 files:

  • Modules/Tractography/FiducialSeeding: vtkMRMLTractographyFiducialSeedingNode.cxx (changed), vtkMRMLTractographyFiducialSeedingNode.h (changed), vtkSlicerTractographyFiducialSeedingGUI.cxx (changed), vtkSlicerTractographyFiducialSeedingGUI.h (changed), vtkSlicerTractographyFiducialSeedingLogic.cxx (changed), vtkSlicerTractographyFiducialSeedingLogic.h (changed)
pieper 2008-12-05 07:36 Rev.: 8053

BUG: avoid 0 value for curvature scale

0 lines of code changed in 1 file:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingGUI.cxx (changed)
pieper 2008-12-01 17:45 Rev.: 8020

COMP: moved vtkMaskPoints instance into module logic so points will not get randomized everytime a parameter is changed. Required adding a SetModuleLogic method and instance variable - why were these not present before, one asks...). Additional cleanups and typo fixes

0 lines of code changed in 4 files:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingGUI.cxx (changed), vtkSlicerTractographyFiducialSeedingGUI.h (changed), vtkSlicerTractographyFiducialSeedingLogic.cxx (changed), vtkSlicerTractographyFiducialSeedingLogic.h (changed)
pieper 2008-12-01 15:01 Rev.: 8013

BUG: avoid setting output spacing directly on image data (could be evil!) by using ImageChangeInformation

0 lines of code changed in 1 file:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingLogic.cxx (changed)
alexy 2008-11-27 12:26 Rev.: 7995

ENH: added new functionality to tractography seeding, fixed snapshot node storing internal nodes in the scene.

0 lines of code changed in 6 files:

  • Modules/Tractography/FiducialSeeding: vtkMRMLTractographyFiducialSeedingNode.cxx (changed), vtkMRMLTractographyFiducialSeedingNode.h (changed), vtkSlicerTractographyFiducialSeedingGUI.cxx (changed), vtkSlicerTractographyFiducialSeedingGUI.h (changed), vtkSlicerTractographyFiducialSeedingLogic.cxx (changed), vtkSlicerTractographyFiducialSeedingLogic.h (changed)
alexy 2008-11-25 14:48 Rev.: 7977

ENH: added max number of seeding samples

0 lines of code changed in 6 files:

  • Modules/Tractography/FiducialSeeding: vtkMRMLTractographyFiducialSeedingNode.cxx (changed), vtkMRMLTractographyFiducialSeedingNode.h (changed), vtkSlicerTractographyFiducialSeedingGUI.cxx (changed), vtkSlicerTractographyFiducialSeedingGUI.h (changed), vtkSlicerTractographyFiducialSeedingLogic.cxx (changed), vtkSlicerTractographyFiducialSeedingLogic.h (changed)
alexy 2008-10-04 15:43 Rev.: 7628

ENH: added seeding from model points

0 lines of code changed in 4 files:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingGUI.cxx (changed), vtkSlicerTractographyFiducialSeedingGUI.h (changed), vtkSlicerTractographyFiducialSeedingLogic.cxx (changed), vtkSlicerTractographyFiducialSeedingLogic.h (changed)
alexy 2008-08-16 12:31 Rev.: 7451

ENH: fixed FiducialSeeding to save/restore parameters

0 lines of code changed in 2 files:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingGUI.cxx (changed), vtkSlicerTractographyFiducialSeedingGUI.h (changed)
alexy 2008-08-03 10:56 Rev.: 7396

ENH: added tractography fiducial seeding parameter node

0 lines of code changed in 4 files:

  • Modules/Tractography/FiducialSeeding: vtkMRMLTractographyFiducialSeedingNode.cxx (changed), vtkMRMLTractographyFiducialSeedingNode.h (changed), vtkSlicerTractographyFiducialSeedingGUI.cxx (changed), vtkSlicerTractographyFiducialSeedingGUI.h (changed)
pieper 2008-08-01 09:54 Rev.: 7387

BUG: avoid 0 as stopping value

0 lines of code changed in 1 file:

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

ENH: merged demianVolumeGlyph-Simple branch

462 lines of code changed in 3 files:

  • Modules/Tractography/FiducialSeeding: CMakeLists.txt (changed), vtkMRMLTractographyFiducialSeedingNode.cxx (new 312), vtkMRMLTractographyFiducialSeedingNode.h (new 150)
tgl 2008-07-10 21:39 Rev.: 7283

ENH tractography is now loadable

0 lines of code changed in 4 files:

  • Modules/Tractography/FiducialSeeding: CMakeLists.txt (changed), SlicerTractographyFiducialSeeding.txt (changed), vtkSlicerTractographyFiducialSeedingGUI.cxx (changed), vtkSlicerTractographyFiducialSeedingGUI.h (changed)
alexy 2008-07-09 22:05 Rev.: 7278

ENH: added tractography fiducial seeding region

0 lines of code changed in 3 files:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingGUI.cxx (changed), vtkSlicerTractographyFiducialSeedingLogic.cxx (changed), vtkSlicerTractographyFiducialSeedingLogic.h (changed)
pieper 2008-07-08 13:02 Rev.: 7272

BUG: fix a few typos in the multi-seeding case

0 lines of code changed in 1 file:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingLogic.cxx (changed)
alexy 2008-07-08 12:54 Rev.: 7271

ENH: added seeding resgion to tractography

0 lines of code changed in 4 files:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingGUI.cxx (changed), vtkSlicerTractographyFiducialSeedingGUI.h (changed), vtkSlicerTractographyFiducialSeedingLogic.cxx (changed), vtkSlicerTractographyFiducialSeedingLogic.h (changed)
pieper 2008-07-08 12:18 Rev.: 7270

ENH: prototype of grid of seed points around current fiducial

0 lines of code changed in 1 file:

  • Modules/Tractography/FiducialSeeding: vtkSlicerTractographyFiducialSeedingLogic.cxx (changed)
alexy 2008-06-17 11:39 Rev.: 7092

BUG: don't remove items from a container while iterating

14 lines of code changed in 1 file:

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

ENH: Slicer3 Spring Installation Clean Up

62 lines of code changed in 3 files:

  • Modules/Tractography/FiducialSeeding: CMakeLists.txt (+59 -82), vtkSlicerTractographyFiducialSeeding.h (+2 -2), vtkSlicerTractographyFiducialSeedingConfigure.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 2 files:

  • Modules/Tractography/FiducialSeeding: SlicerTractographyFiducialSeeding.txt (changed), vtkSlicerTractographyFiducialSeedingLogic.h (changed)

(18 more)

Generated by StatSVN 0.5.0