Directory Modules/EMSegment/Testing/

Directory Created:
2007-01-01 22:00
Total Files:
10
Deleted Files:
1
Lines of Code:
2803

[root]/Modules/EMSegment/Testing
                directory in repo TestData (1 files, 26 lines)
                    directory in repo MiscVolumeData (6 files, 39 lines)
                    directory in repo TutorialTest (4 files, 558 lines)
                        directory in repo StandardData (4 files, 26 lines)
                        directory in repo VolumeData (14 files, 97 lines)
                    directory in repo TutorialTest2 (5 files, 1010 lines)
                        directory in repo StandardData (10 files, 65 lines)
                        directory in repo VolumeData (4 files, 26 lines)
                            directory in repo Atlas (24 files, 156 lines)
                            directory in repo Target (8 files, 52 lines)

Lines of Code

Modules/EMSegment/Testing/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 94 (100.0%) 3135 (100.0%) 33.3
davisb 62 (66.0%) 2335 (74.5%) 37.6
sylvain 7 (7.4%) 510 (16.3%) 72.8
barre 2 (2.1%) 275 (8.8%) 137.5
pieper 11 (11.7%) 11 (0.4%) 1.0
hyang 1 (1.1%) 4 (0.1%) 4.0
lorensen 5 (5.3%) 0 (0.0%) 0.0
jcfr 4 (4.3%) 0 (0.0%) 0.0
hjohnson 1 (1.1%) 0 (0.0%) 0.0
fedorov 1 (1.1%) 0 (0.0%) 0.0

Most Recent Commits

jcfr 2009-12-10 20:43 Rev.: 11250

ENH: Update vtkEventBroker to follow a more robust singleton pattern.

Since we are sure to have on instance per-process, all client should call
vtkEventBroker::GetInstance() and no bother using New/Delete

It follow now the nifty counter idiom:
http://en.wikibooks.org/wiki/More_C%2B%2B_Idioms/Nifty_Counter

Largely inspired from the code of:
VTK/Common/vtkOutputWindow
VTK/Utilities/kwsys/SystemTools

It's also possible to use New (that way reference counting will be used)
Doing so the caller will be responsible to call the matching Delete.
For example, in Slicer3.cxx, TCL interpreter got a reference using New.
For that reason, we call the corresponding Delete.

It's also worth reading:
http://www.parashift.com/c++-faq-lite/ctors.html#faq-10.12

0 lines of code changed in 4 files:

  • Modules/EMSegment/Testing: vtkEMSegmentBlackBoxSegmentationTest.cxx (changed), vtkEMSegmentBuildAndRunNewSegmentationParameters001.cxx (changed), vtkEMSegmentMRMLManagerTest.cxx (changed), vtkEMSegmentPreprocessingManagerTest.cxx (changed)
fedorov 2009-12-02 09:35 Rev.: 11114

BUG: fixing cmake 2.8 warning

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: CMakeLists.txt (changed)
pieper 2009-11-28 10:19 Rev.: 11068

COMP: shorten file names to avoid path length problems when running cpack 2.8 on windows

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: CMakeLists.txt (changed)
hjohnson 2009-09-08 15:52 Rev.: 10426

COMP: With the conversion to CMake version 2.6, the variables CMAKE_RUNTIME_OUTPUT_DIRECTORY CMAKE_LIBRARY_OUTPUT_DIRECTORY CMAKE_ARCHIVE_OUTPUT_DIRECTORY should be used instead of EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH.

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: CMakeLists.txt (changed)
sylvain 2009-08-26 23:56 Rev.: 10369

BUG: disable three tests temporarily. will be fixed when I am back from Belgium.

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: CMakeLists.txt (changed)
sylvain 2009-08-21 16:12 Rev.: 10327

BUG: tests were failing because of the vtkTeem library included in Slicer3_Libs_LIBRARIES

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: CMakeLists.txt (changed)
sylvain 2009-08-17 11:27 Rev.: 10276

BUG: build and run new segmentation parameters failed. note that new test has been renamed

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: vtkEMSegmentBuildAndRunNewSegmentationParameters001.cxx (changed)
sylvain 2009-08-17 10:43 Rev.: 10275

ENH: remove renamed test. test name had a typo

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: vtkEMSegmentBuildAndRunNewSegmentatationParameters001.cxx (del)
sylvain 2009-08-17 10:41 Rev.: 10274

ENH: rename test new segmentation parameters. typo in test name

510 lines of code changed in 2 files:

  • Modules/EMSegment/Testing: CMakeLists.txt (changed), vtkEMSegmentBuildAndRunNewSegmentationParameters001.cxx (new 510)
sylvain 2009-08-17 10:35 Rev.: 10273

BUG: preprocessing manager test was failing

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: vtkEMSegmentPreprocessingManagerTest.cxx (changed)
lorensen 2009-01-13 08:31 Rev.: 8366

BUG: vtkEventBroker::GetInstance()->Delete() must be done after any other calls that may process events.

0 lines of code changed in 4 files:

  • Modules/EMSegment/Testing: vtkEMSegmentBlackBoxSegmentationTest.cxx (changed), vtkEMSegmentBuildAndRunNewSegmentatationParameters001.cxx (changed), vtkEMSegmentMRMLManagerTest.cxx (changed), vtkEMSegmentPreprocessingManagerTest.cxx (changed)
lorensen 2008-11-23 14:01 Rev.: 7961

COMP: various warnings.

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: vtkEMSegmentBuildAndRunNewSegmentatationParameters001.cxx (changed)
hyang 2008-09-19 10:11 Rev.: 7595

ENH: Enable user to specify a color for each leaf node of the anatomical tree (step 2 of EMSegment). Add some GUI components to vtkEMSegmentAnatomicalStructureStep. Add XML IO of colormap parameter to vtkMRMLEMSGlobalParametersNode and vtkEMSegmentMRMLManager.

4 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: vtkEMSegmentMRMLManagerTest.cxx (+4 -2)
davisb 2008-09-05 10:17 Rev.: 7534

ENH: add extra output to testing template

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: RunDiffRemoveTest.cmake (changed)
pieper 2008-05-22 10:56 Rev.: 6818

COMP: fix test paths for EMSegment

1 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: CMakeLists.txt (+1)
pieper 2008-05-20 09:01 Rev.: 6779

COMP: divide EMsegment test paths into those which only exist in the build tree and those which are installed as part of slicer

9 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: CMakeLists.txt (+9 -5)
barre 2008-05-20 02:29 Rev.: 6772

ENH: Slicer3 Spring Installation Clean Up

275 lines of code changed in 2 files:

  • Modules/EMSegment/Testing: CMakeLists.txt (+253 -253), RunDiffRemoveTest.cmake (+22 -22)
pieper 2008-04-28 07:18 Rev.: 6561

COMP: cast 0 to vtkIndent to avoid build error on picky compilers

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: vtkEMSegmentBuildAndRunNewSegmentatationParameters001.cxx (changed)
pieper 2008-04-24 09:27 Rev.: 6536

ENH: improvements to the event broker, and conversion of many internal classes to use the event broker. See http://wiki.na-mic.org/Wiki/index.php/Slicer3:EventBroker

0 lines of code changed in 4 files:

  • Modules/EMSegment/Testing: vtkEMSegmentBlackBoxSegmentationTest.cxx (changed), vtkEMSegmentBuildAndRunNewSegmentatationParameters001.cxx (changed), vtkEMSegmentMRMLManagerTest.cxx (changed), vtkEMSegmentPreprocessingManagerTest.cxx (changed)
davisb 2008-04-04 09:49 Rev.: 6397

BUG: Fix problems with adding and removing channels in EMSegmenter, specifically bugs 179 and 181

0 lines of code changed in 4 files:

  • Modules/EMSegment/Testing: CMakeLists.txt (changed), vtkEMSegmentBuildAndRunNewSegmentatationParameters001.cxx (new), vtkEMSegmentMRMLManagerTest.cxx (changed), vtkEMSegmentPreprocessingManagerTest.cxx (changed)
pieper 2008-02-24 10:18 Rev.: 5935

COMP: apply patches provided by Hans

1 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: vtkEMSegmentMRMLManagerTest.cxx (+1 -1)
davisb 2007-12-18 10:20 Rev.: 5245

COMP: fix windows compiler error
STYLE: better comments for image downsample pyramid
COMP: disable registation tests---not cross platform

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: CMakeLists.txt (changed)
davisb 2007-12-14 13:00 Rev.: 5208

ENH: add EMSeg reg testing

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: CMakeLists.txt (changed)
davisb 2007-12-14 12:43 Rev.: 5205

ENH: add fast and slow registration parameters
ENH: add EMSeg test with registration

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: CMakeLists.txt (changed)
davisb 2007-11-29 14:38 Rev.: 5002

COMP: silence compiler warning

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: vtkEMSegmentBlackBoxSegmentationTest.cxx (changed)
davisb 2007-11-25 16:52 Rev.: 4930

ENH: add output to EMSeg test

20 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: vtkEMSegmentMRMLManagerTest.cxx (+20 -2)
davisb 2007-11-16 17:00 Rev.: 4857

ENH: added start of preprocessing tests

411 lines of code changed in 3 files:

  • Modules/EMSegment/Testing: CMakeLists.txt (+20 -1), vtkEMSegmentMRMLManagerTest.cxx (+4 -2), vtkEMSegmentPreprocessingManagerTest.cxx (new 387)
davisb 2007-09-11 10:46 Rev.: 4293

ENH: disable mrml tests for EMSEG

50 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: CMakeLists.txt (+50 -44)
davisb 2007-08-03 08:25 Rev.: 3998

ENH: modify EMSeg test to not rely on stable volume mrml nodes

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: CMakeLists.txt (changed)
davisb 2007-07-27 10:53 Rev.: 3954

ENH: remove temporary em test data after test is run

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: CMakeLists.txt (changed)
davisb 2007-07-27 10:22 Rev.: 3952

ENH: add disableCompression flag to emsegment command line executable to force the program to write the segmentation result uncompressed. Within mrml the default was changed to write images in compressed format when available. This caused several emsegment tests to fail. With this fix the tests should pass again.

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: CMakeLists.txt (changed)
davisb 2007-06-28 10:51 Rev.: 3729

ENH: add atlas from command line

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: CMakeLists.txt (changed)
davisb 2007-06-16 13:56 Rev.: 3613

ENH: added EMSeg ClassInteractionMatrices to MRML/Logic

0 lines of code changed in 2 files:

  • Modules/EMSegment/Testing: GUIManualTesting.txt (changed), vtkEMSegmentMRMLManagerTest.cxx (changed)
davisb 2007-06-14 19:01 Rev.: 3603

ENH: remove srand from testing

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: vtkEMSegmentMRMLManagerTest.cxx (changed)
davisb 2007-06-13 12:26 Rev.: 3585

ENH: added more EMSeg MRMLManager tests

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: vtkEMSegmentMRMLManagerTest.cxx (changed)
davisb 2007-06-12 09:27 Rev.: 3568

ENH: added doc for manual gui testing

56 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: GUIManualTesting.txt (new 56)
davisb 2007-06-12 09:20 Rev.: 3567

STYLE: spacing/alignment

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: vtkEMSegmentMRMLManagerTest.cxx (changed)
davisb 2007-06-12 06:30 Rev.: 3565

BUG: strip backslashes from argument to fix test for windows

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: vtkEMSegmentMRMLManagerTest.cxx (changed)
davisb 2007-06-11 21:24 Rev.: 3563

ENH: added mrml manager set/get test (incomplete)

786 lines of code changed in 2 files:

  • Modules/EMSegment/Testing: CMakeLists.txt (changed), vtkEMSegmentMRMLManagerTest.cxx (new 786)
davisb 2007-06-11 08:01 Rev.: 3548

ENH: mark testing vars as advanced in cmake cahce

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: CMakeLists.txt (changed)

(27 more)

Generated by StatSVN 0.5.0