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

| 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 |
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:
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: stripped down slice pipeline test and data
17 lines of code changed in 1 file:
ENH: sample single volume mrml file
31 lines of code changed in 1 file:
ENH: new architecture for Volume rendering module
0 lines of code changed in 1 file:
ENH: new architecture for Volume rendering module
51 lines of code changed in 1 file:
STYLE: some text in an empty file
0 lines of code changed in 1 file:
ENH: merged demianVolumeGlyph-Simple branch
0 lines of code changed in 1 file:
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:
ENH: Slicer3 Spring Installation Clean Up
4 lines of code changed in 4 files:
BUG: modifications to work with automated testing system as well as direct source into running slicer
26 lines of code changed in 1 file:
BUG: enable modified before call modified. Added number of fids to add
4 lines of code changed in 1 file:
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:
ENH: changes for tests
0 lines of code changed in 1 file:
ENH: changed test for tract/glyphs test, not yet working properly
58 lines of code changed in 1 file:
BUG: fix memory leak in broker test
0 lines of code changed in 1 file:
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:
ENH: slice glyphs scene save/load
46 lines of code changed in 1 file:
ENH: added test for roi track
69 lines of code changed in 1 file:
ENH: moved tractography seeding core to vtkTeel lib
41 lines of code changed in 1 file:
ENH: reworked volume display to separate classes and include viz pipeline
1 lines of code changed in 1 file:
ENH: added hier_test.mrml
36 lines of code changed in 1 file:
ENH: added support for multi display nodes
12 lines of code changed in 1 file:
ENH: made Viewer work with DisplayableNode/DisplayNode
0 lines of code changed in 1 file:
STYLE: change the insensitive color table entry
0 lines of code changed in 1 file:
ENH: added UnstructuredGrid nodes
9 lines of code changed in 1 file:
ENH: added Scene->GetReferencedNodes method
13 lines of code changed in 1 file:
ENH: cleaanup cube.mrmrl
1 lines of code changed in 1 file:
ENH: added singletone nodes functionality for all but slice nodes
6 lines of code changed in 4 files:
ENH: added fiducial2.xml
11 lines of code changed in 1 file:
ENH: fixed colormap id in the scene
1 lines of code changed in 1 file:
ENH: added slicer2 scene import
0 lines of code changed in 1 file:
ENH: better volume parsing
136 lines of code changed in 1 file:
BUG: get access to viewer before calling reset
1 lines of code changed in 1 file:
ENH: import of volumes and transforms!
122 lines of code changed in 1 file:
BUG: took out some missing methods to make things compile...
109 lines of code changed in 1 file:
ENH: import of model nodes now working
82 lines of code changed in 1 file:
ENH: utility to print slicer2 scene files
46 lines of code changed in 1 file:
ENH: test of using the vtk XML parser to read slicer2 xml files
82 lines of code changed in 1 file:
ENH: helper script to look at the full scene
10 lines of code changed in 1 file:
(37 more)