[vtkusers] VTK in a multi-threaded program

David Cole dlrdave at aol.com
Mon Mar 24 10:58:23 EDT 2014


Another alternative to ditching VTK for calculations would be to 
separate them into a separate executable that runs ONLY calculation 
threads, and then feed the results back over to your original 
executable, either via files, or pipes, or network sockets.

Have you looked at ParaView and its data server / viz server pieces?



More information about the vtkusers mailing list