<!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> 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> we invocate a remote
funcation r_function( ) in RMI server doing vtkPLOT3DReader and
vtkContourFilter, and then return 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> </DIV>
<DIV><FONT face="Times New Roman" size=2> In our opinion, can server
do the filter stage 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> </DIV>
<DIV><FONT face="Times New Roman" size=2>Thanks</FONT></DIV></BODY></HTML>