X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkSpherePuzzle.java;h=0339eba9e581e71a5ce641bf92eb72212e049416;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=d7b99af1c98f44a8f4bbcd7d006f1c136dc2ddcd;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkSpherePuzzle.java b/vtk/src/vtk/vtkSpherePuzzle.java index d7b99af1..0339eba9 100644 --- a/vtk/src/vtk/vtkSpherePuzzle.java +++ b/vtk/src/vtk/vtkSpherePuzzle.java @@ -1,43 +1,43 @@ -// java wrapper for vtkSpherePuzzle object -// - -package vtk; -import vtk.*; - -public class vtkSpherePuzzle extends vtkPolyDataAlgorithm -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void Reset_2(); - public void Reset() - { Reset_2(); } - - private native void MoveHorizontal_3(int id0,int id1,int id2); - public void MoveHorizontal(int id0,int id1,int id2) - { MoveHorizontal_3(id0,id1,id2); } - - private native void MoveVertical_4(int id0,int id1,int id2); - public void MoveVertical(int id0,int id1,int id2) - { MoveVertical_4(id0,id1,id2); } - - private native int SetPoint_5(double id0,double id1,double id2); - public int SetPoint(double id0,double id1,double id2) - { return SetPoint_5(id0,id1,id2); } - - private native void MovePoint_6(int id0); - public void MovePoint(int id0) - { MovePoint_6(id0); } - - public vtkSpherePuzzle() { super(); } - - public vtkSpherePuzzle(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkSpherePuzzle object +// + +package vtk; +import vtk.*; + +public class vtkSpherePuzzle extends vtkPolyDataAlgorithm +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + private native int IsA_1(String id0); + public int IsA(String id0) + { return IsA_1(id0); } + + private native void Reset_2(); + public void Reset() + { Reset_2(); } + + private native void MoveHorizontal_3(int id0,int id1,int id2); + public void MoveHorizontal(int id0,int id1,int id2) + { MoveHorizontal_3(id0,id1,id2); } + + private native void MoveVertical_4(int id0,int id1,int id2); + public void MoveVertical(int id0,int id1,int id2) + { MoveVertical_4(id0,id1,id2); } + + private native int SetPoint_5(double id0,double id1,double id2); + public int SetPoint(double id0,double id1,double id2) + { return SetPoint_5(id0,id1,id2); } + + private native void MovePoint_6(int id0); + public void MovePoint(int id0) + { MovePoint_6(id0); } + + public vtkSpherePuzzle() { super(); } + + public vtkSpherePuzzle(long id) { super(id); } + public native long VTKInit(); + +}