[vtkusers] Java Data streaming query
Christopher M. Navarro
cnavarro at ncsa.uiuc.edu
Fri Oct 24 13:01:13 EDT 2003
One possibility is to construct part of the vtk pipeline on the server and
the latter half of the pipeline (mappers/actors) on the remote machine.
You can do the data loading/filtering/etc on the server side send the
polydata across the socket to the remote machine to visualize the results.
-chris
On Fri, 24 Oct 2003, Ian Grimstead wrote:
> Hi,
>
> I need to send a copy of the world to a remote machine, but looking at
> the Importer/Exporter examples, they will only work directly with files.
>
> Is there a simple way to target (e.g.) network sockets instead?
>
> Or will I have to write a by-hand serializer to read/write the scene to
> socket? Is this possible?
>
> Thanks for any advice with this, I'm trying to determine whether VTK
> will support our project!
>
> Ian
>
More information about the vtkusers
mailing list