]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSpherePuzzle.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkSpherePuzzle.java
1 // java wrapper for vtkSpherePuzzle object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSpherePuzzle extends vtkPolyDataAlgorithm
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void Reset_2();
19   public void Reset()
20     { Reset_2(); }
21
22   private native void MoveHorizontal_3(int id0,int id1,int id2);
23   public void MoveHorizontal(int id0,int id1,int id2)
24     { MoveHorizontal_3(id0,id1,id2); }
25
26   private native void MoveVertical_4(int id0,int id1,int id2);
27   public void MoveVertical(int id0,int id1,int id2)
28     { MoveVertical_4(id0,id1,id2); }
29
30   private native int SetPoint_5(double id0,double id1,double id2);
31   public int SetPoint(double id0,double id1,double id2)
32     { return SetPoint_5(id0,id1,id2); }
33
34   private native void MovePoint_6(int id0);
35   public void MovePoint(int id0)
36     { MovePoint_6(id0); }
37
38   public vtkSpherePuzzle() { super(); }
39
40   public vtkSpherePuzzle(long id) { super(id); }
41   public native long   VTKInit();
42
43 }