Directory Libs/MRML/Testing/

Directory Created:
2006-03-19 12:55
Total Files:
32
Deleted Files:
0
Lines of Code:
1316

[root]/Libs/MRML/Testing
                directory in repo Tcl (1 files, 70 lines)
                directory in repo TestData (13 files, 858 lines)

Lines of Code

Libs/MRML/Testing/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 104 (100.0%) 1630 (100.0%) 15.6
alexy 60 (57.7%) 756 (46.4%) 12.6
pieper 31 (29.8%) 730 (44.8%) 23.5
naucoin 4 (3.8%) 81 (5.0%) 20.2
kerstin 2 (1.9%) 58 (3.6%) 29.0
barre 5 (4.8%) 5 (0.3%) 1.0
jcfr 2 (1.9%) 0 (0.0%) 0.0

Most Recent Commits

jcfr 2009-12-12 20:38 Rev.: 11261

BUG: Fix MRML/Testing/{testUndo,testVolume}.tcl - Wrong use of vtkEventBroker

In a attempt to free the vtkEventBroker singleton, the TCL script
was doing the following:

------------
# use this to free the singleton and avoid a leak
set broker [vtkEventBroker New]
$broker UnRegister sc
$broker Delete
------------

This was "working" with the former vtkEventBroker

With the new idiom, the line 'unregister' cause a problem.
Indeed,
- the first line, increase the reference count from one.
- the second line, decrease the reference count and delete the object
- the third line causes a seg fault since the object isn't referenced anymore

A fix would be to remove the second line.

Since the New and the Delete are consecutive ... we can also remove both.

0 lines of code changed in 2 files:

  • Libs/MRML/Testing: testUndo.tcl (changed), testVolume.tcl (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:

  • Libs/MRML/Testing: slicer2-import.tcl (+1 -1)
pieper 2009-10-13 17:36 Rev.: 10635

ENH: stripped down slice pipeline test and data

17 lines of code changed in 1 file:

  • Libs/MRML/Testing: SlicePipeline.mrml (new 17)
pieper 2009-09-08 18:26 Rev.: 10428

ENH: sample single volume mrml file

31 lines of code changed in 1 file:

  • Libs/MRML/Testing: vol.mrml (new 31)
alexy 2009-07-31 15:34 Rev.: 10134

ENH: new architecture for Volume rendering module

0 lines of code changed in 1 file:

  • Libs/MRML/Testing: volRender.mrml (changed)
alexy 2009-07-29 08:06 Rev.: 10090

ENH: new architecture for Volume rendering module

51 lines of code changed in 1 file:

  • Libs/MRML/Testing: volRender.mrml (new 51)
pieper 2009-01-23 16:14 Rev.: 8451

STYLE: some text in an empty file

0 lines of code changed in 1 file:

  • Libs/MRML/Testing: CMakeLists.txt (changed)
alexy 2008-07-30 18:34 Rev.: 7369

ENH: merged demianVolumeGlyph-Simple branch

0 lines of code changed in 1 file:

  • Libs/MRML/Testing: helixGlyphs.mrml (changed)
naucoin 2008-06-27 09:12 Rev.: 7216

ENH: stop using the modified event, use the scene node added event on the list when add a new point

0 lines of code changed in 1 file:

  • Libs/MRML/Testing: testFiducialAdd.tcl (changed)
barre 2008-05-20 02:29 Rev.: 6773

ENH: Slicer3 Spring Installation Clean Up

4 lines of code changed in 4 files:

  • Libs/MRML/Testing: get_referenced_nodes.tcl (+1 -1), testFiducial.tcl (+1 -1), testUndo.tcl (+1 -1), testVolume.tcl (+1 -2)
naucoin 2008-05-16 17:43 Rev.: 6746

BUG: modifications to work with automated testing system as well as direct source into running slicer

26 lines of code changed in 1 file:

  • Libs/MRML/Testing: testFiducialAdd.tcl (+26 -4)
naucoin 2008-05-16 16:43 Rev.: 6744

BUG: enable modified before call modified. Added number of fids to add

4 lines of code changed in 1 file:

  • Libs/MRML/Testing: testFiducialAdd.tcl (+4 -2)
naucoin 2008-05-16 14:46 Rev.: 6742

ENH: adding a test script to time adding 200 fiducials to the scene. Main delay is in the SetNthFiducialLabelText call

51 lines of code changed in 1 file:

  • Libs/MRML/Testing: testFiducialAdd.tcl (new 51)
kerstin 2008-05-05 17:09 Rev.: 6618

ENH: changes for tests

0 lines of code changed in 1 file:

  • Libs/MRML/Testing: diffusionEditor.mrml (changed)
kerstin 2008-05-05 13:00 Rev.: 6609

ENH: changed test for tract/glyphs test, not yet working properly

58 lines of code changed in 1 file:

  • Libs/MRML/Testing: diffusionEditor.mrml (new 58)
pieper 2008-04-24 10:39 Rev.: 6537

BUG: fix memory leak in broker test

0 lines of code changed in 1 file:

  • Libs/MRML/Testing: testUndo.tcl (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 1 file:

  • Libs/MRML/Testing: testVolume.tcl (changed)
alexy 2008-04-05 09:37 Rev.: 6408

ENH: slice glyphs scene save/load

46 lines of code changed in 1 file:

  • Libs/MRML/Testing: helixGlyphs.mrml (new 46)
alexy 2007-12-07 17:17 Rev.: 5098

ENH: added test for roi track

69 lines of code changed in 1 file:

  • Libs/MRML/Testing: helix_roi_tract.mrml (new 69)
alexy 2007-11-30 11:55 Rev.: 5012

ENH: moved tractography seeding core to vtkTeel lib

41 lines of code changed in 1 file:

  • Libs/MRML/Testing: fiducial_tract.mrml (new 41)
alexy 2007-09-11 16:30 Rev.: 4302

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

1 lines of code changed in 1 file:

  • Libs/MRML/Testing: name.mrml (+1 -1)
alexy 2007-08-15 12:45 Rev.: 4064

ENH: added hier_test.mrml

36 lines of code changed in 1 file:

  • Libs/MRML/Testing: hier_test.mrml (new 36)
alexy 2007-08-13 14:11 Rev.: 4051

ENH: added support for multi display nodes

12 lines of code changed in 1 file:

  • Libs/MRML/Testing: multi_display.mrml (new 12)
alexy 2007-07-30 15:11 Rev.: 3964

ENH: made Viewer work with DisplayableNode/DisplayNode

0 lines of code changed in 1 file:

  • Libs/MRML/Testing: unstruct_grid.mrml (changed)
pieper 2007-07-27 18:10 Rev.: 3958

STYLE: change the insensitive color table entry

0 lines of code changed in 1 file:

  • Libs/MRML/Testing: sceneModel.xml (changed)
alexy 2007-07-06 12:34 Rev.: 3800

ENH: added UnstructuredGrid nodes

9 lines of code changed in 1 file:

  • Libs/MRML/Testing: unstruct_grid.mrml (new 9)
alexy 2007-07-02 16:09 Rev.: 3786

ENH: added Scene->GetReferencedNodes method

13 lines of code changed in 1 file:

  • Libs/MRML/Testing: get_referenced_nodes.tcl (new 13)
alexy 2007-03-19 09:53 Rev.: 2956

ENH: cleaanup cube.mrmrl

1 lines of code changed in 1 file:

  • Libs/MRML/Testing: cube.mrml (+1 -14)
alexy 2007-01-30 15:36 Rev.: 2396

ENH: added singletone nodes functionality for all but slice nodes

6 lines of code changed in 4 files:

  • Libs/MRML/Testing: testUndo.tcl (+1), testVolume.tcl (+2), undo.xml (+1 -1), volScene3.xml (+2 -2)
alexy 2007-01-11 18:52 Rev.: 2221

ENH: added fiducial2.xml

11 lines of code changed in 1 file:

  • Libs/MRML/Testing: fiducial2.xml (new 11)
alexy 2007-01-09 13:30 Rev.: 2168

ENH: fixed colormap id in the scene

1 lines of code changed in 1 file:

  • Libs/MRML/Testing: vol_and_cube_camera.mrml (+1 -1)
alexy 2007-01-02 19:40 Rev.: 1993

ENH: added slicer2 scene import

0 lines of code changed in 1 file:

  • Libs/MRML/Testing: slicer2-import.tcl (changed)
pieper 2006-11-29 18:05 Rev.: 1718

ENH: better volume parsing

136 lines of code changed in 1 file:

  • Libs/MRML/Testing: slicer2-import.tcl (+136 -124)
pieper 2006-11-28 17:17 Rev.: 1711

BUG: get access to viewer before calling reset

1 lines of code changed in 1 file:

  • Libs/MRML/Testing: slicer2-import.tcl (+1)
pieper 2006-11-27 19:01 Rev.: 1705

ENH: import of volumes and transforms!

122 lines of code changed in 1 file:

  • Libs/MRML/Testing: slicer2-import.tcl (+122 -45)
pieper 2006-11-27 15:15 Rev.: 1703

BUG: took out some missing methods to make things compile...

109 lines of code changed in 1 file:

  • Libs/MRML/Testing: slicer2-import.tcl (+109 -4)
pieper 2006-11-21 09:45 Rev.: 1643

ENH: import of model nodes now working

82 lines of code changed in 1 file:

  • Libs/MRML/Testing: slicer2-import.tcl (+82 -18)
pieper 2006-11-21 09:45 Rev.: 1642

ENH: utility to print slicer2 scene files

46 lines of code changed in 1 file:

  • Libs/MRML/Testing: slicer2-print.tcl (new 46)
pieper 2006-11-20 16:55 Rev.: 1638

ENH: test of using the vtk XML parser to read slicer2 xml files

82 lines of code changed in 1 file:

  • Libs/MRML/Testing: slicer2-import.tcl (new 82)
pieper 2006-11-20 16:44 Rev.: 1637

ENH: helper script to look at the full scene

10 lines of code changed in 1 file:

  • Libs/MRML/Testing: scene-tools.tcl (new 10)

(37 more)

Generated by StatSVN 0.5.0