[vtkusers] wrapping Python, TCL, etc

Brad King brad.king at kitware.com
Wed Apr 7 09:51:04 EDT 2004


Rupert Brooks wrote:
> Hello,
> 
> I'd like to use VTKs wrapping method to wrap some additional C++ classes
> for
> Python the way that the VTK classes are wrapped.  Unfortunatley, i can't
> find any documentation on how that works, and i cant seem to figure it out
> by poking the existing code.
> 
> Where is it documented or failing that what code in the tree should i
> start reading to figure out how it works.
> 
> One thing that is of particular interest to me is building wrapped classes
> outside the main VTK build.  Recompiling the main build always carries a
> certain risk of blowing up other peoples running applications.  I'd rather
> build extra classes in a separate location.

Take a look in the VTK source tree at Examples/Build/vtkLocal.

-Brad




More information about the vtkusers mailing list