<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:"times new roman", "new york", "times", serif;font-size:12pt"><DIV>

<P class="MsoNormal" style="line-height:150%"><SPAN lang="EN-US" style="mso-ansi-language:
EN-US">Hello All.</SPAN></P>

<P class="MsoNormal" style="line-height:150%"><SPAN lang="EN-US" style="mso-ansi-language:
EN-US">I have a problem with to cut (cropping) a 3D object, which I produced by
the segmentation-method “watershed”. In the beginning I read the DICOM (. dcm)
images with itkImageSeriesReader then I run watershed algorithm, in order to
connect itk with vtk and a 3D object produce, I use ImageToVTKImageFilter and
volume rendering (ray casting). And after segmentation of cutting the images I
give below vtkFixedPointVolumeRayCastMapper (SetCroppingRegionPlanes) the Xmin,
Xmax, Ymin, Ymax, Zmin and Zmax coordinates, but the result is a black screen. But
when I read the images with vtkDICOMImageReader and then segmented with volume
rendering, then it works completely well. The problem arises only for watershed
-algorithm. Where is my mistake in the code? What should I do?</SPAN></P>

<P class="MsoNormal" style="line-height:150%"><SPAN lang="EN-US" style="mso-ansi-language:
EN-US">Thank you.</SPAN></P>

<P class="MsoNormal" style="line-height:150%"><SPAN lang="EN-US" style='mso-bidi-font-family:
"Courier New";mso-ansi-language:EN-US;mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="line-height:150%"><SPAN lang="EN-US" style='mso-bidi-font-family:
"Courier New";mso-ansi-language:EN-US;mso-fareast-language:DE-AT'><o:p> </o:p></SPAN><SPAN lang="EN-US" style='mso-bidi-font-family:
"Courier New";mso-ansi-language:EN-US;mso-fareast-language:DE-AT'><o:p></o:p></SPAN></P>

<P class="MsoNormal" style="line-height:150%"><SPAN lang="EN-US" style='mso-bidi-font-family:
"Courier New";mso-ansi-language:EN-US;mso-fareast-language:DE-AT'>My Code for
Volume Rendering:</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>int levelForVolumeRendering =
(int)this-&gt;sliderRangeMin-&gt;value()-(int)this-&gt;sliderRangeMax-&gt;value()/2;</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>int widhtForVolumeRendering =
(int)this-&gt;sliderRangeMin-&gt;value()+(int)this-&gt;sliderRangeMax-&gt;value()/2;</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-tab-count:1">      </SPAN></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>mode3D = vtkInteractorStyleTrackballCamera::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>renderer3D = vtkRenderer::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>renderWindow3D = vtkRenderWindow::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>renderWindow3D-&gt;AddRenderer(renderer3D);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>displayImage3D-&gt;SetRenderWindow(renderWindow3D);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>displayImage3D-&gt;SetInteractorStyle(mode3D);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>displayImage3D-&gt;Initialize();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>vtkPiecewiseFunction *oTFun =
vtkPiecewiseFunction::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>oTFun-&gt;AddPoint((double)levelForVolumeRendering,
0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>oTFun-&gt;AddPoint((double)widhtForVolumeRendering,
1.0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>vtkPiecewiseFunction* gradOpacity =
vtkPiecewiseFunction::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>gradOpacity-&gt;AddPoint(0, 0.0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>gradOpacity-&gt;AddPoint((int)this-&gt;changeLevelInput-&gt;value(),
1.0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>gradOpacity-&gt;AddPoint((int)this-&gt;changeWidthInput-&gt;value(),
1.0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeColor = vtkColorTransferFunction::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeColor-&gt;AddRGBPoint((double)levelForVolumeRendering,
.62, .36, .18 );</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeColor-&gt;AddRGBPoint((double)widhtForVolumeRendering,
.83, .66, 1);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-tab-count:1">      </SPAN></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeProperty = vtkVolumeProperty::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeProperty-&gt;SetShade(0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeProperty-&gt;SetAmbient(0.3);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeProperty-&gt;SetDiffuse(1.0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeProperty-&gt;SetSpecular(0.2);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeProperty-&gt;SetSpecularPower(50.0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeProperty-&gt;SetColor(volumeColor);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeProperty-&gt;SetScalarOpacity(oTFun);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeProperty-&gt;ShadeOn();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeProperty-&gt;SetInterpolationTypeToLinear();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>//read with vtkDICOMImageReader and give 6
coordinates for cropping</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeRayCastMapper =
vtkFixedPointVolumeRayCastMapper::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeRayCastMapper-&gt;SetInputConnection(reader2D-&gt;GetOutputPort());
</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeRayCastMapper-&gt;CroppingOn();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeRayCastMapper-&gt;SetCroppingRegionPlanes(minpoint4[0],
maxpoint4[0], minpoint4[1], maxpoint4[1],minpoint4[2], maxpoint4[2]);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeRayCastMapper-&gt;SetCroppingRegionFlagsToSubVolume();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volume = vtkVolume::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volume-&gt;SetProperty(volumeProperty);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volume-&gt;SetMapper(volumeRayCastMapper);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>camera3D = vtkCamera::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>camera3D-&gt;SetViewUp(0, 0, -1);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>camera3D-&gt;SetPosition(0, 1, 0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>camera3D-&gt;SetFocalPoint(0, 0, 0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>camera3D-&gt;ComputeViewPlaneNormal();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>camera3D-&gt;Azimuth(20);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>renderer3D-&gt;AddViewProp(volume);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>renderer3D-&gt;SetActiveCamera(camera3D);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>renderer3D-&gt;ResetCamera();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>camera3D-&gt;Dolly(1.3);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>renderer3D-&gt;ResetCameraClippingRange();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-tab-count:1">      </SPAN></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-tab-count:1">      </SPAN></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN style='font-size:
10.0pt;font-family:"Courier New";mso-fareast-language:DE-AT'><o:p><BR></o:p></SPAN></P>

<P class="MsoNormal" style="line-height:150%"><SPAN lang="EN-US" style='mso-bidi-font-family:
"Courier New";mso-ansi-language:EN-US;mso-fareast-language:DE-AT'>Watershed
Segmentation:</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN><SPAN style="mso-tab-count:1"> </SPAN>typedef
float<SPAN style="mso-spacerun:yes">  </SPAN>InternalPixelType;</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes">  </SPAN><SPAN style="mso-tab-count:1"> </SPAN>const unsigned int Dimension = 3;</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes">  </SPAN><SPAN style="mso-tab-count:1"> </SPAN>typedef
itk::OrientedImage&lt;InternalPixelType, Dimension&gt; ImageType;</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes">  </SPAN><SPAN style="mso-tab-count:1"> </SPAN>typedef itk::ImageSeriesReader&lt;ImageType&gt;
ReaderType;</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes">  </SPAN><SPAN style="mso-tab-count:1"> </SPAN>typedef itk::GDCMImageIO ImageIOType;</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes">  </SPAN><SPAN style="mso-tab-count:1"> </SPAN>typedef itk::GDCMSeriesFileNames
NamesGeneratorType;</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes">  </SPAN><SPAN style="mso-tab-count:1"> </SPAN>typedef std::vector&lt;std::string&gt;<SPAN style="mso-spacerun:yes">   </SPAN>SeriesIdContainer;</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN><SPAN style="mso-spacerun:yes"> </SPAN>typedef
std::vector&lt;std::string&gt;<SPAN style="mso-spacerun:yes">  
</SPAN>FileNamesContainer;</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes">  </SPAN><SPAN style="mso-tab-count:1"> </SPAN>ImageIOType::Pointer dicomIO =
ImageIOType::New();</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes">  </SPAN>ReaderType::Pointer
reader = ReaderType::New();</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes">  </SPAN>reader-&gt;SetImageIO(dicomIO);</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes">  </SPAN><SPAN style="mso-tab-count:1"> </SPAN>NamesGeneratorType::Pointer nameGenerator =
NamesGeneratorType::New();</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes">  </SPAN><SPAN style="mso-tab-count:1"> </SPAN>nameGenerator-&gt;SetUseSeriesDetails(true);</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes">  </SPAN><SPAN style="mso-tab-count:1"> </SPAN>nameGenerator-&gt;AddSeriesRestriction("0008|0021");</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes">  </SPAN><SPAN style="mso-tab-count:1"> </SPAN>nameGenerator-&gt;SetDirectory(selectedDirectory);</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes">  </SPAN><SPAN style="mso-tab-count:1"> </SPAN>const SeriesIdContainer &amp; seriesUID =
nameGenerator-&gt;GetSeriesUIDs();</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes">  </SPAN><SPAN style="mso-tab-count:1"> </SPAN>SeriesIdContainer::const_iterator seriesItr =
seriesUID.begin();</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes">  </SPAN><SPAN style="mso-tab-count:1"> </SPAN>SeriesIdContainer::const_iterator seriesEnd =
seriesUID.end();</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes">    </SPAN><SPAN style="mso-tab-count:1">    </SPAN><SPAN style="mso-spacerun:yes"> </SPAN>while( seriesItr != seriesEnd )</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes">     </SPAN><SPAN style="mso-tab-count:1">   </SPAN><SPAN style="mso-spacerun:yes"> </SPAN>{</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes">      </SPAN><SPAN style="mso-tab-count:2">        </SPAN>seriesItr++;</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes">      </SPAN><SPAN style="mso-tab-count:1">  </SPAN><SPAN style="mso-spacerun:yes"> </SPAN>}</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN><SPAN style="mso-tab-count:1"> </SPAN>std::string seriesIdentifier;</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN><SPAN style="mso-tab-count:1"> </SPAN>seriesIdentifier =
seriesUID.begin()-&gt;c_str();</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN><SPAN style="mso-tab-count:1"> </SPAN>FileNamesContainer fileNames;</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN><SPAN style="mso-tab-count:1"> </SPAN>fileNames =
nameGenerator-&gt;GetFileNames(seriesIdentifier);</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN><SPAN style="mso-tab-count:1"> </SPAN>reader-&gt;SetFileNames(fileNames);</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN><SPAN style="mso-tab-count:1"> </SPAN>reader-&gt;Update();</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN>typedef
itk::RGBPixel&lt;unsigned char&gt;<SPAN style="mso-spacerun:yes">  
</SPAN>RGBPixelType;</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN>typedef
itk::Image&lt;RGBPixelType,3&gt;<SPAN style="mso-spacerun:yes">   
</SPAN>RGBImageType;</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN>typedef itk::Image&lt;
InternalPixelType, 3 &gt; InternalImageType;</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN>typedef itk::GradientMagnitudeRecursiveGaussianImageFilter&lt;InternalImageType,InternalImageType&gt;
GradientMagnitudeFilterType;</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN>GradientMagnitudeFilterType::Pointer
gradienMagnitudeFilter = GradientMagnitudeFilterType::New();</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN>gradienMagnitudeFilter-&gt;SetInput(
reader-&gt;GetOutput() );</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN>gradienMagnitudeFilter-&gt;SetSigma(
1.0 );</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN>typedef<SPAN style="mso-spacerun:yes"> 
</SPAN>itk::WatershedImageFilter&lt;InternalImageType&gt; WatershedFilterType;</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN>WatershedFilterType::Pointer
watershedFilter = WatershedFilterType::New();</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN>watershedFilter-&gt;SetInput(gradienMagnitudeFilter-&gt;GetOutput());</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN>watershedFilter-&gt;SetThreshold(this-&gt;sliderThresholdWatershed-&gt;value());</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN>watershedFilter-&gt;SetLevel(this-&gt;sliderLevelWatershed-&gt;value());</SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN></SPAN></P>

<P class="MsoNormal" style="margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:-7.1pt;margin-bottom:.0001pt;text-indent:-7.1pt;line-height:normal;
mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN>typedef
itk::Functor::ScalarToRGBPixelFunctor&lt;unsigned long&gt; ColorMapFunctorType;</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>typedef WatershedFilterType::OutputImageType<SPAN style="mso-spacerun:yes">  </SPAN>LabeledImageType;</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>connector = ConnectorType::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>connector-&gt;SetInput(
watershedFilter-&gt;GetOutput());</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>shiftWatershed = vtkImageShiftScale::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>shiftWatershed-&gt;SetInput(connector-&gt;GetOutput());</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>shiftWatershed-&gt;SetOutputScalarTypeToUnsignedChar();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>mode3D = vtkInteractorStyleTrackballCamera::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>renderer3D = vtkRenderer::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>renderWindow3D = vtkRenderWindow::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>renderWindow3D-&gt;AddRenderer(renderer3D);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>displayImage3D-&gt;SetRenderWindow(renderWindow3D);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>displayImage3D-&gt;SetInteractorStyle(mode3D);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>displayImage3D-&gt;Initialize();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-tab-count:1">      </SPAN></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;text-indent:
-7.1pt;line-height:normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:
EN-US;mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;text-indent:
-7.1pt;line-height:normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:
EN-US;mso-fareast-language:DE-AT'><SPAN style="mso-tab-count:1"> </SPAN>piecewiseWatershed
= vtkPiecewiseFunction::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;text-indent:
-7.1pt;line-height:normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:
EN-US;mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN>piecewiseWatershed-&gt;AddPoint(0, 0.0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;text-indent:
-7.1pt;line-height:normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:
EN-US;mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN>piecewiseWatershed-&gt;AddPoint(64,
0.0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;text-indent:
-7.1pt;line-height:normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:
EN-US;mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN>piecewiseWatershed-&gt;AddPoint(128,
0.5);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;text-indent:
-7.1pt;line-height:normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:
EN-US;mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN>piecewiseWatershed-&gt;AddPoint(192,
1.0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;text-indent:
-7.1pt;line-height:normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:
EN-US;mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN></SPAN><SPAN style='font-size:10.0pt;
font-family:"Courier New";mso-fareast-language:DE-AT'>piecewiseWatershed-&gt;AddPoint(255,
1.0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeColorWatershed =
vtkColorTransferFunction::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeColorWatershed-&gt;AddRGBPoint(0, 0.0, 0.0,
0.0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeColorWatershed-&gt;AddRGBPoint(64, 1.0, 0.0,
0.0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeColorWatershed-&gt;AddRGBPoint(128, 0.0, 0.0,
1.0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeColorWatershed-&gt;AddRGBPoint(192, 0.0, 1.0,
0.0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeColorWatershed-&gt;AddRGBPoint(255, 0.0, 0.0,
0.0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumePropertyWatershed = vtkVolumeProperty::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumePropertyWatershed-&gt;SetShade(0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumePropertyWatershed-&gt;SetAmbient(0.3);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumePropertyWatershed-&gt;SetDiffuse(1.0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumePropertyWatershed-&gt;SetSpecular(0.2);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumePropertyWatershed-&gt;SetSpecularPower(50.0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumePropertyWatershed-&gt;SetColor(volumeColorWatershed);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumePropertyWatershed-&gt;SetScalarOpacity(piecewiseWatershed);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumePropertyWatershed-&gt;ShadeOn();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumePropertyWatershed-&gt;SetInterpolationTypeToLinear();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN>volumeRayCastMapperWatershed
= vtkFixedPointVolumeRayCastMapper::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><SPAN style="mso-spacerun:yes"> </SPAN>volumeRayCastMapperWatershed-&gt;SetInputConnection(shiftWatershed-&gt;GetOutputPort());</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeRayCastMapperWatershed-&gt;CroppingOn();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeRayCastMapperWatershed-&gt;SetCroppingRegionPlanes(minpoint4[0],
maxpoint4[0], minpoint4[1], maxpoint4[1], minpoint4[2], maxpoint4[2]);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN style='font-size:
10.0pt;font-family:"Courier New";mso-fareast-language:DE-AT'>volumeRayCastMapperWatershed-&gt;SetCroppingRegionFlagsToSubVolume();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p></o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeWatershed = vtkVolume::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeWatershed-&gt;SetProperty(volumePropertyWatershed);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>volumeWatershed-&gt;SetMapper(volumeRayCastMapperWatershed);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>camera3D = vtkCamera::New();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>camera3D-&gt;SetViewUp(0, 0, -1);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>camera3D-&gt;SetPosition(0, 1, 0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>camera3D-&gt;SetFocalPoint(0, 0, 0);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>camera3D-&gt;ComputeViewPlaneNormal();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>camera3D-&gt;Azimuth(20);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'><o:p> </o:p></SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>renderer3D-&gt;AddViewProp(volumeWatershed);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>renderer3D-&gt;SetActiveCamera(camera3D);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>renderer3D-&gt;ResetCamera();</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>camera3D-&gt;Dolly(1.3);</SPAN></P>

<P class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"><SPAN lang="EN-US" style='font-size:10.0pt;font-family:"Courier New";mso-ansi-language:EN-US;
mso-fareast-language:DE-AT'>renderer3D-&gt;ResetCameraClippingRange();</SPAN></P><BR></DIV>


</div><br>__________________________________________________<br>Do You Yahoo!?<br>Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. <br>http://mail.yahoo.com </body></html>