[vtkusers] Add another module in Tcl

Mark B Stucky mstucky5 at cox.net
Wed Aug 16 17:18:47 EDT 2006


----- Original Message ----- 
From: "Gheorghe Postelnicu" <gheorghe.postelnicu at gmail.com>
To: <vtkusers at vtk.org>
Sent: Wednesday, August 16, 2006 4:21 PM
Subject: [vtkusers] Add another module in Tcl


> Hi,
> 
> I am building a small application in VTK and I would prefer keeping my
> interface in a script language, but I need to do some computation
> somewhere in my module. For that, I think the best thing to do is to
> create a library that would be in the VTK_AUTOLOAD_PATH. The VTK
> User's Guide contains an example of such factory.
> 
> However, there is no mention on how to compile this library in order
> for it to be available for VTK Tcl scripts.
> 
> Any examples or pointers on how to do this would be greatly appreciated.
> 
> Thanks,
> -- 
> Gheorghe Postelnicu, PhD
> MGH, Harvard Medical School

What kind of computation do you need to do?  If it's not too much
data and/or computationally intense, you might be able to do the
computation directly within the Tcl script.

--Mark




More information about the vtkusers mailing list