[vtkusers] vtkImageImport (Get/Set/Copy ImportVoidPointer) in Java
David Gobbi
dgobbi at irus.rri.ca
Fri Apr 12 11:35:01 EDT 2002
Hi Oliver,
The vtkImageImport Get/Set/CopyImportVoidPointer methods are only
exposed through C++ and Python.
For these methods to be available in Java, someone would have to
modify the Java wrapping code (in VTK/Wrapping) so that Java arrays
can be passed to VTK methods that expect a void *.
- David
--
David Gobbi, MSc dgobbi at irus.rri.ca
Advanced Imaging Research Group
Robarts Research Institute, University of Western Ontario
On Fri, 12 Apr 2002, Oliver Vidovic wrote:
>
> Hi vtkusers,
>
> In vtk, there's a class vtkImageImport, which has 3 methods
> (SetImportVoidPointer, GetImportVoidPointer and CopyImportVoidPointer),
> which are not exposed in vtk Java API.
>
> Has anyone tried to expose them using JNI?
>
> I am using vtk3.2 and Java 1.3.
>
> thanks
> oliver
>
> _______________________________________________
> 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