<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->sliderRangeMin->value()-(int)this->sliderRangeMax->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->sliderRangeMin->value()+(int)this->sliderRangeMax->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->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->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->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->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->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->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->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->AddPoint((int)this->changeLevelInput->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->AddPoint((int)this->changeWidthInput->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->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->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->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->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->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->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->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->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->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->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->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->SetInputConnection(reader2D->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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<InternalPixelType, Dimension> 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<ImageType>
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<std::string><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<std::string><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->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->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->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->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 & seriesUID =
nameGenerator->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()->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->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->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->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<unsigned char><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<RGBPixelType,3><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<
InternalPixelType, 3 > 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<InternalImageType,InternalImageType>
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->SetInput(
reader->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->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<InternalImageType> 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->SetInput(gradienMagnitudeFilter->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->SetThreshold(this->sliderThresholdWatershed->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->SetLevel(this->sliderLevelWatershed->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<unsigned long> 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->SetInput(
watershedFilter->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->SetInput(connector->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->SetInputConnection(shiftWatershed->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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->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>