forked from Slicer/SlicerGitSVNArchive
-
Notifications
You must be signed in to change notification settings - Fork 2
/
volScene.mrml
28 lines (20 loc) · 955 Bytes
/
volScene.mrml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<MRML>
<Volume
name="head1" description="somebodys1" id="vol1" storageNodeRef="storage1"
displayNodeRef="display1" transformNodeRef="xform1"></Volume>
<Volume
name="head2" description="somebodys2" id="vol2" storageNodeRef="storage2"
displayNodeRef="display1" transformNodeRef="xform3"></Volume>
<VolumeArchetypeStorage
fileName="TestData/fixed.nrrd" id="storage1"></VolumeArchetypeStorage>
<VolumeArchetypeStorage
fileName="TestData/moving.nrrd" id="storage2"></VolumeArchetypeStorage>
<VolumeDisplay
name="disp1" id="display1" level="128" window="100"></VolumeDisplay>
<LinearTransform
name="matXform1" id="xform1" matrixTransformToParent="1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1"></LinearTransform>
<LinearTransform
name="matXform2" id="xform2" matrixTransformToParent="1 0 0 0 0 5 0 0 0 0 1 0 0 0 0 1"></LinearTransform>
<LinearTransform
name="matXform3" id="xform3" matrixTransformToParent="1 0 0 0 0 2 0 0 0 0 1 0 0 0 0 1"></LinearTransform>
</MRML>