[vtkusers] Java bindings don't exist for function which use arrays as input

Zeger Knops zeger at cs.uu.nl
Tue Jul 17 06:37:13 EDT 2001


Hi,

See the topic, for example :

	ImageData.SetDimensions( int i, int j, int k ); Works!
	ImageData.SetDimensions( int[] ia ); Does not exist
	ImageData.FindPoint( float x, float y, float z ); Works!
	ImageData.FindPoint( float[] fa ); Does not exist

Anyone knows how to solve this?

Zeger Knops






More information about the vtkusers mailing list