[vtkusers] Problem with VTK using Java
Ken Martin
ken.martin at kitware.com
Sun Jan 28 09:29:07 EST 2001
The Java (and Tcl and Python) bindings produce type conversion functions
for all the classes that are wrapped. So if you pass a vtkPolyData into a
method that takes its superclass vtkPointSet it should still work. The
error you are reporting would indicate that the class you are trying to
pass as an argument into a method, is not a subclass of the method's
argument type. For example, passing vtkStructuredPoints into a method that
takes vtkPointSet. If you believe that your class is correctly subclassed
then look at the generated vtkYourClassJava.cxx file (under
vtkbin/.../vtkjava/src) and make sure it looks reasonable.
- Ken
At 04:37 PM 1/26/2001 -0200, Eric Vercellino Sartorelli wrote:
> Hi,
>
> I've built VTK 3.1.2 for Java in a Windows NT environment. I've
>also included some filters of mine in this compilation. But when a try to
>use this filters in my Java applets i get the following error:
>
>c:\vtk\common\vtkJavaUtil.cxx line 384
>GetPointerFromObject: vtkBadArgument, type conversion failed
>
> What could be happening?
>
>
>
> Eric Vercellino Sartoreli
> ===================================
> Computer Science Undergraduate Student
> University of Sao Paulo at Sao Carlos
> Brazil
>
>
>
>_______________________________________________
>This is the private VTK discussion list.
>Please keep messages on-topic. Check the FAQ at:
><http://public.kitware.com/cgi-bin/vtkfaq>
>Follow this link to subscribe/unsubscribe:
>http://public.kitware.com/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list