File tree Expand file tree Collapse file tree 18 files changed +736
-997
lines changed
dicomweb/rc/configurations
viz/negato/rc/configurations
io/dicom/rc/configurations
viz/scene3d/rc/configurations
examples/filter/ex_image_reslice/rc
modules/viz/scene3d/adaptor Expand file tree Collapse file tree 18 files changed +736
-997
lines changed Original file line number Diff line number Diff line change 39
39
40
40
<service uid =" pNegatoAdp" type =" sight::module::viz::scene3d::adaptor::negato2d" auto_connect =" true" >
41
41
<in key =" image" uid =" image" />
42
- <in key =" tf" uid =" tf" />
42
+ <inout key =" tf" uid =" tf" />
43
43
<config sliceIndex =" axial" filtering =" anisotropic" />
44
44
</service >
45
45
46
46
<service uid =" pNegatoCameraAdp" type =" sight::module::viz::scene3d::adaptor::negato2d_camera" auto_connect =" true" >
47
47
<inout key =" image" uid =" image" />
48
- <inout key =" tf" uid =" tf" />
49
48
<config priority =" 0" orientation =" axial" />
50
49
</service >
51
50
Original file line number Diff line number Diff line change 39
39
40
40
<service uid =" pNegatoAdp" type =" sight::module::viz::scene3d::adaptor::negato2d" auto_connect =" true" >
41
41
<in key =" image" uid =" image" />
42
- <in key =" tf" uid =" tf" />
42
+ <inout key =" tf" uid =" tf" />
43
43
<config sliceIndex =" axial" filtering =" anisotropic" />
44
44
</service >
45
45
46
46
<service uid =" pNegatoCameraAdp" type =" sight::module::viz::scene3d::adaptor::negato2d_camera" auto_connect =" true" >
47
47
<inout key =" image" uid =" image" />
48
- <inout key =" tf" uid =" tf" />
49
48
<config priority =" 0" orientation =" axial" />
50
49
</service >
51
50
Original file line number Diff line number Diff line change 38
38
39
39
<service uid =" pNegatoAdp" type =" sight::module::viz::scene3d::adaptor::negato2d" auto_connect =" true" >
40
40
<in key =" image" uid =" image" />
41
- <in key =" tf" uid =" tf" />
41
+ <inout key =" tf" uid =" tf" />
42
42
<config sliceIndex =" axial" filtering =" anisotropic" />
43
43
</service >
44
44
45
45
<service uid =" pNegatoCameraAdp" type =" sight::module::viz::scene3d::adaptor::negato2d_camera" auto_connect =" true" >
46
46
<inout key =" image" uid =" image" />
47
- <inout key =" tf" uid =" tf" />
48
47
<config priority =" 0" orientation =" axial" />
49
48
</service >
50
49
Original file line number Diff line number Diff line change 105
105
106
106
<service uid =" negatoCameraAdp" type =" sight::module::viz::scene3d::adaptor::negato2d_camera" >
107
107
<inout key =" image" uid =" ${image}" />
108
- <inout key =" tf" uid =" tf" />
109
108
<config priority =" 0" orientation =" ${orientation}" />
110
109
</service >
111
110
115
114
116
115
<service uid =" negatoAdp" type =" sight::module::viz::scene3d::adaptor::negato2d" auto_connect =" true" >
117
116
<in key =" image" uid =" ${image}" />
118
- <in key =" tf" uid =" tf" />
117
+ <inout key =" tf" uid =" tf" />
119
118
<config sliceIndex =" ${orientation}" filtering =" none" />
120
119
</service >
121
120
Original file line number Diff line number Diff line change 83
83
84
84
<service uid =" negatoCameraAdp" type =" sight::module::viz::scene3d::adaptor::negato2d_camera" auto_connect =" true" >
85
85
<inout key =" image" uid =" ${image}" />
86
- <inout key =" tf" uid =" ${transferFunctionDeferred}" />
87
86
<config priority =" 0" orientation =" ${orientation}" />
88
87
</service >
89
88
93
92
94
93
<service uid =" negatoAdp" type =" sight::module::viz::scene3d::adaptor::negato2d" auto_connect =" true" >
95
94
<in key =" image" uid =" ${image}" />
96
- <in key =" tf" uid =" ${transferFunctionDeferred}" />
95
+ <inout key =" tf" uid =" ${transferFunctionDeferred}" />
97
96
<config sliceIndex =" ${orientation}" filtering =" none" />
98
97
</service >
99
98
Original file line number Diff line number Diff line change 39
39
40
40
<service uid =" interactor4Negato" type =" sight::module::viz::scene3d::adaptor::negato2d_camera" auto_connect =" true" >
41
41
<inout key =" image" uid =" ${objectID}" />
42
- <inout key =" tf" uid =" tf" />
43
42
<config priority =" 0" orientation =" ${orientation}" />
44
43
</service >
45
44
46
45
<service uid =" seriesAdaptor" type =" sight::module::viz::scene3d::adaptor::negato2d" auto_connect =" true" >
47
46
<in key =" image" uid =" ${objectID}" />
48
- <in key =" tf" uid =" tf" />
47
+ <inout key =" tf" uid =" tf" />
49
48
<config autoresetcamera =" true" sliceIndex =" ${orientation}" />
50
49
</service >
51
50
Original file line number Diff line number Diff line change 257
257
258
258
<service uid =" p_negato_adp" type =" sight::module::viz::scene3d::adaptor::negato2d" auto_connect =" true" >
259
259
<in key =" image" uid =" previewImage" />
260
- <in key =" tf" uid =" tf" />
260
+ <inout key =" tf" uid =" tf" />
261
261
<config sliceIndex =" axial" filtering =" anisotropic" />
262
262
</service >
263
263
264
264
<service uid =" p_negato_camera_adp" type =" sight::module::viz::scene3d::adaptor::negato2d_camera" auto_connect =" true" >
265
265
<inout key =" image" uid =" previewImage" />
266
- <inout key =" tf" uid =" tf" />
267
266
<config priority =" 0" orientation =" axial" />
268
267
</service >
269
268
Original file line number Diff line number Diff line change 102
102
103
103
<service uid =" negatoAdp" type =" sight::module::viz::scene3d::adaptor::negato2d" >
104
104
<in key =" image" uid =" ${image}" />
105
- <in key =" tf" uid =" ${transferFunction}" />
105
+ <inout key =" tf" uid =" ${transferFunction}" />
106
106
<config sliceIndex =" ${sliceIndex}" filtering =" ${filtering}" />
107
107
<properties classification =" ${classification}" />
108
108
</service >
114
114
115
115
<service uid =" negatoCameraAdp" type =" sight::module::viz::scene3d::adaptor::negato2d_camera" >
116
116
<inout key =" image" uid =" ${image}" />
117
- <inout key =" tf" uid =" ${transferFunction}" />
118
117
<config priority =" 0" orientation =" ${sliceIndex}" />
119
118
</service >
120
119
Original file line number Diff line number Diff line change 215
215
216
216
<service uid =" reslice_axial_negato_adp" type =" sight::module::viz::scene3d::adaptor::negato2d" >
217
217
<in key =" image" uid =" axial_slice" />
218
- <in key =" tf" uid =" tf" />
218
+ <inout key =" tf" uid =" tf" />
219
219
<config sliceIndex =" axial" filtering =" linear" border =" false" interactive =" false" slicesCross =" false" />
220
220
</service >
221
221
226
226
227
227
<service uid =" reslice_frontal_negato_adp" type =" sight::module::viz::scene3d::adaptor::negato2d" >
228
228
<in key =" image" uid =" frontal_slice" />
229
- <in key =" tf" uid =" tf" />
229
+ <inout key =" tf" uid =" tf" />
230
230
<config sliceIndex =" axial" filtering =" linear" border =" false" interactive =" false" slicesCross =" false" />
231
231
</service >
232
232
Original file line number Diff line number Diff line change 75
75
76
76
<service uid =" negato_camera_adp" type =" sight::module::viz::scene3d::adaptor::negato2d_camera" >
77
77
<inout key =" image" uid =" ${slice}" />
78
- <inout key =" tf" uid =" ${tf}" />
79
78
<config orientation =" axial" margin =" 0.01" />
80
79
</service >
81
80
82
81
<service uid =" negato_adp" type =" sight::module::viz::scene3d::adaptor::negato2d" >
83
82
<in key =" image" uid =" ${slice}" />
84
- <in key =" tf" uid =" ${tf}" />
83
+ <inout key =" tf" uid =" ${tf}" />
85
84
<config filtering =" linear" border =" false" interactive =" false" slicesCross =" false" />
86
85
</service >
87
86
88
87
<service uid =" mask_negato_camera_adp" type =" sight::module::viz::scene3d::adaptor::negato2d_camera" >
89
88
<inout key =" image" uid =" ${slice}" />
90
- <inout key =" tf" uid =" ${tf}" />
91
89
<config orientation =" axial" margin =" 0.01" />
92
90
</service >
93
91
94
92
<service uid =" mask_negato_adp" type =" sight::module::viz::scene3d::adaptor::negato2d" >
95
93
<in key =" image" uid =" ${mask_slice}" />
96
- <in key =" tf" uid =" ${mask_tf}" />
94
+ <inout key =" tf" uid =" ${mask_tf}" />
97
95
<config sliceIndex =" axial" filtering =" linear" border =" false" interactive =" false" slicesCross =" false" tf_alpha =" true" />
98
96
<properties classification =" pre" />
99
97
</service >
You can’t perform that action at this time.
0 commit comments