]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageResize.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkImageResize.java
1 // java wrapper for vtkImageResize object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImageResize 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 SetResizeMethod_2(int id0);
19   public void SetResizeMethod(int id0)
20     { SetResizeMethod_2(id0); }
21
22   private native int GetResizeMethodMinValue_3();
23   public int GetResizeMethodMinValue()
24     { return GetResizeMethodMinValue_3(); }
25
26   private native int GetResizeMethodMaxValue_4();
27   public int GetResizeMethodMaxValue()
28     { return GetResizeMethodMaxValue_4(); }
29
30   private native int GetResizeMethod_5();
31   public int GetResizeMethod()
32     { return GetResizeMethod_5(); }
33
34   private native void SetResizeMethodToOutputDimensions_6();
35   public void SetResizeMethodToOutputDimensions()
36     { SetResizeMethodToOutputDimensions_6(); }
37
38   private native void SetResizeMethodToOutputSpacing_7();
39   public void SetResizeMethodToOutputSpacing()
40     { SetResizeMethodToOutputSpacing_7(); }
41
42   private native void SetResizeMethodToMagnificationFactors_8();
43   public void SetResizeMethodToMagnificationFactors()
44     { SetResizeMethodToMagnificationFactors_8(); }
45
46   private native String GetResizeMethodAsString_9();
47   public String GetResizeMethodAsString()
48     { return GetResizeMethodAsString_9(); }
49
50   private native void SetOutputDimensions_10(int id0,int id1,int id2);
51   public void SetOutputDimensions(int id0,int id1,int id2)
52     { SetOutputDimensions_10(id0,id1,id2); }
53
54   private native void SetOutputDimensions_11(int id0[]);
55   public void SetOutputDimensions(int id0[])
56     { SetOutputDimensions_11(id0); }
57
58   private native int[]  GetOutputDimensions_12();
59   public int[]  GetOutputDimensions()
60     { return GetOutputDimensions_12(); }
61
62   private native void SetOutputSpacing_13(double id0,double id1,double id2);
63   public void SetOutputSpacing(double id0,double id1,double id2)
64     { SetOutputSpacing_13(id0,id1,id2); }
65
66   private native void SetOutputSpacing_14(double id0[]);
67   public void SetOutputSpacing(double id0[])
68     { SetOutputSpacing_14(id0); }
69
70   private native double[] GetOutputSpacing_15();
71   public double[] GetOutputSpacing()
72     { return GetOutputSpacing_15(); }
73
74   private native void SetMagnificationFactors_16(double id0,double id1,double id2);
75   public void SetMagnificationFactors(double id0,double id1,double id2)
76     { SetMagnificationFactors_16(id0,id1,id2); }
77
78   private native void SetMagnificationFactors_17(double id0[]);
79   public void SetMagnificationFactors(double id0[])
80     { SetMagnificationFactors_17(id0); }
81
82   private native double[] GetMagnificationFactors_18();
83   public double[] GetMagnificationFactors()
84     { return GetMagnificationFactors_18(); }
85
86   private native void SetBorder_19(int id0);
87   public void SetBorder(int id0)
88     { SetBorder_19(id0); }
89
90   private native void BorderOn_20();
91   public void BorderOn()
92     { BorderOn_20(); }
93
94   private native void BorderOff_21();
95   public void BorderOff()
96     { BorderOff_21(); }
97
98   private native int GetBorder_22();
99   public int GetBorder()
100     { return GetBorder_22(); }
101
102   private native void SetCropping_23(int id0);
103   public void SetCropping(int id0)
104     { SetCropping_23(id0); }
105
106   private native void CroppingOn_24();
107   public void CroppingOn()
108     { CroppingOn_24(); }
109
110   private native void CroppingOff_25();
111   public void CroppingOff()
112     { CroppingOff_25(); }
113
114   private native int GetCropping_26();
115   public int GetCropping()
116     { return GetCropping_26(); }
117
118   private native void SetCroppingRegion_27(double id0,double id1,double id2,double id3,double id4,double id5);
119   public void SetCroppingRegion(double id0,double id1,double id2,double id3,double id4,double id5)
120     { SetCroppingRegion_27(id0,id1,id2,id3,id4,id5); }
121
122   private native void SetCroppingRegion_28(double id0[]);
123   public void SetCroppingRegion(double id0[])
124     { SetCroppingRegion_28(id0); }
125
126   private native double[] GetCroppingRegion_29();
127   public double[] GetCroppingRegion()
128     { return GetCroppingRegion_29(); }
129
130   private native void SetInterpolate_30(int id0);
131   public void SetInterpolate(int id0)
132     { SetInterpolate_30(id0); }
133
134   private native void InterpolateOn_31();
135   public void InterpolateOn()
136     { InterpolateOn_31(); }
137
138   private native void InterpolateOff_32();
139   public void InterpolateOff()
140     { InterpolateOff_32(); }
141
142   private native int GetInterpolate_33();
143   public int GetInterpolate()
144     { return GetInterpolate_33(); }
145
146   private native void SetInterpolator_34(vtkAbstractImageInterpolator id0);
147   public void SetInterpolator(vtkAbstractImageInterpolator id0)
148     { SetInterpolator_34(id0); }
149
150   private native long GetInterpolator_35();
151   public vtkAbstractImageInterpolator GetInterpolator() {
152     long temp = GetInterpolator_35();
153
154     if (temp == 0) return null;
155     return (vtkAbstractImageInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
156 }
157
158   private native int GetMTime_36();
159   public int GetMTime()
160     { return GetMTime_36(); }
161
162   public vtkImageResize() { super(); }
163
164   public vtkImageResize(long id) { super(id); }
165   public native long   VTKInit();
166
167 }