[vtkusers] Deriving from vtk classes in Python

luca penasa luca.penasa at gmail.com
Sun Jul 3 16:14:25 EDT 2011


Christiaan Putter wrote:
> 
> I'm trying to get my own implicit functions working in python.
> Unfortunately I can't derive from vtkImplicitFunction because the
> virtual members don't get wrapped.  So I thought I would just derive
> from some other implicit function class with complete implementation
> (say ImplicitBoolean or ImplicitVolume) and simply try to over ride
> the EvaluateFunction method and insert my own...
> 


Did you solve this problem? i am trying to write a class derived from
vtkImplicitFunction but i get a segfault.
Does anybody have an idea on how to write implicit functions in python?

--
View this message in context: http://vtk.1045678.n5.nabble.com/Deriving-from-vtk-classes-in-Python-tp1241043p4548028.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list