]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAbstractImageInterpolator.java
Revised native library loading for VTK
[simantics/3d.git] / vtk / src / vtk / vtkAbstractImageInterpolator.java
1 // java wrapper for vtkAbstractImageInterpolator object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAbstractImageInterpolator extends vtkObject
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 Initialize_2(vtkDataObject id0);
19   public void Initialize(vtkDataObject id0)
20     { Initialize_2(id0); }
21
22   private native void ReleaseData_3();
23   public void ReleaseData()
24     { ReleaseData_3(); }
25
26   private native void DeepCopy_4(vtkAbstractImageInterpolator id0);
27   public void DeepCopy(vtkAbstractImageInterpolator id0)
28     { DeepCopy_4(id0); }
29
30   private native void Update_5();
31   public void Update()
32     { Update_5(); }
33
34   private native double Interpolate_6(double id0,double id1,double id2,int id3);
35   public double Interpolate(double id0,double id1,double id2,int id3)
36     { return Interpolate_6(id0,id1,id2,id3); }
37
38   private native void SetOutValue_7(double id0);
39   public void SetOutValue(double id0)
40     { SetOutValue_7(id0); }
41
42   private native double GetOutValue_8();
43   public double GetOutValue()
44     { return GetOutValue_8(); }
45
46   private native void SetTolerance_9(double id0);
47   public void SetTolerance(double id0)
48     { SetTolerance_9(id0); }
49
50   private native double GetTolerance_10();
51   public double GetTolerance()
52     { return GetTolerance_10(); }
53
54   private native void SetComponentOffset_11(int id0);
55   public void SetComponentOffset(int id0)
56     { SetComponentOffset_11(id0); }
57
58   private native int GetComponentOffset_12();
59   public int GetComponentOffset()
60     { return GetComponentOffset_12(); }
61
62   private native void SetComponentCount_13(int id0);
63   public void SetComponentCount(int id0)
64     { SetComponentCount_13(id0); }
65
66   private native int GetComponentCount_14();
67   public int GetComponentCount()
68     { return GetComponentCount_14(); }
69
70   private native int ComputeNumberOfComponents_15(int id0);
71   public int ComputeNumberOfComponents(int id0)
72     { return ComputeNumberOfComponents_15(id0); }
73
74   private native int GetNumberOfComponents_16();
75   public int GetNumberOfComponents()
76     { return GetNumberOfComponents_16(); }
77
78   private native boolean CheckBoundsIJK_17(double id0[]);
79   public boolean CheckBoundsIJK(double id0[])
80     { return CheckBoundsIJK_17(id0); }
81
82   private native void SetBorderMode_18(int id0);
83   public void SetBorderMode(int id0)
84     { SetBorderMode_18(id0); }
85
86   private native void SetBorderModeToClamp_19();
87   public void SetBorderModeToClamp()
88     { SetBorderModeToClamp_19(); }
89
90   private native void SetBorderModeToRepeat_20();
91   public void SetBorderModeToRepeat()
92     { SetBorderModeToRepeat_20(); }
93
94   private native void SetBorderModeToMirror_21();
95   public void SetBorderModeToMirror()
96     { SetBorderModeToMirror_21(); }
97
98   private native int GetBorderMode_22();
99   public int GetBorderMode()
100     { return GetBorderMode_22(); }
101
102   private native String GetBorderModeAsString_23();
103   public String GetBorderModeAsString()
104     { return GetBorderModeAsString_23(); }
105
106   private native void SetSlidingWindow_24(boolean id0);
107   public void SetSlidingWindow(boolean id0)
108     { SetSlidingWindow_24(id0); }
109
110   private native void SlidingWindowOn_25();
111   public void SlidingWindowOn()
112     { SlidingWindowOn_25(); }
113
114   private native void SlidingWindowOff_26();
115   public void SlidingWindowOff()
116     { SlidingWindowOff_26(); }
117
118   private native boolean GetSlidingWindow_27();
119   public boolean GetSlidingWindow()
120     { return GetSlidingWindow_27(); }
121
122   private native void ComputeSupportSize_28(double id0[],int id1[]);
123   public void ComputeSupportSize(double id0[],int id1[])
124     { ComputeSupportSize_28(id0,id1); }
125
126   private native boolean IsSeparable_29();
127   public boolean IsSeparable()
128     { return IsSeparable_29(); }
129
130   private native double[] GetSpacing_30();
131   public double[] GetSpacing()
132     { return GetSpacing_30(); }
133
134   private native double[] GetOrigin_31();
135   public double[] GetOrigin()
136     { return GetOrigin_31(); }
137
138   private native int[]  GetExtent_32();
139   public int[]  GetExtent()
140     { return GetExtent_32(); }
141
142   private native void GetWholeExtent_33(int id0[]);
143   public void GetWholeExtent(int id0[])
144     { GetWholeExtent_33(id0); }
145
146   public vtkAbstractImageInterpolator() { super(); }
147
148   public vtkAbstractImageInterpolator(long id) { super(id); }
149
150 }