]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkResampleWithDataSet.java
Show busy cursor and block UI input while committing changes
[simantics/3d.git] / vtk / src / vtk / vtkResampleWithDataSet.java
1 // java wrapper for vtkResampleWithDataSet object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkResampleWithDataSet extends vtkPassInputTypeAlgorithm
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 void SetSourceConnection_3(vtkAlgorithmOutput id0);
23   public void SetSourceConnection(vtkAlgorithmOutput id0)
24     { SetSourceConnection_3(id0); }
25
26   private native void SetCategoricalData_4(boolean id0);
27   public void SetCategoricalData(boolean id0)
28     { SetCategoricalData_4(id0); }
29
30   private native boolean GetCategoricalData_5();
31   public boolean GetCategoricalData()
32     { return GetCategoricalData_5(); }
33
34   private native void SetPassCellArrays_6(boolean id0);
35   public void SetPassCellArrays(boolean id0)
36     { SetPassCellArrays_6(id0); }
37
38   private native boolean GetPassCellArrays_7();
39   public boolean GetPassCellArrays()
40     { return GetPassCellArrays_7(); }
41
42   private native void PassCellArraysOn_8();
43   public void PassCellArraysOn()
44     { PassCellArraysOn_8(); }
45
46   private native void PassCellArraysOff_9();
47   public void PassCellArraysOff()
48     { PassCellArraysOff_9(); }
49
50   private native void SetPassPointArrays_10(boolean id0);
51   public void SetPassPointArrays(boolean id0)
52     { SetPassPointArrays_10(id0); }
53
54   private native boolean GetPassPointArrays_11();
55   public boolean GetPassPointArrays()
56     { return GetPassPointArrays_11(); }
57
58   private native void PassPointArraysOn_12();
59   public void PassPointArraysOn()
60     { PassPointArraysOn_12(); }
61
62   private native void PassPointArraysOff_13();
63   public void PassPointArraysOff()
64     { PassPointArraysOff_13(); }
65
66   private native void SetPassFieldArrays_14(boolean id0);
67   public void SetPassFieldArrays(boolean id0)
68     { SetPassFieldArrays_14(id0); }
69
70   private native boolean GetPassFieldArrays_15();
71   public boolean GetPassFieldArrays()
72     { return GetPassFieldArrays_15(); }
73
74   private native void PassFieldArraysOn_16();
75   public void PassFieldArraysOn()
76     { PassFieldArraysOn_16(); }
77
78   private native void PassFieldArraysOff_17();
79   public void PassFieldArraysOff()
80     { PassFieldArraysOff_17(); }
81
82   private native void SetTolerance_18(double id0);
83   public void SetTolerance(double id0)
84     { SetTolerance_18(id0); }
85
86   private native double GetTolerance_19();
87   public double GetTolerance()
88     { return GetTolerance_19(); }
89
90   private native void SetComputeTolerance_20(boolean id0);
91   public void SetComputeTolerance(boolean id0)
92     { SetComputeTolerance_20(id0); }
93
94   private native boolean GetComputeTolerance_21();
95   public boolean GetComputeTolerance()
96     { return GetComputeTolerance_21(); }
97
98   private native void ComputeToleranceOn_22();
99   public void ComputeToleranceOn()
100     { ComputeToleranceOn_22(); }
101
102   private native void ComputeToleranceOff_23();
103   public void ComputeToleranceOff()
104     { ComputeToleranceOff_23(); }
105
106   private native void SetMarkBlankPointsAndCells_24(boolean id0);
107   public void SetMarkBlankPointsAndCells(boolean id0)
108     { SetMarkBlankPointsAndCells_24(id0); }
109
110   private native boolean GetMarkBlankPointsAndCells_25();
111   public boolean GetMarkBlankPointsAndCells()
112     { return GetMarkBlankPointsAndCells_25(); }
113
114   private native void MarkBlankPointsAndCellsOn_26();
115   public void MarkBlankPointsAndCellsOn()
116     { MarkBlankPointsAndCellsOn_26(); }
117
118   private native void MarkBlankPointsAndCellsOff_27();
119   public void MarkBlankPointsAndCellsOff()
120     { MarkBlankPointsAndCellsOff_27(); }
121
122   private native void SetCellLocatorPrototype_28(vtkAbstractCellLocator id0);
123   public void SetCellLocatorPrototype(vtkAbstractCellLocator id0)
124     { SetCellLocatorPrototype_28(id0); }
125
126   private native long GetCellLocatorPrototype_29();
127   public vtkAbstractCellLocator GetCellLocatorPrototype() {
128     long temp = GetCellLocatorPrototype_29();
129
130     if (temp == 0) return null;
131     return (vtkAbstractCellLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
132 }
133
134   private native int GetMTime_30();
135   public int GetMTime()
136     { return GetMTime_30(); }
137
138   public vtkResampleWithDataSet() { super(); }
139
140   public vtkResampleWithDataSet(long id) { super(id); }
141   public native long   VTKInit();
142
143 }