]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageRectilinearWipe.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkImageRectilinearWipe.java
1 // java wrapper for vtkImageRectilinearWipe object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImageRectilinearWipe extends vtkThreadedImageAlgorithm
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 SetPosition_2(int id0,int id1);
19   public void SetPosition(int id0,int id1)
20     { SetPosition_2(id0,id1); }
21
22   private native void SetPosition_3(int id0[]);
23   public void SetPosition(int id0[])
24     { SetPosition_3(id0); }
25
26   private native int[]  GetPosition_4();
27   public int[]  GetPosition()
28     { return GetPosition_4(); }
29
30   private native void SetAxis_5(int id0,int id1);
31   public void SetAxis(int id0,int id1)
32     { SetAxis_5(id0,id1); }
33
34   private native void SetAxis_6(int id0[]);
35   public void SetAxis(int id0[])
36     { SetAxis_6(id0); }
37
38   private native int[]  GetAxis_7();
39   public int[]  GetAxis()
40     { return GetAxis_7(); }
41
42   private native void SetInput1Data_8(vtkDataObject id0);
43   public void SetInput1Data(vtkDataObject id0)
44     { SetInput1Data_8(id0); }
45
46   private native void SetInput2Data_9(vtkDataObject id0);
47   public void SetInput2Data(vtkDataObject id0)
48     { SetInput2Data_9(id0); }
49
50   private native void SetWipe_10(int id0);
51   public void SetWipe(int id0)
52     { SetWipe_10(id0); }
53
54   private native int GetWipeMinValue_11();
55   public int GetWipeMinValue()
56     { return GetWipeMinValue_11(); }
57
58   private native int GetWipeMaxValue_12();
59   public int GetWipeMaxValue()
60     { return GetWipeMaxValue_12(); }
61
62   private native int GetWipe_13();
63   public int GetWipe()
64     { return GetWipe_13(); }
65
66   private native void SetWipeToQuad_14();
67   public void SetWipeToQuad()
68     { SetWipeToQuad_14(); }
69
70   private native void SetWipeToHorizontal_15();
71   public void SetWipeToHorizontal()
72     { SetWipeToHorizontal_15(); }
73
74   private native void SetWipeToVertical_16();
75   public void SetWipeToVertical()
76     { SetWipeToVertical_16(); }
77
78   private native void SetWipeToLowerLeft_17();
79   public void SetWipeToLowerLeft()
80     { SetWipeToLowerLeft_17(); }
81
82   private native void SetWipeToLowerRight_18();
83   public void SetWipeToLowerRight()
84     { SetWipeToLowerRight_18(); }
85
86   private native void SetWipeToUpperLeft_19();
87   public void SetWipeToUpperLeft()
88     { SetWipeToUpperLeft_19(); }
89
90   private native void SetWipeToUpperRight_20();
91   public void SetWipeToUpperRight()
92     { SetWipeToUpperRight_20(); }
93
94   public vtkImageRectilinearWipe() { super(); }
95
96   public vtkImageRectilinearWipe(long id) { super(id); }
97   public native long   VTKInit();
98
99 }