<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I developed an application for visualization and 
image processing using both ITK and VTK.<BR>Now I'd like to change it and run it 
on a cluster so that it will be possible realize a parallel/distributed image 
processing.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm going to use MPI as a support for message 
passing....and....i also look at the VTK/Parallel and 
VTK/Example/ParallelProcessing code.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>So...my question is:<BR>Even if ITK is not designed 
for being used in Clusters and does not yet support MPI, could i take advantage 
from VTK MPIsupport simply using itkImageToVTKImageFilter and 
itkVTKImageToImageFilter.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I mean.....suppose i have this itk 
pipeline</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>itkReader-&gt;itkFilterA-&gt;itkFilterB-&gt;itkWriter</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>and i want to realize it on two different node 
using vtkInputPort and vtkOutputPort classes....</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>So...could this pipeline works:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>itkReader-&gt;itkFilterA-&gt;itkImageToVTKImageFilter-&gt;outputPort--------InputPort-&gt;itkVTKImageToImageFilteritkFilterB-&gt;itkWriter</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I know it is not an elegant solution...but if it 
works i could take advantage of all classes present in VTK/Parallel...is this 
right?!</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thank u so much!!!</FONT></DIV></BODY></HTML>