]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkThreshold.java
PipeRun reverse action
[simantics/3d.git] / vtk / src / vtk / vtkThreshold.java
1 // java wrapper for vtkThreshold object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkThreshold extends vtkUnstructuredGridAlgorithm
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 ThresholdByLower_2(double id0);
19   public void ThresholdByLower(double id0)
20     { ThresholdByLower_2(id0); }
21
22   private native void ThresholdByUpper_3(double id0);
23   public void ThresholdByUpper(double id0)
24     { ThresholdByUpper_3(id0); }
25
26   private native void ThresholdBetween_4(double id0,double id1);
27   public void ThresholdBetween(double id0,double id1)
28     { ThresholdBetween_4(id0,id1); }
29
30   private native double GetUpperThreshold_5();
31   public double GetUpperThreshold()
32     { return GetUpperThreshold_5(); }
33
34   private native double GetLowerThreshold_6();
35   public double GetLowerThreshold()
36     { return GetLowerThreshold_6(); }
37
38   private native void SetAttributeMode_7(int id0);
39   public void SetAttributeMode(int id0)
40     { SetAttributeMode_7(id0); }
41
42   private native int GetAttributeMode_8();
43   public int GetAttributeMode()
44     { return GetAttributeMode_8(); }
45
46   private native void SetAttributeModeToDefault_9();
47   public void SetAttributeModeToDefault()
48     { SetAttributeModeToDefault_9(); }
49
50   private native void SetAttributeModeToUsePointData_10();
51   public void SetAttributeModeToUsePointData()
52     { SetAttributeModeToUsePointData_10(); }
53
54   private native void SetAttributeModeToUseCellData_11();
55   public void SetAttributeModeToUseCellData()
56     { SetAttributeModeToUseCellData_11(); }
57
58   private native String GetAttributeModeAsString_12();
59   public String GetAttributeModeAsString()
60     { return GetAttributeModeAsString_12(); }
61
62   private native void SetComponentMode_13(int id0);
63   public void SetComponentMode(int id0)
64     { SetComponentMode_13(id0); }
65
66   private native int GetComponentModeMinValue_14();
67   public int GetComponentModeMinValue()
68     { return GetComponentModeMinValue_14(); }
69
70   private native int GetComponentModeMaxValue_15();
71   public int GetComponentModeMaxValue()
72     { return GetComponentModeMaxValue_15(); }
73
74   private native int GetComponentMode_16();
75   public int GetComponentMode()
76     { return GetComponentMode_16(); }
77
78   private native void SetComponentModeToUseSelected_17();
79   public void SetComponentModeToUseSelected()
80     { SetComponentModeToUseSelected_17(); }
81
82   private native void SetComponentModeToUseAll_18();
83   public void SetComponentModeToUseAll()
84     { SetComponentModeToUseAll_18(); }
85
86   private native void SetComponentModeToUseAny_19();
87   public void SetComponentModeToUseAny()
88     { SetComponentModeToUseAny_19(); }
89
90   private native String GetComponentModeAsString_20();
91   public String GetComponentModeAsString()
92     { return GetComponentModeAsString_20(); }
93
94   private native void SetSelectedComponent_21(int id0);
95   public void SetSelectedComponent(int id0)
96     { SetSelectedComponent_21(id0); }
97
98   private native int GetSelectedComponentMinValue_22();
99   public int GetSelectedComponentMinValue()
100     { return GetSelectedComponentMinValue_22(); }
101
102   private native int GetSelectedComponentMaxValue_23();
103   public int GetSelectedComponentMaxValue()
104     { return GetSelectedComponentMaxValue_23(); }
105
106   private native int GetSelectedComponent_24();
107   public int GetSelectedComponent()
108     { return GetSelectedComponent_24(); }
109
110   private native void SetAllScalars_25(int id0);
111   public void SetAllScalars(int id0)
112     { SetAllScalars_25(id0); }
113
114   private native int GetAllScalars_26();
115   public int GetAllScalars()
116     { return GetAllScalars_26(); }
117
118   private native void AllScalarsOn_27();
119   public void AllScalarsOn()
120     { AllScalarsOn_27(); }
121
122   private native void AllScalarsOff_28();
123   public void AllScalarsOff()
124     { AllScalarsOff_28(); }
125
126   private native void SetUseContinuousCellRange_29(int id0);
127   public void SetUseContinuousCellRange(int id0)
128     { SetUseContinuousCellRange_29(id0); }
129
130   private native int GetUseContinuousCellRange_30();
131   public int GetUseContinuousCellRange()
132     { return GetUseContinuousCellRange_30(); }
133
134   private native void UseContinuousCellRangeOn_31();
135   public void UseContinuousCellRangeOn()
136     { UseContinuousCellRangeOn_31(); }
137
138   private native void UseContinuousCellRangeOff_32();
139   public void UseContinuousCellRangeOff()
140     { UseContinuousCellRangeOff_32(); }
141
142   private native void SetPointsDataTypeToDouble_33();
143   public void SetPointsDataTypeToDouble()
144     { SetPointsDataTypeToDouble_33(); }
145
146   private native void SetPointsDataTypeToFloat_34();
147   public void SetPointsDataTypeToFloat()
148     { SetPointsDataTypeToFloat_34(); }
149
150   private native void SetPointsDataType_35(int id0);
151   public void SetPointsDataType(int id0)
152     { SetPointsDataType_35(id0); }
153
154   private native int GetPointsDataType_36();
155   public int GetPointsDataType()
156     { return GetPointsDataType_36(); }
157
158   private native void SetInvert_37(boolean id0);
159   public void SetInvert(boolean id0)
160     { SetInvert_37(id0); }
161
162   private native boolean GetInvert_38();
163   public boolean GetInvert()
164     { return GetInvert_38(); }
165
166   private native void InvertOn_39();
167   public void InvertOn()
168     { InvertOn_39(); }
169
170   private native void InvertOff_40();
171   public void InvertOff()
172     { InvertOff_40(); }
173
174   private native void SetOutputPointsPrecision_41(int id0);
175   public void SetOutputPointsPrecision(int id0)
176     { SetOutputPointsPrecision_41(id0); }
177
178   private native int GetOutputPointsPrecision_42();
179   public int GetOutputPointsPrecision()
180     { return GetOutputPointsPrecision_42(); }
181
182   public vtkThreshold() { super(); }
183
184   public vtkThreshold(long id) { super(id); }
185   public native long   VTKInit();
186
187 }