]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPointInterpolator.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkPointInterpolator.java
1 // java wrapper for vtkPointInterpolator object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPointInterpolator extends vtkDataSetAlgorithm
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 SetSourceData_2(vtkDataObject id0);
19   public void SetSourceData(vtkDataObject id0)
20     { SetSourceData_2(id0); }
21
22   private native long GetSource_3();
23   public vtkDataObject GetSource() {
24     long temp = GetSource_3();
25
26     if (temp == 0) return null;
27     return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetSourceConnection_4(vtkAlgorithmOutput id0);
31   public void SetSourceConnection(vtkAlgorithmOutput id0)
32     { SetSourceConnection_4(id0); }
33
34   private native void SetLocator_5(vtkAbstractPointLocator id0);
35   public void SetLocator(vtkAbstractPointLocator id0)
36     { SetLocator_5(id0); }
37
38   private native long GetLocator_6();
39   public vtkAbstractPointLocator GetLocator() {
40     long temp = GetLocator_6();
41
42     if (temp == 0) return null;
43     return (vtkAbstractPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
44 }
45
46   private native void SetKernel_7(vtkInterpolationKernel id0);
47   public void SetKernel(vtkInterpolationKernel id0)
48     { SetKernel_7(id0); }
49
50   private native long GetKernel_8();
51   public vtkInterpolationKernel GetKernel() {
52     long temp = GetKernel_8();
53
54     if (temp == 0) return null;
55     return (vtkInterpolationKernel)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   private native void SetNullPointsStrategy_9(int id0);
59   public void SetNullPointsStrategy(int id0)
60     { SetNullPointsStrategy_9(id0); }
61
62   private native int GetNullPointsStrategy_10();
63   public int GetNullPointsStrategy()
64     { return GetNullPointsStrategy_10(); }
65
66   private native void SetNullPointsStrategyToMaskPoints_11();
67   public void SetNullPointsStrategyToMaskPoints()
68     { SetNullPointsStrategyToMaskPoints_11(); }
69
70   private native void SetNullPointsStrategyToNullValue_12();
71   public void SetNullPointsStrategyToNullValue()
72     { SetNullPointsStrategyToNullValue_12(); }
73
74   private native void SetNullPointsStrategyToClosestPoint_13();
75   public void SetNullPointsStrategyToClosestPoint()
76     { SetNullPointsStrategyToClosestPoint_13(); }
77
78   private native void SetValidPointsMaskArrayName_14(String id0);
79   public void SetValidPointsMaskArrayName(String id0)
80     { SetValidPointsMaskArrayName_14(id0); }
81
82   private native String GetValidPointsMaskArrayName_15();
83   public String GetValidPointsMaskArrayName()
84     { return GetValidPointsMaskArrayName_15(); }
85
86   private native void SetNullValue_16(double id0);
87   public void SetNullValue(double id0)
88     { SetNullValue_16(id0); }
89
90   private native double GetNullValue_17();
91   public double GetNullValue()
92     { return GetNullValue_17(); }
93
94   private native void AddExcludedArray_18(String id0);
95   public void AddExcludedArray(String id0)
96     { AddExcludedArray_18(id0); }
97
98   private native void ClearExcludedArrays_19();
99   public void ClearExcludedArrays()
100     { ClearExcludedArrays_19(); }
101
102   private native int GetNumberOfExcludedArrays_20();
103   public int GetNumberOfExcludedArrays()
104     { return GetNumberOfExcludedArrays_20(); }
105
106   private native String GetExcludedArray_21(int id0);
107   public String GetExcludedArray(int id0)
108     { return GetExcludedArray_21(id0); }
109
110   private native void SetPromoteOutputArrays_22(boolean id0);
111   public void SetPromoteOutputArrays(boolean id0)
112     { SetPromoteOutputArrays_22(id0); }
113
114   private native void PromoteOutputArraysOn_23();
115   public void PromoteOutputArraysOn()
116     { PromoteOutputArraysOn_23(); }
117
118   private native void PromoteOutputArraysOff_24();
119   public void PromoteOutputArraysOff()
120     { PromoteOutputArraysOff_24(); }
121
122   private native boolean GetPromoteOutputArrays_25();
123   public boolean GetPromoteOutputArrays()
124     { return GetPromoteOutputArrays_25(); }
125
126   private native void SetPassPointArrays_26(boolean id0);
127   public void SetPassPointArrays(boolean id0)
128     { SetPassPointArrays_26(id0); }
129
130   private native void PassPointArraysOn_27();
131   public void PassPointArraysOn()
132     { PassPointArraysOn_27(); }
133
134   private native void PassPointArraysOff_28();
135   public void PassPointArraysOff()
136     { PassPointArraysOff_28(); }
137
138   private native boolean GetPassPointArrays_29();
139   public boolean GetPassPointArrays()
140     { return GetPassPointArrays_29(); }
141
142   private native void SetPassCellArrays_30(boolean id0);
143   public void SetPassCellArrays(boolean id0)
144     { SetPassCellArrays_30(id0); }
145
146   private native void PassCellArraysOn_31();
147   public void PassCellArraysOn()
148     { PassCellArraysOn_31(); }
149
150   private native void PassCellArraysOff_32();
151   public void PassCellArraysOff()
152     { PassCellArraysOff_32(); }
153
154   private native boolean GetPassCellArrays_33();
155   public boolean GetPassCellArrays()
156     { return GetPassCellArrays_33(); }
157
158   private native void SetPassFieldArrays_34(boolean id0);
159   public void SetPassFieldArrays(boolean id0)
160     { SetPassFieldArrays_34(id0); }
161
162   private native void PassFieldArraysOn_35();
163   public void PassFieldArraysOn()
164     { PassFieldArraysOn_35(); }
165
166   private native void PassFieldArraysOff_36();
167   public void PassFieldArraysOff()
168     { PassFieldArraysOff_36(); }
169
170   private native boolean GetPassFieldArrays_37();
171   public boolean GetPassFieldArrays()
172     { return GetPassFieldArrays_37(); }
173
174   private native int GetMTime_38();
175   public int GetMTime()
176     { return GetMTime_38(); }
177
178   public vtkPointInterpolator() { super(); }
179
180   public vtkPointInterpolator(long id) { super(id); }
181   public native long   VTKInit();
182
183 }