[vtkusers] Java wrapper

Hong, Lichan <hong@parc.xerox.com> hong at parc.xerox.com
Fri Feb 8 20:55:28 EST 2002


Through the Java native interface (JNI), only a subset of the C++ methods is 
accessible. For example, in vtkRenderWindow.cxx there is a method called
GetRGBAPixelData(), but this method is not available in vtkRenderWindow.java.

My question is: What do I have to do to expose a C++ method to the Java side?

Many thanks.



More information about the vtkusers mailing list