<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=big5" http-equiv=Content-Type>
<META content="MSHTML 5.00.3315.2870" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY background="" bgColor=#ffffff>
<DIV><FONT face="Times New Roman" size=2>Hi all:</FONT></DIV>
<DIV><FONT face="Times New Roman" size=2>&nbsp;&nbsp;&nbsp; in the vtk 
visualization pipeline, can we invocate the remote method on RMI server 
and</FONT></DIV>
<DIV><FONT face="Times New Roman" size=2>pass a vtk object like 
vtkpolydatamapper or vtkcontourfilter as a parameter?</FONT></DIV>
<DIV><FONT face="Times New Roman" size=2>or can we make a vtk object as a return 
type for a remote method?</FONT></DIV>
<DIV><FONT face="Times New Roman" size=2>Tke plot3d reader for 
example....</FONT></DIV>
<DIV><FONT face="Times New Roman" size=2>&nbsp;&nbsp;&nbsp; we invocate a remote 
funcation r_function( ) in RMI server&nbsp; doing vtkPLOT3DReader and 
vtkContourFilter, and then return&nbsp;the vtkContourFilter object to rmi 
client.</FONT></DIV>
<DIV><FONT face="Times New Roman" size=2>When rmi client receives the 
vtkContourFilter object, it takes the object as a input parameter</FONT><FONT 
face="Times New Roman" size=2> for vtkPolyDataMapper and contiune the vtk 
pipeline.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face="Times New Roman" size=2>&nbsp; In our opinion,&nbsp;can server 
do the filter stage&nbsp;and export the .vtk file. Pass the .vtk file to 
clinet(or other file format), then client import the .vtk file and contiune the 
pipeline?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face="Times New Roman" size=2>Thanks</FONT></DIV></BODY></HTML>