]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageThreshold.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkImageThreshold.java
1 // java wrapper for vtkImageThreshold object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImageThreshold 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 ThresholdByUpper_2(double id0);
19   public void ThresholdByUpper(double id0)
20     { ThresholdByUpper_2(id0); }
21
22   private native void ThresholdByLower_3(double id0);
23   public void ThresholdByLower(double id0)
24     { ThresholdByLower_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 void SetReplaceIn_5(int id0);
31   public void SetReplaceIn(int id0)
32     { SetReplaceIn_5(id0); }
33
34   private native int GetReplaceIn_6();
35   public int GetReplaceIn()
36     { return GetReplaceIn_6(); }
37
38   private native void ReplaceInOn_7();
39   public void ReplaceInOn()
40     { ReplaceInOn_7(); }
41
42   private native void ReplaceInOff_8();
43   public void ReplaceInOff()
44     { ReplaceInOff_8(); }
45
46   private native void SetInValue_9(double id0);
47   public void SetInValue(double id0)
48     { SetInValue_9(id0); }
49
50   private native double GetInValue_10();
51   public double GetInValue()
52     { return GetInValue_10(); }
53
54   private native void SetReplaceOut_11(int id0);
55   public void SetReplaceOut(int id0)
56     { SetReplaceOut_11(id0); }
57
58   private native int GetReplaceOut_12();
59   public int GetReplaceOut()
60     { return GetReplaceOut_12(); }
61
62   private native void ReplaceOutOn_13();
63   public void ReplaceOutOn()
64     { ReplaceOutOn_13(); }
65
66   private native void ReplaceOutOff_14();
67   public void ReplaceOutOff()
68     { ReplaceOutOff_14(); }
69
70   private native void SetOutValue_15(double id0);
71   public void SetOutValue(double id0)
72     { SetOutValue_15(id0); }
73
74   private native double GetOutValue_16();
75   public double GetOutValue()
76     { return GetOutValue_16(); }
77
78   private native double GetUpperThreshold_17();
79   public double GetUpperThreshold()
80     { return GetUpperThreshold_17(); }
81
82   private native double GetLowerThreshold_18();
83   public double GetLowerThreshold()
84     { return GetLowerThreshold_18(); }
85
86   private native void SetOutputScalarType_19(int id0);
87   public void SetOutputScalarType(int id0)
88     { SetOutputScalarType_19(id0); }
89
90   private native int GetOutputScalarType_20();
91   public int GetOutputScalarType()
92     { return GetOutputScalarType_20(); }
93
94   private native void SetOutputScalarTypeToDouble_21();
95   public void SetOutputScalarTypeToDouble()
96     { SetOutputScalarTypeToDouble_21(); }
97
98   private native void SetOutputScalarTypeToFloat_22();
99   public void SetOutputScalarTypeToFloat()
100     { SetOutputScalarTypeToFloat_22(); }
101
102   private native void SetOutputScalarTypeToLong_23();
103   public void SetOutputScalarTypeToLong()
104     { SetOutputScalarTypeToLong_23(); }
105
106   private native void SetOutputScalarTypeToUnsignedLong_24();
107   public void SetOutputScalarTypeToUnsignedLong()
108     { SetOutputScalarTypeToUnsignedLong_24(); }
109
110   private native void SetOutputScalarTypeToInt_25();
111   public void SetOutputScalarTypeToInt()
112     { SetOutputScalarTypeToInt_25(); }
113
114   private native void SetOutputScalarTypeToUnsignedInt_26();
115   public void SetOutputScalarTypeToUnsignedInt()
116     { SetOutputScalarTypeToUnsignedInt_26(); }
117
118   private native void SetOutputScalarTypeToShort_27();
119   public void SetOutputScalarTypeToShort()
120     { SetOutputScalarTypeToShort_27(); }
121
122   private native void SetOutputScalarTypeToUnsignedShort_28();
123   public void SetOutputScalarTypeToUnsignedShort()
124     { SetOutputScalarTypeToUnsignedShort_28(); }
125
126   private native void SetOutputScalarTypeToChar_29();
127   public void SetOutputScalarTypeToChar()
128     { SetOutputScalarTypeToChar_29(); }
129
130   private native void SetOutputScalarTypeToSignedChar_30();
131   public void SetOutputScalarTypeToSignedChar()
132     { SetOutputScalarTypeToSignedChar_30(); }
133
134   private native void SetOutputScalarTypeToUnsignedChar_31();
135   public void SetOutputScalarTypeToUnsignedChar()
136     { SetOutputScalarTypeToUnsignedChar_31(); }
137
138   public vtkImageThreshold() { super(); }
139
140   public vtkImageThreshold(long id) { super(id); }
141   public native long   VTKInit();
142
143 }